[INFO] fetching crate faster 0.5.2... [INFO] checking faster-0.5.2 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate faster 0.5.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate faster 0.5.2 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate faster 0.5.2 [INFO] finished tweaking crates.io crate faster 0.5.2 [INFO] tweaked toml for crates.io crate faster 0.5.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate faster 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7965d30aded53d377e8c714fea5b32b37b079d6f029fff50ef0adfcda871963b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7965d30aded53d377e8c714fea5b32b37b079d6f029fff50ef0adfcda871963b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7965d30aded53d377e8c714fea5b32b37b079d6f029fff50ef0adfcda871963b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7965d30aded53d377e8c714fea5b32b37b079d6f029fff50ef0adfcda871963b", kill_on_drop: false }` [INFO] [stdout] 7965d30aded53d377e8c714fea5b32b37b079d6f029fff50ef0adfcda871963b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae126ba71b672bd137f4ba1e13ea454a5313d87be2263f5b24d4886531ab54a0 [INFO] running `Command { std: "docker" "start" "-a" "ae126ba71b672bd137f4ba1e13ea454a5313d87be2263f5b24d4886531ab54a0", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling packed_simd_2 v0.3.4 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking vektor v0.2.2 [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub unsafe fn _mm_setzero_si64() -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_setzero_si64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | crate::mem::transmute(crate::myarch::_mm_setzero_si64()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 15 | crate::mem::transmute(crate::myarch::_mm_setzero_si128()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_setzero_si64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | pub unsafe fn _mm_add_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:22:40 [INFO] [stdout] | [INFO] [stdout] 22 | pub unsafe fn _mm_add_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:22:50 [INFO] [stdout] | [INFO] [stdout] 22 | pub unsafe fn _mm_add_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_add_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:23:42 [INFO] [stdout] | [INFO] [stdout] 23 | crate::mem::transmute(crate::myarch::_mm_add_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 23 | crate::mem::transmute(crate::myarch::_mm_add_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_add_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | pub unsafe fn _m_paddb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | pub unsafe fn _m_paddb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:30:47 [INFO] [stdout] | [INFO] [stdout] 30 | pub unsafe fn _m_paddb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:31:42 [INFO] [stdout] | [INFO] [stdout] 31 | crate::mem::transmute(crate::myarch::_m_paddb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | pub unsafe fn _mm_add_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:38:41 [INFO] [stdout] | [INFO] [stdout] 38 | pub unsafe fn _mm_add_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | pub unsafe fn _mm_add_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_add_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:39:42 [INFO] [stdout] | [INFO] [stdout] 39 | crate::mem::transmute(crate::myarch::_mm_add_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 39 | crate::mem::transmute(crate::myarch::_mm_add_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_add_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | pub unsafe fn _m_paddw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:46:37 [INFO] [stdout] | [INFO] [stdout] 46 | pub unsafe fn _m_paddw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:46:47 [INFO] [stdout] | [INFO] [stdout] 46 | pub unsafe fn _m_paddw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | crate::mem::transmute(crate::myarch::_m_paddw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe fn _mm_add_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:54:41 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe fn _mm_add_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:54:51 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe fn _mm_add_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_add_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:55:42 [INFO] [stdout] | [INFO] [stdout] 55 | crate::mem::transmute(crate::myarch::_mm_add_pi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 55 | crate::mem::transmute(crate::myarch::_mm_add_epi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_add_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:62:27 [INFO] [stdout] | [INFO] [stdout] 62 | pub unsafe fn _m_paddd(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:62:37 [INFO] [stdout] | [INFO] [stdout] 62 | pub unsafe fn _m_paddd(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:62:47 [INFO] [stdout] | [INFO] [stdout] 62 | pub unsafe fn _m_paddd(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddd` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:63:42 [INFO] [stdout] | [INFO] [stdout] 63 | crate::mem::transmute(crate::myarch::_m_paddd(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | pub unsafe fn _mm_adds_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | pub unsafe fn _mm_adds_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:70:51 [INFO] [stdout] | [INFO] [stdout] 70 | pub unsafe fn _mm_adds_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_adds_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | crate::mem::transmute(crate::myarch::_mm_adds_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 71 | crate::mem::transmute(crate::myarch::_mm_adds_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_adds_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:78:28 [INFO] [stdout] | [INFO] [stdout] 78 | pub unsafe fn _m_paddsb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | pub unsafe fn _m_paddsb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:78:48 [INFO] [stdout] | [INFO] [stdout] 78 | pub unsafe fn _m_paddsb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddsb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:79:42 [INFO] [stdout] | [INFO] [stdout] 79 | crate::mem::transmute(crate::myarch::_m_paddsb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddsb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:86:32 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn _mm_adds_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:86:42 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn _mm_adds_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:86:52 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn _mm_adds_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_adds_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:87:42 [INFO] [stdout] | [INFO] [stdout] 87 | crate::mem::transmute(crate::myarch::_mm_adds_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 87 | crate::mem::transmute(crate::myarch::_mm_adds_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_adds_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:94:28 [INFO] [stdout] | [INFO] [stdout] 94 | pub unsafe fn _m_paddsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:94:38 [INFO] [stdout] | [INFO] [stdout] 94 | pub unsafe fn _m_paddsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:94:48 [INFO] [stdout] | [INFO] [stdout] 94 | pub unsafe fn _m_paddsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddsw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:95:42 [INFO] [stdout] | [INFO] [stdout] 95 | crate::mem::transmute(crate::myarch::_m_paddsw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddsw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | pub unsafe fn _mm_adds_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:102:41 [INFO] [stdout] | [INFO] [stdout] 102 | pub unsafe fn _mm_adds_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:102:51 [INFO] [stdout] | [INFO] [stdout] 102 | pub unsafe fn _mm_adds_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_adds_pu8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | crate::mem::transmute(crate::myarch::_mm_adds_pu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 103 | crate::mem::transmute(crate::myarch::_mm_adds_epu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_adds_pu8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | pub unsafe fn _m_paddusb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:110:39 [INFO] [stdout] | [INFO] [stdout] 110 | pub unsafe fn _m_paddusb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:110:49 [INFO] [stdout] | [INFO] [stdout] 110 | pub unsafe fn _m_paddusb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddusb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | crate::mem::transmute(crate::myarch::_m_paddusb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddusb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:118:32 [INFO] [stdout] | [INFO] [stdout] 118 | pub unsafe fn _mm_adds_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:118:42 [INFO] [stdout] | [INFO] [stdout] 118 | pub unsafe fn _mm_adds_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 118 | pub unsafe fn _mm_adds_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_adds_pu16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:119:42 [INFO] [stdout] | [INFO] [stdout] 119 | crate::mem::transmute(crate::myarch::_mm_adds_pu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 119 | crate::mem::transmute(crate::myarch::_mm_adds_epu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_adds_pu16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | pub unsafe fn _m_paddusw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 126 | pub unsafe fn _m_paddusw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:126:49 [INFO] [stdout] | [INFO] [stdout] 126 | pub unsafe fn _m_paddusw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_paddusw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:127:42 [INFO] [stdout] | [INFO] [stdout] 127 | crate::mem::transmute(crate::myarch::_m_paddusw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_paddusw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:134:30 [INFO] [stdout] | [INFO] [stdout] 134 | pub unsafe fn _mm_sub_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | pub unsafe fn _mm_sub_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:134:50 [INFO] [stdout] | [INFO] [stdout] 134 | pub unsafe fn _mm_sub_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_sub_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:135:42 [INFO] [stdout] | [INFO] [stdout] 135 | crate::mem::transmute(crate::myarch::_mm_sub_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 135 | crate::mem::transmute(crate::myarch::_mm_sub_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_sub_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | pub unsafe fn _m_psubb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:142:37 [INFO] [stdout] | [INFO] [stdout] 142 | pub unsafe fn _m_psubb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:142:47 [INFO] [stdout] | [INFO] [stdout] 142 | pub unsafe fn _m_psubb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:143:42 [INFO] [stdout] | [INFO] [stdout] 143 | crate::mem::transmute(crate::myarch::_m_psubb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:150:31 [INFO] [stdout] | [INFO] [stdout] 150 | pub unsafe fn _mm_sub_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:150:41 [INFO] [stdout] | [INFO] [stdout] 150 | pub unsafe fn _mm_sub_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:150:51 [INFO] [stdout] | [INFO] [stdout] 150 | pub unsafe fn _mm_sub_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_sub_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:151:42 [INFO] [stdout] | [INFO] [stdout] 151 | crate::mem::transmute(crate::myarch::_mm_sub_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 151 | crate::mem::transmute(crate::myarch::_mm_sub_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_sub_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:158:27 [INFO] [stdout] | [INFO] [stdout] 158 | pub unsafe fn _m_psubw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:158:37 [INFO] [stdout] | [INFO] [stdout] 158 | pub unsafe fn _m_psubw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:158:47 [INFO] [stdout] | [INFO] [stdout] 158 | pub unsafe fn _m_psubw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:159:42 [INFO] [stdout] | [INFO] [stdout] 159 | crate::mem::transmute(crate::myarch::_m_psubw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:166:31 [INFO] [stdout] | [INFO] [stdout] 166 | pub unsafe fn _mm_sub_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:166:41 [INFO] [stdout] | [INFO] [stdout] 166 | pub unsafe fn _mm_sub_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:166:51 [INFO] [stdout] | [INFO] [stdout] 166 | pub unsafe fn _mm_sub_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_sub_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:167:42 [INFO] [stdout] | [INFO] [stdout] 167 | crate::mem::transmute(crate::myarch::_mm_sub_pi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 167 | crate::mem::transmute(crate::myarch::_mm_sub_epi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_sub_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | pub unsafe fn _m_psubd(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:174:37 [INFO] [stdout] | [INFO] [stdout] 174 | pub unsafe fn _m_psubd(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:174:47 [INFO] [stdout] | [INFO] [stdout] 174 | pub unsafe fn _m_psubd(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubd` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:175:42 [INFO] [stdout] | [INFO] [stdout] 175 | crate::mem::transmute(crate::myarch::_m_psubd(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:183:31 [INFO] [stdout] | [INFO] [stdout] 183 | pub unsafe fn _mm_subs_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:183:41 [INFO] [stdout] | [INFO] [stdout] 183 | pub unsafe fn _mm_subs_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:183:51 [INFO] [stdout] | [INFO] [stdout] 183 | pub unsafe fn _mm_subs_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_subs_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:184:42 [INFO] [stdout] | [INFO] [stdout] 184 | crate::mem::transmute(crate::myarch::_mm_subs_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 184 | crate::mem::transmute(crate::myarch::_mm_subs_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_subs_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:192:28 [INFO] [stdout] | [INFO] [stdout] 192 | pub unsafe fn _m_psubsb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:192:38 [INFO] [stdout] | [INFO] [stdout] 192 | pub unsafe fn _m_psubsb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:192:48 [INFO] [stdout] | [INFO] [stdout] 192 | pub unsafe fn _m_psubsb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubsb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:193:42 [INFO] [stdout] | [INFO] [stdout] 193 | crate::mem::transmute(crate::myarch::_m_psubsb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubsb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:201:32 [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn _mm_subs_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:201:42 [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn _mm_subs_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:201:52 [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn _mm_subs_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_subs_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:202:42 [INFO] [stdout] | [INFO] [stdout] 202 | crate::mem::transmute(crate::myarch::_mm_subs_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 202 | crate::mem::transmute(crate::myarch::_mm_subs_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_subs_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:210:28 [INFO] [stdout] | [INFO] [stdout] 210 | pub unsafe fn _m_psubsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:210:38 [INFO] [stdout] | [INFO] [stdout] 210 | pub unsafe fn _m_psubsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:210:48 [INFO] [stdout] | [INFO] [stdout] 210 | pub unsafe fn _m_psubsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubsw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:211:42 [INFO] [stdout] | [INFO] [stdout] 211 | crate::mem::transmute(crate::myarch::_m_psubsw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubsw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:219:31 [INFO] [stdout] | [INFO] [stdout] 219 | pub unsafe fn _mm_subs_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:219:41 [INFO] [stdout] | [INFO] [stdout] 219 | pub unsafe fn _mm_subs_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:219:51 [INFO] [stdout] | [INFO] [stdout] 219 | pub unsafe fn _mm_subs_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_subs_pu8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:220:42 [INFO] [stdout] | [INFO] [stdout] 220 | crate::mem::transmute(crate::myarch::_mm_subs_pu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 220 | crate::mem::transmute(crate::myarch::_mm_subs_epu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_subs_pu8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:228:29 [INFO] [stdout] | [INFO] [stdout] 228 | pub unsafe fn _m_psubusb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:228:39 [INFO] [stdout] | [INFO] [stdout] 228 | pub unsafe fn _m_psubusb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:228:49 [INFO] [stdout] | [INFO] [stdout] 228 | pub unsafe fn _m_psubusb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubusb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:229:42 [INFO] [stdout] | [INFO] [stdout] 229 | crate::mem::transmute(crate::myarch::_m_psubusb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubusb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:237:32 [INFO] [stdout] | [INFO] [stdout] 237 | pub unsafe fn _mm_subs_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:237:42 [INFO] [stdout] | [INFO] [stdout] 237 | pub unsafe fn _mm_subs_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:237:52 [INFO] [stdout] | [INFO] [stdout] 237 | pub unsafe fn _mm_subs_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_subs_pu16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:238:42 [INFO] [stdout] | [INFO] [stdout] 238 | crate::mem::transmute(crate::myarch::_mm_subs_pu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 238 | crate::mem::transmute(crate::myarch::_mm_subs_epu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_subs_pu16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:246:29 [INFO] [stdout] | [INFO] [stdout] 246 | pub unsafe fn _m_psubusw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:246:39 [INFO] [stdout] | [INFO] [stdout] 246 | pub unsafe fn _m_psubusw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:246:49 [INFO] [stdout] | [INFO] [stdout] 246 | pub unsafe fn _m_psubusw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psubusw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:247:42 [INFO] [stdout] | [INFO] [stdout] 247 | crate::mem::transmute(crate::myarch::_m_psubusw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psubusw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:258:33 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn _mm_packs_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:258:43 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn _mm_packs_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:258:53 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn _mm_packs_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_packs_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:259:42 [INFO] [stdout] | [INFO] [stdout] 259 | crate::mem::transmute(crate::myarch::_mm_packs_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 259 | crate::mem::transmute(crate::myarch::_mm_packs_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_packs_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:270:33 [INFO] [stdout] | [INFO] [stdout] 270 | pub unsafe fn _mm_packs_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:270:43 [INFO] [stdout] | [INFO] [stdout] 270 | pub unsafe fn _mm_packs_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:270:53 [INFO] [stdout] | [INFO] [stdout] 270 | pub unsafe fn _mm_packs_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_packs_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:271:42 [INFO] [stdout] | [INFO] [stdout] 271 | crate::mem::transmute(crate::myarch::_mm_packs_pi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 271 | crate::mem::transmute(crate::myarch::_mm_packs_epi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_packs_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:279:32 [INFO] [stdout] | [INFO] [stdout] 279 | pub unsafe fn _mm_cmpgt_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:279:42 [INFO] [stdout] | [INFO] [stdout] 279 | pub unsafe fn _mm_cmpgt_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:279:52 [INFO] [stdout] | [INFO] [stdout] 279 | pub unsafe fn _mm_cmpgt_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cmpgt_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:280:42 [INFO] [stdout] | [INFO] [stdout] 280 | crate::mem::transmute(crate::myarch::_mm_cmpgt_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 280 | crate::mem::transmute(crate::myarch::_mm_cmpgt_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cmpgt_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:288:33 [INFO] [stdout] | [INFO] [stdout] 288 | pub unsafe fn _mm_cmpgt_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:288:43 [INFO] [stdout] | [INFO] [stdout] 288 | pub unsafe fn _mm_cmpgt_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:288:53 [INFO] [stdout] | [INFO] [stdout] 288 | pub unsafe fn _mm_cmpgt_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cmpgt_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:289:42 [INFO] [stdout] | [INFO] [stdout] 289 | crate::mem::transmute(crate::myarch::_mm_cmpgt_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 289 | crate::mem::transmute(crate::myarch::_mm_cmpgt_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cmpgt_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:297:33 [INFO] [stdout] | [INFO] [stdout] 297 | pub unsafe fn _mm_cmpgt_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:297:43 [INFO] [stdout] | [INFO] [stdout] 297 | pub unsafe fn _mm_cmpgt_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:297:53 [INFO] [stdout] | [INFO] [stdout] 297 | pub unsafe fn _mm_cmpgt_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cmpgt_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:298:42 [INFO] [stdout] | [INFO] [stdout] 298 | crate::mem::transmute(crate::myarch::_mm_cmpgt_pi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 298 | crate::mem::transmute(crate::myarch::_mm_cmpgt_epi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cmpgt_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:306:36 [INFO] [stdout] | [INFO] [stdout] 306 | pub unsafe fn _mm_unpackhi_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:306:46 [INFO] [stdout] | [INFO] [stdout] 306 | pub unsafe fn _mm_unpackhi_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:306:56 [INFO] [stdout] | [INFO] [stdout] 306 | pub unsafe fn _mm_unpackhi_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_unpackhi_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:307:42 [INFO] [stdout] | [INFO] [stdout] 307 | crate::mem::transmute(crate::myarch::_mm_unpackhi_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 307 | crate::mem::transmute(crate::myarch::_mm_unpackhi_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_unpackhi_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:315:35 [INFO] [stdout] | [INFO] [stdout] 315 | pub unsafe fn _mm_unpackhi_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:315:45 [INFO] [stdout] | [INFO] [stdout] 315 | pub unsafe fn _mm_unpackhi_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:315:55 [INFO] [stdout] | [INFO] [stdout] 315 | pub unsafe fn _mm_unpackhi_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_unpackhi_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:316:42 [INFO] [stdout] | [INFO] [stdout] 316 | crate::mem::transmute(crate::myarch::_mm_unpackhi_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 316 | crate::mem::transmute(crate::myarch::_mm_unpackhi_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_unpackhi_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:324:35 [INFO] [stdout] | [INFO] [stdout] 324 | pub unsafe fn _mm_unpacklo_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:324:45 [INFO] [stdout] | [INFO] [stdout] 324 | pub unsafe fn _mm_unpacklo_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:324:55 [INFO] [stdout] | [INFO] [stdout] 324 | pub unsafe fn _mm_unpacklo_pi8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_unpacklo_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:325:42 [INFO] [stdout] | [INFO] [stdout] 325 | crate::mem::transmute(crate::myarch::_mm_unpacklo_pi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 325 | crate::mem::transmute(crate::myarch::_mm_unpacklo_epi8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_unpacklo_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:333:36 [INFO] [stdout] | [INFO] [stdout] 333 | pub unsafe fn _mm_unpacklo_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:333:46 [INFO] [stdout] | [INFO] [stdout] 333 | pub unsafe fn _mm_unpacklo_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:333:56 [INFO] [stdout] | [INFO] [stdout] 333 | pub unsafe fn _mm_unpacklo_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_unpacklo_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:334:42 [INFO] [stdout] | [INFO] [stdout] 334 | crate::mem::transmute(crate::myarch::_mm_unpacklo_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 334 | crate::mem::transmute(crate::myarch::_mm_unpacklo_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_unpacklo_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:342:36 [INFO] [stdout] | [INFO] [stdout] 342 | pub unsafe fn _mm_unpackhi_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:342:46 [INFO] [stdout] | [INFO] [stdout] 342 | pub unsafe fn _mm_unpackhi_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:342:56 [INFO] [stdout] | [INFO] [stdout] 342 | pub unsafe fn _mm_unpackhi_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_unpackhi_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:343:42 [INFO] [stdout] | [INFO] [stdout] 343 | crate::mem::transmute(crate::myarch::_mm_unpackhi_pi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 343 | crate::mem::transmute(crate::myarch::_mm_unpackhi_epi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_unpackhi_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:351:36 [INFO] [stdout] | [INFO] [stdout] 351 | pub unsafe fn _mm_unpacklo_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:351:46 [INFO] [stdout] | [INFO] [stdout] 351 | pub unsafe fn _mm_unpacklo_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:351:56 [INFO] [stdout] | [INFO] [stdout] 351 | pub unsafe fn _mm_unpacklo_pi32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_unpacklo_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:352:42 [INFO] [stdout] | [INFO] [stdout] 352 | crate::mem::transmute(crate::myarch::_mm_unpacklo_pi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 352 | crate::mem::transmute(crate::myarch::_mm_unpacklo_epi32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_unpacklo_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:358:67 [INFO] [stdout] | [INFO] [stdout] 358 | pub unsafe fn _mm_set_pi16(e3: i16, e2: i16, e1: i16, e0: i16) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:359:42 [INFO] [stdout] | [INFO] [stdout] 359 | crate::mem::transmute(crate::myarch::_mm_set_pi16(crate::mem::transmute(e3), crate::mem::transmute(e2), crate::mem::transmute(e1), cr... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 359 | crate::mem::transmute(crate::myarch::_mm_set_epi16(crate::mem::transmute(e3), crate::mem::transmute(e2), crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | pub unsafe fn _mm_set_pi32(e1: i32, e0: i32) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:366:42 [INFO] [stdout] | [INFO] [stdout] 366 | crate::mem::transmute(crate::myarch::_mm_set_pi32(crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 366 | crate::mem::transmute(crate::myarch::_mm_set_epi32(crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:372:94 [INFO] [stdout] | [INFO] [stdout] 372 | pub unsafe fn _mm_set_pi8(e7: i8, e6: i8, e5: i8, e4: i8, e3: i8, e2: i8, e1: i8, e0: i8) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:373:42 [INFO] [stdout] | [INFO] [stdout] 373 | crate::mem::transmute(crate::myarch::_mm_set_pi8(crate::mem::transmute(e7), crate::mem::transmute(e6), crate::mem::transmute(e5), cra... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 373 | crate::mem::transmute(crate::myarch::_mm_set_epi8(crate::mem::transmute(e7), crate::mem::transmute(e6), crate::mem::transmute(e5), crate::mem::transmute(e4), crate::mem::transmute(e3), crate::mem::transmute(e2), crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:379:40 [INFO] [stdout] | [INFO] [stdout] 379 | pub unsafe fn _mm_set1_pi16(a: i16) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set1_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:380:42 [INFO] [stdout] | [INFO] [stdout] 380 | crate::mem::transmute(crate::myarch::_mm_set1_pi16(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 380 | crate::mem::transmute(crate::myarch::_mm_set1_epi16(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set1_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:386:40 [INFO] [stdout] | [INFO] [stdout] 386 | pub unsafe fn _mm_set1_pi32(a: i32) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set1_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:387:42 [INFO] [stdout] | [INFO] [stdout] 387 | crate::mem::transmute(crate::myarch::_mm_set1_pi32(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 387 | crate::mem::transmute(crate::myarch::_mm_set1_epi32(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set1_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:393:38 [INFO] [stdout] | [INFO] [stdout] 393 | pub unsafe fn _mm_set1_pi8(a: i8) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set1_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:394:42 [INFO] [stdout] | [INFO] [stdout] 394 | crate::mem::transmute(crate::myarch::_mm_set1_pi8(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 394 | crate::mem::transmute(crate::myarch::_mm_set1_epi8(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set1_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:401:68 [INFO] [stdout] | [INFO] [stdout] 401 | pub unsafe fn _mm_setr_pi16(e0: i16, e1: i16, e2: i16, e3: i16) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_setr_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:402:42 [INFO] [stdout] | [INFO] [stdout] 402 | crate::mem::transmute(crate::myarch::_mm_setr_pi16(crate::mem::transmute(e0), crate::mem::transmute(e1), crate::mem::transmute(e2), c... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 402 | crate::mem::transmute(crate::myarch::_mm_setr_epi16(crate::mem::transmute(e0), crate::mem::transmute(e1), crate::mem::transmute(e2), crate::mem::transmute(e3))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_setr_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:409:50 [INFO] [stdout] | [INFO] [stdout] 409 | pub unsafe fn _mm_setr_pi32(e0: i32, e1: i32) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_setr_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:410:42 [INFO] [stdout] | [INFO] [stdout] 410 | crate::mem::transmute(crate::myarch::_mm_setr_pi32(crate::mem::transmute(e0), crate::mem::transmute(e1))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 410 | crate::mem::transmute(crate::myarch::_mm_setr_epi32(crate::mem::transmute(e0), crate::mem::transmute(e1))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_setr_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:416:95 [INFO] [stdout] | [INFO] [stdout] 416 | pub unsafe fn _mm_setr_pi8(e0: i8, e1: i8, e2: i8, e3: i8, e4: i8, e5: i8, e6: i8, e7: i8) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_setr_pi8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/mmx.rs:417:42 [INFO] [stdout] | [INFO] [stdout] 417 | crate::mem::transmute(crate::myarch::_mm_setr_pi8(crate::mem::transmute(e0), crate::mem::transmute(e1), crate::mem::transmute(e2), cr... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 417 | crate::mem::transmute(crate::myarch::_mm_setr_epi8(crate::mem::transmute(e0), crate::mem::transmute(e1), crate::mem::transmute(e2), crate::mem::transmute(e3), crate::mem::transmute(e4), crate::mem::transmute(e5), crate::mem::transmute(e6), crate::mem::transmute(e7))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_setr_pi8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1830:31 [INFO] [stdout] | [INFO] [stdout] 1830 | pub unsafe fn _mm_add_si64(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1830:41 [INFO] [stdout] | [INFO] [stdout] 1830 | pub unsafe fn _mm_add_si64(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1830:51 [INFO] [stdout] | [INFO] [stdout] 1830 | pub unsafe fn _mm_add_si64(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_add_si64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1831:42 [INFO] [stdout] | [INFO] [stdout] 1831 | crate::mem::transmute(crate::myarch::_mm_add_si64(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1831 | crate::mem::transmute(crate::myarch::_mm_add_epi64(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_add_si64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1840:31 [INFO] [stdout] | [INFO] [stdout] 1840 | pub unsafe fn _mm_mul_su32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1840:41 [INFO] [stdout] | [INFO] [stdout] 1840 | pub unsafe fn _mm_mul_su32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1840:51 [INFO] [stdout] | [INFO] [stdout] 1840 | pub unsafe fn _mm_mul_su32(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_mul_su32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1841:42 [INFO] [stdout] | [INFO] [stdout] 1841 | crate::mem::transmute(crate::myarch::_mm_mul_su32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1841 | crate::mem::transmute(crate::myarch::_mm_mul_epu32(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_mul_su32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1849:31 [INFO] [stdout] | [INFO] [stdout] 1849 | pub unsafe fn _mm_sub_si64(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1849:41 [INFO] [stdout] | [INFO] [stdout] 1849 | pub unsafe fn _mm_sub_si64(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1849:51 [INFO] [stdout] | [INFO] [stdout] 1849 | pub unsafe fn _mm_sub_si64(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_sub_si64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1850:42 [INFO] [stdout] | [INFO] [stdout] 1850 | crate::mem::transmute(crate::myarch::_mm_sub_si64(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1850 | crate::mem::transmute(crate::myarch::_mm_sub_epi64(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_sub_si64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1859:33 [INFO] [stdout] | [INFO] [stdout] 1859 | pub unsafe fn _mm_cvtpi32_pd(a: __m64) -> f64x2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpi32_pd` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1860:42 [INFO] [stdout] | [INFO] [stdout] 1860 | crate::mem::transmute(crate::myarch::_mm_cvtpi32_pd(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1860 | crate::mem::transmute(crate::myarch::_mm_cvtepi32_pd(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpi32_pd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1868:33 [INFO] [stdout] | [INFO] [stdout] 1868 | pub unsafe fn _mm_set_epi64(e1: __m64, e0: __m64) -> i64x2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1868:44 [INFO] [stdout] | [INFO] [stdout] 1868 | pub unsafe fn _mm_set_epi64(e1: __m64, e0: __m64) -> i64x2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set_epi64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1869:42 [INFO] [stdout] | [INFO] [stdout] 1869 | crate::mem::transmute(crate::myarch::_mm_set_epi64(crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1869 | crate::mem::transmute(crate::myarch::_mm_set_epi64x(crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set_epi64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1877:33 [INFO] [stdout] | [INFO] [stdout] 1877 | pub unsafe fn _mm_set1_epi64(a: __m64) -> i64x2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_set1_epi64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1878:42 [INFO] [stdout] | [INFO] [stdout] 1878 | crate::mem::transmute(crate::myarch::_mm_set1_epi64(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1878 | crate::mem::transmute(crate::myarch::_mm_set1_epi64x(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_set1_epi64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1886:34 [INFO] [stdout] | [INFO] [stdout] 1886 | pub unsafe fn _mm_setr_epi64(e1: __m64, e0: __m64) -> i64x2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1886:45 [INFO] [stdout] | [INFO] [stdout] 1886 | pub unsafe fn _mm_setr_epi64(e1: __m64, e0: __m64) -> i64x2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_setr_epi64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1887:42 [INFO] [stdout] | [INFO] [stdout] 1887 | crate::mem::transmute(crate::myarch::_mm_setr_epi64(crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1887 | crate::mem::transmute(crate::myarch::_mm_set1_epi64x(crate::mem::transmute(e1), crate::mem::transmute(e0))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_setr_epi64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1896:46 [INFO] [stdout] | [INFO] [stdout] 1896 | pub unsafe fn _mm_movepi64_pi64(a: i64x2) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_movepi64_pi64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1897:42 [INFO] [stdout] | [INFO] [stdout] 1897 | crate::mem::transmute(crate::myarch::_mm_movepi64_pi64(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1897 | crate::mem::transmute(crate::myarch::_mm_move_epi64(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_movepi64_pi64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1906:36 [INFO] [stdout] | [INFO] [stdout] 1906 | pub unsafe fn _mm_movpi64_epi64(a: __m64) -> __m128i { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_movpi64_epi64` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1907:42 [INFO] [stdout] | [INFO] [stdout] 1907 | crate::mem::transmute(crate::myarch::_mm_movpi64_epi64(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1907 | crate::mem::transmute(crate::myarch::_mm_move_epi64(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_movpi64_epi64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1916:43 [INFO] [stdout] | [INFO] [stdout] 1916 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpd_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1917:42 [INFO] [stdout] | [INFO] [stdout] 1917 | crate::mem::transmute(crate::myarch::_mm_cvtpd_pi32(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1917 | crate::mem::transmute(crate::myarch::_mm_cvtpd_epi32(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpd_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1928:44 [INFO] [stdout] | [INFO] [stdout] 1928 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvttpd_pi32` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse2.rs:1929:42 [INFO] [stdout] | [INFO] [stdout] 1929 | crate::mem::transmute(crate::myarch::_mm_cvttpd_pi32(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1929 | crate::mem::transmute(crate::myarch::_mm_cvttpd_epi32(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvttpd_pi32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:861:48 [INFO] [stdout] | [INFO] [stdout] 861 | pub unsafe fn _mm_loadh_pi(a: f32x4, p: *const __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_loadh_pi` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:862:42 [INFO] [stdout] | [INFO] [stdout] 862 | crate::mem::transmute(crate::myarch::_mm_loadh_pi(crate::mem::transmute(a), crate::mem::transmute(p))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 862 | crate::mem::transmute(crate::myarch::_mm_loadh_pd(crate::mem::transmute(a), crate::mem::transmute(p))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_loadh_pi; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:912:48 [INFO] [stdout] | [INFO] [stdout] 912 | pub unsafe fn _mm_loadl_pi(a: f32x4, p: *const __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_loadl_pi` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:913:42 [INFO] [stdout] | [INFO] [stdout] 913 | crate::mem::transmute(crate::myarch::_mm_loadl_pi(crate::mem::transmute(a), crate::mem::transmute(p))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 913 | crate::mem::transmute(crate::myarch::_mm_loadl_pd(crate::mem::transmute(a), crate::mem::transmute(p))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_loadl_pi; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1070:31 [INFO] [stdout] | [INFO] [stdout] 1070 | pub unsafe fn _mm_max_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1070:41 [INFO] [stdout] | [INFO] [stdout] 1070 | pub unsafe fn _mm_max_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1070:51 [INFO] [stdout] | [INFO] [stdout] 1070 | pub unsafe fn _mm_max_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_max_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1071:42 [INFO] [stdout] | [INFO] [stdout] 1071 | crate::mem::transmute(crate::myarch::_mm_max_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1071 | crate::mem::transmute(crate::myarch::_mm_max_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_max_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1079:28 [INFO] [stdout] | [INFO] [stdout] 1079 | pub unsafe fn _m_pmaxsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1079:38 [INFO] [stdout] | [INFO] [stdout] 1079 | pub unsafe fn _m_pmaxsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1079:48 [INFO] [stdout] | [INFO] [stdout] 1079 | pub unsafe fn _m_pmaxsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pmaxsw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1080:42 [INFO] [stdout] | [INFO] [stdout] 1080 | crate::mem::transmute(crate::myarch::_m_pmaxsw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pmaxsw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1088:30 [INFO] [stdout] | [INFO] [stdout] 1088 | pub unsafe fn _mm_max_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1088:40 [INFO] [stdout] | [INFO] [stdout] 1088 | pub unsafe fn _mm_max_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1088:50 [INFO] [stdout] | [INFO] [stdout] 1088 | pub unsafe fn _mm_max_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_max_pu8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1089:42 [INFO] [stdout] | [INFO] [stdout] 1089 | crate::mem::transmute(crate::myarch::_mm_max_pu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1089 | crate::mem::transmute(crate::myarch::_mm_max_epu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_max_pu8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1097:28 [INFO] [stdout] | [INFO] [stdout] 1097 | pub unsafe fn _m_pmaxub(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1097:38 [INFO] [stdout] | [INFO] [stdout] 1097 | pub unsafe fn _m_pmaxub(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1097:48 [INFO] [stdout] | [INFO] [stdout] 1097 | pub unsafe fn _m_pmaxub(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pmaxub` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1098:42 [INFO] [stdout] | [INFO] [stdout] 1098 | crate::mem::transmute(crate::myarch::_m_pmaxub(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pmaxub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1106:31 [INFO] [stdout] | [INFO] [stdout] 1106 | pub unsafe fn _mm_min_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1106:41 [INFO] [stdout] | [INFO] [stdout] 1106 | pub unsafe fn _mm_min_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1106:51 [INFO] [stdout] | [INFO] [stdout] 1106 | pub unsafe fn _mm_min_pi16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_min_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1107:42 [INFO] [stdout] | [INFO] [stdout] 1107 | crate::mem::transmute(crate::myarch::_mm_min_pi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1107 | crate::mem::transmute(crate::myarch::_mm_min_epi16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_min_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1115:28 [INFO] [stdout] | [INFO] [stdout] 1115 | pub unsafe fn _m_pminsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1115:38 [INFO] [stdout] | [INFO] [stdout] 1115 | pub unsafe fn _m_pminsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1115:48 [INFO] [stdout] | [INFO] [stdout] 1115 | pub unsafe fn _m_pminsw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pminsw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1116:42 [INFO] [stdout] | [INFO] [stdout] 1116 | crate::mem::transmute(crate::myarch::_m_pminsw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pminsw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1124:30 [INFO] [stdout] | [INFO] [stdout] 1124 | pub unsafe fn _mm_min_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1124:40 [INFO] [stdout] | [INFO] [stdout] 1124 | pub unsafe fn _mm_min_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1124:50 [INFO] [stdout] | [INFO] [stdout] 1124 | pub unsafe fn _mm_min_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_min_pu8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1125:42 [INFO] [stdout] | [INFO] [stdout] 1125 | crate::mem::transmute(crate::myarch::_mm_min_pu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1125 | crate::mem::transmute(crate::myarch::_mm_min_epu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_min_pu8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1133:28 [INFO] [stdout] | [INFO] [stdout] 1133 | pub unsafe fn _m_pminub(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1133:38 [INFO] [stdout] | [INFO] [stdout] 1133 | pub unsafe fn _m_pminub(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1133:48 [INFO] [stdout] | [INFO] [stdout] 1133 | pub unsafe fn _m_pminub(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pminub` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1134:42 [INFO] [stdout] | [INFO] [stdout] 1134 | crate::mem::transmute(crate::myarch::_m_pminub(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pminub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1143:33 [INFO] [stdout] | [INFO] [stdout] 1143 | pub unsafe fn _mm_mulhi_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1143:43 [INFO] [stdout] | [INFO] [stdout] 1143 | pub unsafe fn _mm_mulhi_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1143:53 [INFO] [stdout] | [INFO] [stdout] 1143 | pub unsafe fn _mm_mulhi_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_mulhi_pu16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1144:42 [INFO] [stdout] | [INFO] [stdout] 1144 | crate::mem::transmute(crate::myarch::_mm_mulhi_pu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1144 | crate::mem::transmute(crate::myarch::_mm_mulhi_epu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_mulhi_pu16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1153:29 [INFO] [stdout] | [INFO] [stdout] 1153 | pub unsafe fn _m_pmulhuw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1153:39 [INFO] [stdout] | [INFO] [stdout] 1153 | pub unsafe fn _m_pmulhuw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1153:49 [INFO] [stdout] | [INFO] [stdout] 1153 | pub unsafe fn _m_pmulhuw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pmulhuw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1154:42 [INFO] [stdout] | [INFO] [stdout] 1154 | crate::mem::transmute(crate::myarch::_m_pmulhuw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pmulhuw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1163:30 [INFO] [stdout] | [INFO] [stdout] 1163 | pub unsafe fn _mm_avg_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1163:40 [INFO] [stdout] | [INFO] [stdout] 1163 | pub unsafe fn _mm_avg_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1163:50 [INFO] [stdout] | [INFO] [stdout] 1163 | pub unsafe fn _mm_avg_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_avg_pu8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1164:42 [INFO] [stdout] | [INFO] [stdout] 1164 | crate::mem::transmute(crate::myarch::_mm_avg_pu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1164 | crate::mem::transmute(crate::myarch::_mm_avg_epu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_avg_pu8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1173:27 [INFO] [stdout] | [INFO] [stdout] 1173 | pub unsafe fn _m_pavgb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1173:37 [INFO] [stdout] | [INFO] [stdout] 1173 | pub unsafe fn _m_pavgb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1173:47 [INFO] [stdout] | [INFO] [stdout] 1173 | pub unsafe fn _m_pavgb(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pavgb` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1174:42 [INFO] [stdout] | [INFO] [stdout] 1174 | crate::mem::transmute(crate::myarch::_m_pavgb(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pavgb; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1183:31 [INFO] [stdout] | [INFO] [stdout] 1183 | pub unsafe fn _mm_avg_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1183:41 [INFO] [stdout] | [INFO] [stdout] 1183 | pub unsafe fn _mm_avg_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1183:51 [INFO] [stdout] | [INFO] [stdout] 1183 | pub unsafe fn _mm_avg_pu16(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_avg_pu16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1184:42 [INFO] [stdout] | [INFO] [stdout] 1184 | crate::mem::transmute(crate::myarch::_mm_avg_pu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1184 | crate::mem::transmute(crate::myarch::_mm_avg_epu16(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_avg_pu16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1193:27 [INFO] [stdout] | [INFO] [stdout] 1193 | pub unsafe fn _m_pavgw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1193:37 [INFO] [stdout] | [INFO] [stdout] 1193 | pub unsafe fn _m_pavgw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1193:47 [INFO] [stdout] | [INFO] [stdout] 1193 | pub unsafe fn _m_pavgw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pavgw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1194:42 [INFO] [stdout] | [INFO] [stdout] 1194 | crate::mem::transmute(crate::myarch::_m_pavgw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pavgw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1204:30 [INFO] [stdout] | [INFO] [stdout] 1204 | pub unsafe fn _mm_sad_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1204:40 [INFO] [stdout] | [INFO] [stdout] 1204 | pub unsafe fn _mm_sad_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1204:50 [INFO] [stdout] | [INFO] [stdout] 1204 | pub unsafe fn _mm_sad_pu8(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_sad_pu8` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1205:42 [INFO] [stdout] | [INFO] [stdout] 1205 | crate::mem::transmute(crate::myarch::_mm_sad_pu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1205 | crate::mem::transmute(crate::myarch::_mm_sad_epu8(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_sad_pu8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1215:28 [INFO] [stdout] | [INFO] [stdout] 1215 | pub unsafe fn _m_psadbw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1215:38 [INFO] [stdout] | [INFO] [stdout] 1215 | pub unsafe fn _m_psadbw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1215:48 [INFO] [stdout] | [INFO] [stdout] 1215 | pub unsafe fn _m_psadbw(a: __m64, b: __m64) -> __m64 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_psadbw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1216:42 [INFO] [stdout] | [INFO] [stdout] 1216 | crate::mem::transmute(crate::myarch::_m_psadbw(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_psadbw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1226:43 [INFO] [stdout] | [INFO] [stdout] 1226 | pub unsafe fn _mm_cvtpi32_ps(a: f32x4, b: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpi32_ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1227:42 [INFO] [stdout] | [INFO] [stdout] 1227 | crate::mem::transmute(crate::myarch::_mm_cvtpi32_ps(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1227 | crate::mem::transmute(crate::myarch::_mm_cvtepi32_ps(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpi32_ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1237:42 [INFO] [stdout] | [INFO] [stdout] 1237 | pub unsafe fn _mm_cvt_pi2ps(a: f32x4, b: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvt_pi2ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1238:42 [INFO] [stdout] | [INFO] [stdout] 1238 | crate::mem::transmute(crate::myarch::_mm_cvt_pi2ps(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1238 | crate::mem::transmute(crate::myarch::_mm_cvt_si2ss(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvt_pi2ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1245:32 [INFO] [stdout] | [INFO] [stdout] 1245 | pub unsafe fn _mm_cvtpi8_ps(a: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpi8_ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1246:42 [INFO] [stdout] | [INFO] [stdout] 1246 | crate::mem::transmute(crate::myarch::_mm_cvtpi8_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1246 | crate::mem::transmute(crate::myarch::_mm_cvtpd_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpi8_ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1253:32 [INFO] [stdout] | [INFO] [stdout] 1253 | pub unsafe fn _mm_cvtpu8_ps(a: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpu8_ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1254:42 [INFO] [stdout] | [INFO] [stdout] 1254 | crate::mem::transmute(crate::myarch::_mm_cvtpu8_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1254 | crate::mem::transmute(crate::myarch::_mm_cvtpd_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpu8_ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1261:33 [INFO] [stdout] | [INFO] [stdout] 1261 | pub unsafe fn _mm_cvtpi16_ps(a: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpi16_ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1262:42 [INFO] [stdout] | [INFO] [stdout] 1262 | crate::mem::transmute(crate::myarch::_mm_cvtpi16_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1262 | crate::mem::transmute(crate::myarch::_mm_cvtepi32_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpi16_ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1269:33 [INFO] [stdout] | [INFO] [stdout] 1269 | pub unsafe fn _mm_cvtpu16_ps(a: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpu16_ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1270:42 [INFO] [stdout] | [INFO] [stdout] 1270 | crate::mem::transmute(crate::myarch::_mm_cvtpu16_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1270 | crate::mem::transmute(crate::myarch::_mm_cvtpd_ps(crate::mem::transmute(a))) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpu16_ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1278:35 [INFO] [stdout] | [INFO] [stdout] 1278 | pub unsafe fn _mm_cvtpi32x2_ps(a: __m64, b: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1278:45 [INFO] [stdout] | [INFO] [stdout] 1278 | pub unsafe fn _mm_cvtpi32x2_ps(a: __m64, b: __m64) -> f32x4 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_cvtpi32x2_ps` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1279:42 [INFO] [stdout] | [INFO] [stdout] 1279 | crate::mem::transmute(crate::myarch::_mm_cvtpi32x2_ps(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1279 | crate::mem::transmute(crate::myarch::_mm_cvtepi32_ps(crate::mem::transmute(a), crate::mem::transmute(b))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_cvtpi32x2_ps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1288:35 [INFO] [stdout] | [INFO] [stdout] 1288 | pub unsafe fn _mm_extract_pi16(a: __m64, imm2: i32) -> i32 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_mm_extract_pi16` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_pi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1296 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1292 | crate::myarch::_mm_extract_epi16(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_mm_extract_pi16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `__m64` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1305:28 [INFO] [stdout] | [INFO] [stdout] 1305 | pub unsafe fn _m_pextrw(a: __m64, imm2: i32) -> i32 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_m_pextrw` in module `crate::myarch` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vektor-0.2.2/src/x86/sse.rs:1309:28 [INFO] [stdout] | [INFO] [stdout] 1309 | crate::myarch::_m_pextrw(crate::mem::transmute(a), $imm8) [INFO] [stdout] | ^^^^^^^^^ not found in `crate::myarch` [INFO] [stdout] ... [INFO] [stdout] 1313 | crate::mem::transmute(constify_imm8!(imm2, call)) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::_m_pextrw; [WARN] too many lines in the log, truncating it