[INFO] crate faster 0.5.0 is already in cache [INFO] extracting crate faster 0.5.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/faster/0.5.0 [INFO] extracting crate faster 0.5.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/faster/0.5.0 [INFO] validating manifest of faster-0.5.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of faster-0.5.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing faster-0.5.0 [INFO] finished frobbing faster-0.5.0 [INFO] frobbed toml for faster-0.5.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/faster/0.5.0/Cargo.toml [INFO] started frobbing faster-0.5.0 [INFO] finished frobbing faster-0.5.0 [INFO] frobbed toml for faster-0.5.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/faster/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking faster-0.5.0 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/faster/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d2f38d91e78b905d9c4da6afe3fdf5b413997516ac8ef5f72c50ee6b741a1e79 [INFO] running `"docker" "start" "-a" "d2f38d91e78b905d9c4da6afe3fdf5b413997516ac8ef5f72c50ee6b741a1e79"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Checking vektor v0.2.1 [INFO] [stderr] Checking faster v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stderr] --> src/lib.rs:201:12 [INFO] [stderr] | [INFO] [stderr] 201 | #![feature(rust_2018_preview, stdsimd)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stderr] --> src/lib.rs:201:12 [INFO] [stderr] | [INFO] [stderr] 201 | #![feature(rust_2018_preview, stdsimd)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/vecs.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::std::fmt::Debug; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/iters.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::std::slice::from_raw_parts; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::std::ops::BitXor; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/vecs.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::std::fmt::Debug; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/iters.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::std::slice::from_raw_parts; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::std::ops::BitXor; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::std::ops::BitXor; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use crate::std::ops::Add; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::ops::Sub; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::std::ops::BitXor; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use crate::std::ops::Add; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/round.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::std::arch::x86_64::{_MM_FROUND_TO_NEAREST_INT, _MM_FROUND_TRUNC}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::ops::Sub; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::std::ops::Add; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/round.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::std::arch::x86_64::{_MM_FROUND_TO_NEAREST_INT, _MM_FROUND_TRUNC}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/vecs.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | pub use crate::std::simd::{u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::std::ops::Add; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/vecs.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | pub use crate::std::simd::{u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/vec_patterns.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/stride.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use crate::std::iter::{Iterator, ExactSizeIterator, FromIterator}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/stride.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl Cmp for u8x16 where "sse2" { [INFO] [stderr] 16 | | min => _mm_min_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | max => _mm_max_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / rust_fallback_impl_binary! { [INFO] [stderr] 57 | | impl Cmp for f32x4 where "sse" { [INFO] [stderr] 58 | | min => _mm_min_ps(), [0, 1, 2, 3]; [INFO] [stderr] 59 | | max => _mm_max_ps(), [0, 1, 2, 3]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_impl_binary! { [INFO] [stderr] 64 | | impl Cmp for f64x2 where "sse2" { [INFO] [stderr] 65 | | min => _mm_min_pd(), [0, 1]; [INFO] [stderr] 66 | | max => _mm_max_pd(), [0, 1]; [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/arch/x86/vec_patterns.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/stride.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use crate::std::iter::{Iterator, ExactSizeIterator, FromIterator}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / rust_fallback_eq! { [INFO] [stderr] 16 | | impl Eq for u8x16 where "sse2" { [INFO] [stderr] 17 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / rust_fallback_eq! { [INFO] [stderr] 22 | | impl Eq for i8x16 where "sse4.1" { [INFO] [stderr] 23 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/stride.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / rust_fallback_eq! { [INFO] [stderr] 28 | | impl Eq for u16x8 where "sse4.1" { [INFO] [stderr] 29 | | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl Cmp for u8x16 where "sse2" { [INFO] [stderr] 16 | | min => _mm_min_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | max => _mm_max_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / rust_fallback_eq! { [INFO] [stderr] 34 | | impl Eq for i16x8 where "sse4.1" { [INFO] [stderr] 35 | | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / rust_fallback_eq! { [INFO] [stderr] 40 | | impl Eq for u32x4 where "sse4.1" { [INFO] [stderr] 41 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / rust_fallback_impl_binary! { [INFO] [stderr] 57 | | impl Cmp for f32x4 where "sse" { [INFO] [stderr] 58 | | min => _mm_min_ps(), [0, 1, 2, 3]; [INFO] [stderr] 59 | | max => _mm_max_ps(), [0, 1, 2, 3]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / rust_fallback_eq! { [INFO] [stderr] 46 | | impl Eq for i32x4 where "sse4.1" { [INFO] [stderr] 47 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] 48 | | } [INFO] [stderr] 49 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / rust_fallback_eq! { [INFO] [stderr] 52 | | impl Eq for f32x4 where "sse" { [INFO] [stderr] 53 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_ps(), [0, 1, 2, 3]; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_impl_binary! { [INFO] [stderr] 64 | | impl Cmp for f64x2 where "sse2" { [INFO] [stderr] 65 | | min => _mm_min_pd(), [0, 1]; [INFO] [stderr] 66 | | max => _mm_max_pd(), [0, 1]; [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / rust_fallback_eq! { [INFO] [stderr] 58 | | impl Eq for f64x2 where "sse2" { [INFO] [stderr] 59 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_pd(), [0, 1]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_eq! { [INFO] [stderr] 64 | | impl Eq for u64x2 where "sse4.1" { [INFO] [stderr] 65 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / rust_fallback_eq! { [INFO] [stderr] 16 | | impl Eq for u8x16 where "sse2" { [INFO] [stderr] 17 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / rust_fallback_eq! { [INFO] [stderr] 70 | | impl Eq for i64x2 where "sse4.1" { [INFO] [stderr] 71 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / rust_fallback_eq! { [INFO] [stderr] 22 | | impl Eq for i8x16 where "sse4.1" { [INFO] [stderr] 23 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / rust_fallback_eq! { [INFO] [stderr] 76 | | impl Eq for u8x32 where "avx2" { [INFO] [stderr] 77 | | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] 78 | | 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]; [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | / rust_fallback_eq! { [INFO] [stderr] 83 | | impl Eq for i8x32 where "avx2" { [INFO] [stderr] 84 | | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] 85 | | 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]; [INFO] [stderr] 86 | | } [INFO] [stderr] 87 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / rust_fallback_eq! { [INFO] [stderr] 28 | | impl Eq for u16x8 where "sse4.1" { [INFO] [stderr] 29 | | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | / rust_fallback_eq! { [INFO] [stderr] 90 | | impl Eq for u16x16 where "avx2" { [INFO] [stderr] 91 | | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 92 | | } [INFO] [stderr] 93 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / rust_fallback_eq! { [INFO] [stderr] 34 | | impl Eq for i16x8 where "sse4.1" { [INFO] [stderr] 35 | | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / rust_fallback_eq! { [INFO] [stderr] 96 | | impl Eq for i16x16 where "avx2" { [INFO] [stderr] 97 | | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 98 | | } [INFO] [stderr] 99 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / rust_fallback_eq! { [INFO] [stderr] 40 | | impl Eq for u32x4 where "sse4.1" { [INFO] [stderr] 41 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / rust_fallback_eq! { [INFO] [stderr] 102 | | impl Eq for u32x8 where "avx2" { [INFO] [stderr] 103 | | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / rust_fallback_eq! { [INFO] [stderr] 46 | | impl Eq for i32x4 where "sse4.1" { [INFO] [stderr] 47 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] 48 | | } [INFO] [stderr] 49 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / rust_fallback_eq! { [INFO] [stderr] 108 | | impl Eq for i32x8 where "avx2" { [INFO] [stderr] 109 | | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / rust_fallback_eq! { [INFO] [stderr] 52 | | impl Eq for f32x4 where "sse" { [INFO] [stderr] 53 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_ps(), [0, 1, 2, 3]; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | / rust_fallback_eq! { [INFO] [stderr] 114 | | impl Eq for f32x8 where "avx" { [INFO] [stderr] 115 | | eq_mask, eq => u32x8, u32, _mm256_cmp_ps(0x00), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 116 | | } [INFO] [stderr] 117 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / rust_fallback_eq! { [INFO] [stderr] 58 | | impl Eq for f64x2 where "sse2" { [INFO] [stderr] 59 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_pd(), [0, 1]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / rust_fallback_eq! { [INFO] [stderr] 120 | | impl Eq for f64x4 where "avx" { [INFO] [stderr] 121 | | eq_mask, eq => u64x4, u64, _mm256_cmp_pd(0x00), [0, 1, 2, 3]; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_eq! { [INFO] [stderr] 64 | | impl Eq for u64x2 where "sse4.1" { [INFO] [stderr] 65 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | / rust_fallback_eq! { [INFO] [stderr] 126 | | impl Eq for u64x4 where "avx2" { [INFO] [stderr] 127 | | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] 128 | | } [INFO] [stderr] 129 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / rust_fallback_eq! { [INFO] [stderr] 70 | | impl Eq for i64x2 where "sse4.1" { [INFO] [stderr] 71 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | / rust_fallback_eq! { [INFO] [stderr] 132 | | impl Eq for i64x4 where "avx2" { [INFO] [stderr] 133 | | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingAdd for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_add => _mm_adds_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / rust_fallback_eq! { [INFO] [stderr] 76 | | impl Eq for u8x32 where "avx2" { [INFO] [stderr] 77 | | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] 78 | | 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]; [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingAdd for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_add => _mm_adds_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | / rust_fallback_eq! { [INFO] [stderr] 83 | | impl Eq for i8x32 where "avx2" { [INFO] [stderr] 84 | | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] 85 | | 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]; [INFO] [stderr] 86 | | } [INFO] [stderr] 87 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingAdd for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_add => _mm_adds_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | / rust_fallback_eq! { [INFO] [stderr] 90 | | impl Eq for u16x16 where "avx2" { [INFO] [stderr] 91 | | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 92 | | } [INFO] [stderr] 93 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingAdd for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_add => _mm_adds_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / rust_fallback_eq! { [INFO] [stderr] 96 | | impl Eq for i16x16 where "avx2" { [INFO] [stderr] 97 | | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 98 | | } [INFO] [stderr] 99 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingSub for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_sub => _mm_subs_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / rust_fallback_eq! { [INFO] [stderr] 102 | | impl Eq for u32x8 where "avx2" { [INFO] [stderr] 103 | | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingSub for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_sub => _mm_subs_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingSub for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_sub => _mm_subs_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / rust_fallback_eq! { [INFO] [stderr] 108 | | impl Eq for i32x8 where "avx2" { [INFO] [stderr] 109 | | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingSub for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_sub => _mm_subs_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | / rust_fallback_eq! { [INFO] [stderr] 114 | | impl Eq for f32x8 where "avx" { [INFO] [stderr] 115 | | eq_mask, eq => u32x8, u32, _mm256_cmp_ps(0x00), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 116 | | } [INFO] [stderr] 117 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / rust_fallback_eq! { [INFO] [stderr] 120 | | impl Eq for f64x4 where "avx" { [INFO] [stderr] 121 | | eq_mask, eq => u64x4, u64, _mm256_cmp_pd(0x00), [0, 1, 2, 3]; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | / rust_fallback_eq! { [INFO] [stderr] 126 | | impl Eq for u64x4 where "avx2" { [INFO] [stderr] 127 | | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] 128 | | } [INFO] [stderr] 129 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/eq.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | / rust_fallback_eq! { [INFO] [stderr] 132 | | impl Eq for i64x4 where "avx2" { [INFO] [stderr] 133 | | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingAdd for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_add => _mm_adds_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingAdd for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_add => _mm_adds_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingAdd for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_add => _mm_adds_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingAdd for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_add => _mm_adds_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingSub for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_sub => _mm_subs_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingSub for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_sub => _mm_subs_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingSub for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_sub => _mm_subs_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/intrin/macros.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use crate::std::mem::transmute; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingSub for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_sub => _mm_subs_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | i32x4::new(self.extract(0).min(0x7FFFFFFF).max(-0x80000000) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | u32x4::new(self.extract(0).min(0xFFFFFFFF) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x4` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | f32x4::new(self.extract(0) as f32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 115 | u16x8::new(self.extract(0).min(0x0000FFFF) as u16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | i16x16::new(self.extract(0).min(0x00007FFF).max(-0x00008000) as i16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | i8x32::new(self.extract(0).min(0x007F).max(-0x0080) as i8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | i32x4::new(self.extract(0).min(0x7FFFFFFF).max(-0x80000000) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:247:9 [INFO] [stderr] | [INFO] [stderr] 247 | u16x16::new(self.extract(0).min(0x0000FFFF) as u16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | u32x4::new(self.extract(0).min(0xFFFFFFFF) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:278:9 [INFO] [stderr] | [INFO] [stderr] 278 | u8x32::new(self.extract(0).min(0x00FF) as u8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | i32x8::new(self.extract(0).min(0x7FFFFFFF).max(-0x80000000) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x4` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | f32x4::new(self.extract(0) as f32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | u32x8::new(self.extract(0).min(0xFFFFFFFF) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:347:9 [INFO] [stderr] | [INFO] [stderr] 347 | f32x8::new(self.extract(0) as f32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | impl_packed_swap_bytes!(u8x64, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 115 | u16x8::new(self.extract(0).min(0x0000FFFF) as u16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl_packed_swap_bytes!(u8x32, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_swap_bytes!(u8x16, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | impl_packed_swap_bytes!(i8x64, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | impl_packed_swap_bytes!(i8x32, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | impl_packed_swap_bytes!(i8x16, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | impl_packed_swap_bytes!(u16x32, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | i16x16::new(self.extract(0).min(0x00007FFF).max(-0x00008000) as i16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:30:25 [INFO] [stderr] | [INFO] [stderr] 30 | impl_packed_swap_bytes!(u16x16, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | impl_packed_swap_bytes!(u16x8, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | impl_packed_swap_bytes!(i16x32, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | impl_packed_swap_bytes!(i16x16, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | i8x32::new(self.extract(0).min(0x007F).max(-0x0080) as i8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | impl_packed_swap_bytes!(i16x8, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | impl_packed_swap_bytes!(u32x16, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | impl_packed_swap_bytes!(u32x8, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:247:9 [INFO] [stderr] | [INFO] [stderr] 247 | u16x16::new(self.extract(0).min(0x0000FFFF) as u16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | impl_packed_swap_bytes!(u32x4, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | impl_packed_swap_bytes!(i32x16, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | impl_packed_swap_bytes!(i32x8, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | impl_packed_swap_bytes!(i32x4, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:278:9 [INFO] [stderr] | [INFO] [stderr] 278 | u8x32::new(self.extract(0).min(0x00FF) as u8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | impl_packed_swap_bytes!(u64x8, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | impl_packed_swap_bytes!(u64x4, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | i32x8::new(self.extract(0).min(0x7FFFFFFF).max(-0x80000000) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:69:25 [INFO] [stderr] | [INFO] [stderr] 69 | impl_packed_swap_bytes!(u64x2, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | impl_packed_swap_bytes!(i64x8, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | impl_packed_swap_bytes!(i64x4, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | impl_packed_swap_bytes!(i64x2, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | u32x8::new(self.extract(0).min(0xFFFFFFFF) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x8` [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:347:9 [INFO] [stderr] | [INFO] [stderr] 347 | f32x8::new(self.extract(0) as f32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | impl_packed_swap_bytes!(u8x64, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl_packed_swap_bytes!(u8x32, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_swap_bytes!(u8x16, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | impl_packed_swap_bytes!(i8x64, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | impl_packed_swap_bytes!(i8x32, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | impl_packed_swap_bytes!(i8x16, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | impl_packed_swap_bytes!(u16x32, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:30:25 [INFO] [stderr] | [INFO] [stderr] 30 | impl_packed_swap_bytes!(u16x16, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | impl_packed_swap_bytes!(u16x8, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | impl_packed_swap_bytes!(i16x32, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | impl_packed_swap_bytes!(i16x16, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | impl_packed_swap_bytes!(i16x8, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | impl_packed_swap_bytes!(u32x16, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | impl_packed_swap_bytes!(u32x8, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | impl_packed_swap_bytes!(u32x4, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | impl_packed_swap_bytes!(i32x16, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | impl_packed_swap_bytes!(i32x8, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | impl_packed_swap_bytes!(i32x4, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | impl_packed_swap_bytes!(u64x8, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | impl_packed_swap_bytes!(u64x4, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:69:25 [INFO] [stderr] | [INFO] [stderr] 69 | impl_packed_swap_bytes!(u64x2, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | impl_packed_swap_bytes!(i64x8, u8x64, "avx512-butnotyet", _mm512_permutexvar_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | impl_packed_swap_bytes!(i64x4, u8x32, "avx2", _mm256_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | impl_packed_swap_bytes!(i64x2, u8x16, "ssse3", _mm_shuffle_epi8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:30 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:37 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:44 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:51 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:58 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:65 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:72 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:80 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:88 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:95 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:103 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:111 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:118 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:126 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:133 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:140 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:148 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:155 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:162 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:169 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:176 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:183 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:190 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/endian.rs:86:197 [INFO] [stderr] | [INFO] [stderr] 86 | test_packed_swap_bytes!((u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | impl HAdd for u64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | impl HAdd for u64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | impl HAdd for u64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | impl HAdd for u32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:99:34 [INFO] [stderr] | [INFO] [stderr] 99 | impl HAdd for u32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:100:35 [INFO] [stderr] | [INFO] [stderr] 100 | impl HAdd for u32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:101:34 [INFO] [stderr] | [INFO] [stderr] 101 | impl HAdd for u16x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | impl HAdd for u16x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:103:35 [INFO] [stderr] | [INFO] [stderr] 103 | impl HAdd for u16x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:104:34 [INFO] [stderr] | [INFO] [stderr] 104 | impl HAdd for u8x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | impl HAdd for u8x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:106:34 [INFO] [stderr] | [INFO] [stderr] 106 | impl HAdd for u8x64 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:107:34 [INFO] [stderr] | [INFO] [stderr] 107 | impl HAdd for i64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | impl HAdd for i64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:109:34 [INFO] [stderr] | [INFO] [stderr] 109 | impl HAdd for i64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:111:34 [INFO] [stderr] | [INFO] [stderr] 111 | impl HAdd for i32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:113:34 [INFO] [stderr] | [INFO] [stderr] 113 | impl HAdd for i32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:114:35 [INFO] [stderr] | [INFO] [stderr] 114 | impl HAdd for i32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:116:34 [INFO] [stderr] | [INFO] [stderr] 116 | impl HAdd for i16x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:118:35 [INFO] [stderr] | [INFO] [stderr] 118 | impl HAdd for i16x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:119:35 [INFO] [stderr] | [INFO] [stderr] 119 | impl HAdd for i16x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:120:34 [INFO] [stderr] | [INFO] [stderr] 120 | impl HAdd for i8x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | impl HAdd for i8x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:122:34 [INFO] [stderr] | [INFO] [stderr] 122 | impl HAdd for i8x64 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:124:34 [INFO] [stderr] | [INFO] [stderr] 124 | impl HAdd for f64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:126:34 [INFO] [stderr] | [INFO] [stderr] 126 | impl HAdd for f64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:127:34 [INFO] [stderr] | [INFO] [stderr] 127 | impl HAdd for f64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:129:34 [INFO] [stderr] | [INFO] [stderr] 129 | impl HAdd for f32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:131:34 [INFO] [stderr] | [INFO] [stderr] 131 | impl HAdd for f32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:132:35 [INFO] [stderr] | [INFO] [stderr] 132 | impl HAdd for f32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:94:34 [INFO] [stderr] | [INFO] [stderr] 94 | impl HSub for u64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | impl HSub for u64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | impl HSub for u64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | impl HSub for u32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | impl HSub for u32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | impl HSub for u32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | impl HSub for u16x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | impl HSub for u16x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | impl HSub for u16x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:103:34 [INFO] [stderr] | [INFO] [stderr] 103 | impl HSub for u8x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:104:34 [INFO] [stderr] | [INFO] [stderr] 104 | impl HSub for u8x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | impl HSub for u8x64 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:106:34 [INFO] [stderr] | [INFO] [stderr] 106 | impl HSub for i64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:107:34 [INFO] [stderr] | [INFO] [stderr] 107 | impl HSub for i64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | impl HSub for i64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:110:34 [INFO] [stderr] | [INFO] [stderr] 110 | impl HSub for i32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:112:34 [INFO] [stderr] | [INFO] [stderr] 112 | impl HSub for i32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:113:35 [INFO] [stderr] | [INFO] [stderr] 113 | impl HSub for i32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:115:34 [INFO] [stderr] | [INFO] [stderr] 115 | impl HSub for i16x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:117:35 [INFO] [stderr] | [INFO] [stderr] 117 | impl HSub for i16x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:118:35 [INFO] [stderr] | [INFO] [stderr] 118 | impl HSub for i16x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:119:34 [INFO] [stderr] | [INFO] [stderr] 119 | impl HSub for i8x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:120:34 [INFO] [stderr] | [INFO] [stderr] 120 | impl HSub for i8x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | impl HSub for i8x64 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:123:34 [INFO] [stderr] | [INFO] [stderr] 123 | impl HSub for f64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:125:34 [INFO] [stderr] | [INFO] [stderr] 125 | impl HSub for f64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:126:34 [INFO] [stderr] | [INFO] [stderr] 126 | impl HSub for f64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:128:34 [INFO] [stderr] | [INFO] [stderr] 128 | impl HSub for f32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:130:34 [INFO] [stderr] | [INFO] [stderr] 130 | impl HSub for f32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:131:35 [INFO] [stderr] | [INFO] [stderr] 131 | impl HSub for f32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:33:76 [INFO] [stderr] | [INFO] [stderr] 33 | let pos = unsafe { _mm_sad_epu8(self.max(Self::splat(0)).be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:34:82 [INFO] [stderr] | [INFO] [stderr] 34 | let neg = unsafe { _mm_sad_epu8(self.min(Self::splat(0)).abs().be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:45:76 [INFO] [stderr] | [INFO] [stderr] 45 | let pos = unsafe { _mm_sad_epu8(self.max(Self::splat(0)).be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:46:82 [INFO] [stderr] | [INFO] [stderr] 46 | let neg = unsafe { _mm_sad_epu8(self.min(Self::splat(0)).abs().be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:142:21 [INFO] [stderr] | [INFO] [stderr] 142 | test_packed_eq!(u8x32, u8, u8x32, u8, test_eq_u8x32); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:142:32 [INFO] [stderr] | [INFO] [stderr] 142 | test_packed_eq!(u8x32, u8, u8x32, u8, test_eq_u8x32); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:143:21 [INFO] [stderr] | [INFO] [stderr] 143 | test_packed_eq!(u8x16, u8, u8x16, u8, test_eq_u8x16); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:143:32 [INFO] [stderr] | [INFO] [stderr] 143 | test_packed_eq!(u8x16, u8, u8x16, u8, test_eq_u8x16); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | test_packed_eq!(i8x32, i8, u8x32, u8, test_eq_i8x32); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:145:32 [INFO] [stderr] | [INFO] [stderr] 145 | test_packed_eq!(i8x32, i8, u8x32, u8, test_eq_i8x32); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:146:21 [INFO] [stderr] | [INFO] [stderr] 146 | test_packed_eq!(i8x16, i8, u8x16, u8, test_eq_i8x16); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | test_packed_eq!(i8x16, i8, u8x16, u8, test_eq_i8x16); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:148:21 [INFO] [stderr] | [INFO] [stderr] 148 | test_packed_eq!(u16x16, u16, u16x16, u16, test_eq_u16x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:148:34 [INFO] [stderr] | [INFO] [stderr] 148 | test_packed_eq!(u16x16, u16, u16x16, u16, test_eq_u16x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:149:21 [INFO] [stderr] | [INFO] [stderr] 149 | test_packed_eq!(u16x8, u16, u16x8, u16, test_eq_u16x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:149:33 [INFO] [stderr] | [INFO] [stderr] 149 | test_packed_eq!(u16x8, u16, u16x8, u16, test_eq_u16x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:151:21 [INFO] [stderr] | [INFO] [stderr] 151 | test_packed_eq!(i16x16, i16, u16x16, u16, test_eq_i16x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:151:34 [INFO] [stderr] | [INFO] [stderr] 151 | test_packed_eq!(i16x16, i16, u16x16, u16, test_eq_i16x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:152:21 [INFO] [stderr] | [INFO] [stderr] 152 | test_packed_eq!(i16x8, i16, u16x8, u16, test_eq_i16x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:152:33 [INFO] [stderr] | [INFO] [stderr] 152 | test_packed_eq!(i16x8, i16, u16x8, u16, test_eq_i16x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:154:21 [INFO] [stderr] | [INFO] [stderr] 154 | test_packed_eq!(u32x8, u32, u32x8, u32, test_eq_u32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:154:33 [INFO] [stderr] | [INFO] [stderr] 154 | test_packed_eq!(u32x8, u32, u32x8, u32, test_eq_u32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:155:21 [INFO] [stderr] | [INFO] [stderr] 155 | test_packed_eq!(u32x4, u32, u32x4, u32, test_eq_u32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:155:33 [INFO] [stderr] | [INFO] [stderr] 155 | test_packed_eq!(u32x4, u32, u32x4, u32, test_eq_u32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | test_packed_eq!(i32x8, i32, u32x8, u32, test_eq_i32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:157:33 [INFO] [stderr] | [INFO] [stderr] 157 | test_packed_eq!(i32x8, i32, u32x8, u32, test_eq_i32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:158:21 [INFO] [stderr] | [INFO] [stderr] 158 | test_packed_eq!(i32x4, i32, u32x4, u32, test_eq_i32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:158:33 [INFO] [stderr] | [INFO] [stderr] 158 | test_packed_eq!(i32x4, i32, u32x4, u32, test_eq_i32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | test_packed_eq!(f32x8, f32, u32x8, u32, test_eq_f32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:160:33 [INFO] [stderr] | [INFO] [stderr] 160 | test_packed_eq!(f32x8, f32, u32x8, u32, test_eq_f32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:161:21 [INFO] [stderr] | [INFO] [stderr] 161 | test_packed_eq!(f32x4, f32, u32x4, u32, test_eq_f32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:161:33 [INFO] [stderr] | [INFO] [stderr] 161 | test_packed_eq!(f32x4, f32, u32x4, u32, test_eq_f32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:163:21 [INFO] [stderr] | [INFO] [stderr] 163 | test_packed_eq!(u64x4, u64, u64x4, u64, test_eq_u64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | test_packed_eq!(u64x4, u64, u64x4, u64, test_eq_u64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:164:21 [INFO] [stderr] | [INFO] [stderr] 164 | test_packed_eq!(u64x2, u64, u64x2, u64, test_eq_u64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:164:33 [INFO] [stderr] | [INFO] [stderr] 164 | test_packed_eq!(u64x2, u64, u64x2, u64, test_eq_u64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:166:21 [INFO] [stderr] | [INFO] [stderr] 166 | test_packed_eq!(i64x4, i64, u64x4, u64, test_eq_i64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:166:33 [INFO] [stderr] | [INFO] [stderr] 166 | test_packed_eq!(i64x4, i64, u64x4, u64, test_eq_i64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:167:21 [INFO] [stderr] | [INFO] [stderr] 167 | test_packed_eq!(i64x2, i64, u64x2, u64, test_eq_i64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | test_packed_eq!(i64x2, i64, u64x2, u64, test_eq_i64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:169:21 [INFO] [stderr] | [INFO] [stderr] 169 | test_packed_eq!(f64x4, f64, u64x4, u64, test_eq_f64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:169:33 [INFO] [stderr] | [INFO] [stderr] 169 | test_packed_eq!(f64x4, f64, u64x4, u64, test_eq_f64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x2` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:170:21 [INFO] [stderr] | [INFO] [stderr] 170 | test_packed_eq!(f64x2, f64, u64x2, u64, test_eq_f64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:170:33 [INFO] [stderr] | [INFO] [stderr] 170 | test_packed_eq!(f64x2, f64, u64x2, u64, test_eq_f64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | impl HAdd for u64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | impl HAdd for u64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | impl HAdd for u64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | impl HAdd for u32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:99:34 [INFO] [stderr] | [INFO] [stderr] 99 | impl HAdd for u32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:100:35 [INFO] [stderr] | [INFO] [stderr] 100 | impl HAdd for u32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:101:34 [INFO] [stderr] | [INFO] [stderr] 101 | impl HAdd for u16x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | impl HAdd for u16x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:103:35 [INFO] [stderr] | [INFO] [stderr] 103 | impl HAdd for u16x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:104:34 [INFO] [stderr] | [INFO] [stderr] 104 | impl HAdd for u8x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | impl HAdd for u8x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:106:34 [INFO] [stderr] | [INFO] [stderr] 106 | impl HAdd for u8x64 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:107:34 [INFO] [stderr] | [INFO] [stderr] 107 | impl HAdd for i64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | impl HAdd for i64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:109:34 [INFO] [stderr] | [INFO] [stderr] 109 | impl HAdd for i64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:111:34 [INFO] [stderr] | [INFO] [stderr] 111 | impl HAdd for i32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:113:34 [INFO] [stderr] | [INFO] [stderr] 113 | impl HAdd for i32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:114:35 [INFO] [stderr] | [INFO] [stderr] 114 | impl HAdd for i32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:116:34 [INFO] [stderr] | [INFO] [stderr] 116 | impl HAdd for i16x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:118:35 [INFO] [stderr] | [INFO] [stderr] 118 | impl HAdd for i16x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:119:35 [INFO] [stderr] | [INFO] [stderr] 119 | impl HAdd for i16x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:120:34 [INFO] [stderr] | [INFO] [stderr] 120 | impl HAdd for i8x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | impl HAdd for i8x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:122:34 [INFO] [stderr] | [INFO] [stderr] 122 | impl HAdd for i8x64 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:124:34 [INFO] [stderr] | [INFO] [stderr] 124 | impl HAdd for f64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:126:34 [INFO] [stderr] | [INFO] [stderr] 126 | impl HAdd for f64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:127:34 [INFO] [stderr] | [INFO] [stderr] 127 | impl HAdd for f64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:129:34 [INFO] [stderr] | [INFO] [stderr] 129 | impl HAdd for f32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:131:34 [INFO] [stderr] | [INFO] [stderr] 131 | impl HAdd for f32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Add` [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:132:35 [INFO] [stderr] | [INFO] [stderr] 132 | impl HAdd for f32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Add` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:94:34 [INFO] [stderr] | [INFO] [stderr] 94 | impl HSub for u64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | impl HSub for u64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | impl HSub for u64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | impl HSub for u32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | impl HSub for u32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | impl HSub for u32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | impl HSub for u16x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | impl HSub for u16x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | impl HSub for u16x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:103:34 [INFO] [stderr] | [INFO] [stderr] 103 | impl HSub for u8x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:104:34 [INFO] [stderr] | [INFO] [stderr] 104 | impl HSub for u8x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | impl HSub for u8x64 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:106:34 [INFO] [stderr] | [INFO] [stderr] 106 | impl HSub for i64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:107:34 [INFO] [stderr] | [INFO] [stderr] 107 | impl HSub for i64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | impl HSub for i64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:110:34 [INFO] [stderr] | [INFO] [stderr] 110 | impl HSub for i32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:112:34 [INFO] [stderr] | [INFO] [stderr] 112 | impl HSub for i32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:113:35 [INFO] [stderr] | [INFO] [stderr] 113 | impl HSub for i32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:115:34 [INFO] [stderr] | [INFO] [stderr] 115 | impl HSub for i16x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:117:35 [INFO] [stderr] | [INFO] [stderr] 117 | impl HSub for i16x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:118:35 [INFO] [stderr] | [INFO] [stderr] 118 | impl HSub for i16x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:119:34 [INFO] [stderr] | [INFO] [stderr] 119 | impl HSub for i8x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:120:34 [INFO] [stderr] | [INFO] [stderr] 120 | impl HSub for i8x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | impl HSub for i8x64 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:123:34 [INFO] [stderr] | [INFO] [stderr] 123 | impl HSub for f64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:125:34 [INFO] [stderr] | [INFO] [stderr] 125 | impl HSub for f64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:126:34 [INFO] [stderr] | [INFO] [stderr] 126 | impl HSub for f64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:128:34 [INFO] [stderr] | [INFO] [stderr] 128 | impl HSub for f32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:130:34 [INFO] [stderr] | [INFO] [stderr] 130 | impl HSub for f32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sub` [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:131:35 [INFO] [stderr] | [INFO] [stderr] 131 | impl HSub for f32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^ use of undeclared type or module `Sub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:24 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:31 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:38 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:45 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:60 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:68 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:75 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:83 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:91 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:98 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:106 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:113 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:120 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:128 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:135 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x16` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:142 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `f32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:150 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x4` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:157 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:164 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:171 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:178 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:185 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:192 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:199 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:206 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:213 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x2` [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:57:220 [INFO] [stderr] | [INFO] [stderr] 57 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:19 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:26 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:40 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:47 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:54 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:61 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:69 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:77 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:84 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:92 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:100 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:107 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:115 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:122 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:129 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:137 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:144 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:151 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:158 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:165 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:172 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:179 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:86:186 [INFO] [stderr] | [INFO] [stderr] 86 | (u8x64, u8x32, u8x16, i8x64, i8x32, i8x16, u16x32, u16x16, u16x8, i16x32, i16x16, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2), [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:33:76 [INFO] [stderr] | [INFO] [stderr] 33 | let pos = unsafe { _mm_sad_epu8(self.max(Self::splat(0)).be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:34:82 [INFO] [stderr] | [INFO] [stderr] 34 | let neg = unsafe { _mm_sad_epu8(self.min(Self::splat(0)).abs().be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:45:76 [INFO] [stderr] | [INFO] [stderr] 45 | let pos = unsafe { _mm_sad_epu8(self.max(Self::splat(0)).be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:46:82 [INFO] [stderr] | [INFO] [stderr] 46 | let neg = unsafe { _mm_sad_epu8(self.min(Self::splat(0)).abs().be_u8s(), u8x16::splat(0)).be_u16s() }; [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:287:26 [INFO] [stderr] | [INFO] [stderr] 287 | test_packed_sum_int!(u8x64, u8, test_packed_sum_u8x64); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:288:26 [INFO] [stderr] | [INFO] [stderr] 288 | test_packed_sum_int!(u8x32, u8, test_packed_sum_u8x32); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:289:26 [INFO] [stderr] | [INFO] [stderr] 289 | test_packed_sum_int!(u8x16, u8, test_packed_sum_u8x16); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:290:26 [INFO] [stderr] | [INFO] [stderr] 290 | test_packed_sum_int!(i8x64, i8, test_packed_sum_i8x64); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:291:26 [INFO] [stderr] | [INFO] [stderr] 291 | test_packed_sum_int!(i8x32, i8, test_packed_sum_i8x32); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | test_packed_sum_int!(i8x16, i8, test_packed_sum_i8x16); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:293:26 [INFO] [stderr] | [INFO] [stderr] 293 | test_packed_sum_int!(u16x32, u16, test_packed_sum_u16x32); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:294:26 [INFO] [stderr] | [INFO] [stderr] 294 | test_packed_sum_int!(u16x16, u16, test_packed_sum_u16x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:295:26 [INFO] [stderr] | [INFO] [stderr] 295 | test_packed_sum_int!(u16x8, u16, test_packed_sum_u16x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:296:26 [INFO] [stderr] | [INFO] [stderr] 296 | test_packed_sum_int!(i16x32, i16, test_packed_sum_i16x32); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:297:26 [INFO] [stderr] | [INFO] [stderr] 297 | test_packed_sum_int!(i16x16, i16, test_packed_sum_i16x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:298:26 [INFO] [stderr] | [INFO] [stderr] 298 | test_packed_sum_int!(i16x8, i16, test_packed_sum_i16x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:299:26 [INFO] [stderr] | [INFO] [stderr] 299 | test_packed_sum_int!(u32x16, u32, test_packed_sum_u32x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:300:26 [INFO] [stderr] | [INFO] [stderr] 300 | test_packed_sum_int!(u32x8, u32, test_packed_sum_u32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:301:26 [INFO] [stderr] | [INFO] [stderr] 301 | test_packed_sum_int!(u32x4, u32, test_packed_sum_u32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:302:26 [INFO] [stderr] | [INFO] [stderr] 302 | test_packed_sum_int!(i32x16, i32, test_packed_sum_i32x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:303:26 [INFO] [stderr] | [INFO] [stderr] 303 | test_packed_sum_int!(i32x8, i32, test_packed_sum_i32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:304:26 [INFO] [stderr] | [INFO] [stderr] 304 | test_packed_sum_int!(i32x4, i32, test_packed_sum_i32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:305:26 [INFO] [stderr] | [INFO] [stderr] 305 | test_packed_sum_int!(u64x8, u64, test_packed_sum_u64x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:306:26 [INFO] [stderr] | [INFO] [stderr] 306 | test_packed_sum_int!(u64x4, u64, test_packed_sum_u64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:307:26 [INFO] [stderr] | [INFO] [stderr] 307 | test_packed_sum_int!(u64x2, u64, test_packed_sum_u64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:308:26 [INFO] [stderr] | [INFO] [stderr] 308 | test_packed_sum_int!(i64x8, i64, test_packed_sum_i64x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:309:26 [INFO] [stderr] | [INFO] [stderr] 309 | test_packed_sum_int!(i64x4, i64, test_packed_sum_i64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:310:26 [INFO] [stderr] | [INFO] [stderr] 310 | test_packed_sum_int!(i64x2, i64, test_packed_sum_i64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x16` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:312:22 [INFO] [stderr] | [INFO] [stderr] 312 | test_packed_sum!(f32x16, f32, test_packed_sum_f32x16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `f32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:313:22 [INFO] [stderr] | [INFO] [stderr] 313 | test_packed_sum!(f32x8, f32, test_packed_sum_f32x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x4` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:314:22 [INFO] [stderr] | [INFO] [stderr] 314 | test_packed_sum!(f32x4, f32, test_packed_sum_f32x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:316:22 [INFO] [stderr] | [INFO] [stderr] 316 | test_packed_sum!(f64x8, f64, test_packed_sum_f64x8); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:317:22 [INFO] [stderr] | [INFO] [stderr] 317 | test_packed_sum!(f64x4, f64, test_packed_sum_f64x4); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x2` [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:318:22 [INFO] [stderr] | [INFO] [stderr] 318 | test_packed_sum!(f64x2, f64, test_packed_sum_f64x2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | (u16x8::new(self.extract(0) as u16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | u16x8::new(self.extract(8) as u16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:67:10 [INFO] [stderr] | [INFO] [stderr] 67 | (i16x8::new(self.extract(0) as i16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | i16x8::new(self.extract(8) as i16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:101:10 [INFO] [stderr] | [INFO] [stderr] 101 | (u32x4::new(self.extract(0) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:105:10 [INFO] [stderr] | [INFO] [stderr] 105 | u32x4::new(self.extract(4) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:127:10 [INFO] [stderr] | [INFO] [stderr] 127 | (i32x4::new(self.extract(0) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | i32x4::new(self.extract(4) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | (u16x16::new(self.extract(0) as u16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:169:10 [INFO] [stderr] | [INFO] [stderr] 169 | u16x16::new(self.extract(16) as u16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:210:10 [INFO] [stderr] | [INFO] [stderr] 210 | (i16x16::new(self.extract(0) as i16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:226:10 [INFO] [stderr] | [INFO] [stderr] 226 | i16x16::new(self.extract(16) as i16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:260:10 [INFO] [stderr] | [INFO] [stderr] 260 | (u32x8::new(self.extract(0) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:268:10 [INFO] [stderr] | [INFO] [stderr] 268 | u32x8::new(self.extract(8) as u32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:302:10 [INFO] [stderr] | [INFO] [stderr] 302 | (i32x8::new(self.extract(0) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:310:10 [INFO] [stderr] | [INFO] [stderr] 310 | i32x8::new(self.extract(8) as i32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:375:10 [INFO] [stderr] | [INFO] [stderr] 375 | (i64x2::new(self.extract(0) as i64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:377:10 [INFO] [stderr] | [INFO] [stderr] 377 | i64x2::new(self.extract(2) as i64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:396:10 [INFO] [stderr] | [INFO] [stderr] 396 | (u64x2::new(self.extract(0) as u64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:398:10 [INFO] [stderr] | [INFO] [stderr] 398 | u64x2::new(self.extract(2) as u64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:426:10 [INFO] [stderr] | [INFO] [stderr] 426 | (f64x4::new(self.extract(0) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:430:10 [INFO] [stderr] | [INFO] [stderr] 430 | f64x4::new(self.extract(4) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:459:10 [INFO] [stderr] | [INFO] [stderr] 459 | (f64x4::new(self.extract(0) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:463:10 [INFO] [stderr] | [INFO] [stderr] 463 | f64x4::new(self.extract(4) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:492:10 [INFO] [stderr] | [INFO] [stderr] 492 | (i64x4::new(self.extract(0) as i64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:496:10 [INFO] [stderr] | [INFO] [stderr] 496 | i64x4::new(self.extract(4) as i64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:517:10 [INFO] [stderr] | [INFO] [stderr] 517 | (u64x4::new(self.extract(0) as u64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:521:10 [INFO] [stderr] | [INFO] [stderr] 521 | u64x4::new(self.extract(4) as u64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:532:10 [INFO] [stderr] | [INFO] [stderr] 532 | (f64x8::new(self.extract(0) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:540:10 [INFO] [stderr] | [INFO] [stderr] 540 | f64x8::new(self.extract(8) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:555:10 [INFO] [stderr] | [INFO] [stderr] 555 | (f64x8::new(self.extract(0) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:563:10 [INFO] [stderr] | [INFO] [stderr] 563 | f64x8::new(self.extract(8) as f64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:578:10 [INFO] [stderr] | [INFO] [stderr] 578 | (i64x8::new(self.extract(0) as i64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:586:10 [INFO] [stderr] | [INFO] [stderr] 586 | i64x8::new(self.extract(8) as i64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:601:10 [INFO] [stderr] | [INFO] [stderr] 601 | (u64x8::new(self.extract(0) as u64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/intrin/upcast.rs:609:10 [INFO] [stderr] | [INFO] [stderr] 609 | u64x8::new(self.extract(8) as u64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x64` [INFO] [stderr] --> src/arch/x86/vecs.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | impl_packed!(u8, u8s, u8x64, 1, 64, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x32` [INFO] [stderr] --> src/arch/x86/vecs.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | impl_packed!(u8, u8s, u8x32, 1, 32, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u8x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | impl_packed!(u8, u8s, u8x16, 1, 16, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x64` [INFO] [stderr] --> src/arch/x86/vecs.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | impl_packed!(i8, i8s, i8x64, 1, 64, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x64` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x32` [INFO] [stderr] --> src/arch/x86/vecs.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | impl_packed!(i8, i8s, i8x32, 1, 32, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i8x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | impl_packed!(i8, i8s, i8x16, 1, 16, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i8x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x32` [INFO] [stderr] --> src/arch/x86/vecs.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | impl_packed!(u16, u16s, u16x32, 2, 32, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | impl_packed!(u16, u16s, u16x16, 2, 16, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u16x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl_packed!(u16, u16s, u16x8, 2, 8, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x32` [INFO] [stderr] --> src/arch/x86/vecs.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | impl_packed!(i16, i16s, i16x32, 2, 32, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | impl_packed!(i16, i16s, i16x16, 2, 16, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i16x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i16x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed!(i16, i16s, i16x8, 2, 8, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i16x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | impl_packed!(u32, u32s, u32x16, 4, 16, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `u32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | impl_packed!(u32, u32s, u32x8, 4, 8, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u32x4` [INFO] [stderr] --> src/arch/x86/vecs.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | impl_packed!(u32, u32s, u32x4, 4, 4, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | impl_packed!(i32, i32s, i32x16, 4, 16, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `i32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed!(i32, i32s, i32x8, 4, 8, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i32x4` [INFO] [stderr] --> src/arch/x86/vecs.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | impl_packed!(i32, i32s, i32x4, 4, 4, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x16` [INFO] [stderr] --> src/arch/x86/vecs.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | impl_packed!(f32, f32s, f32x16, 4, 16, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `f32x16` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | impl_packed!(f32, f32s, f32x8, 4, 8, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f32x4` [INFO] [stderr] --> src/arch/x86/vecs.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | impl_packed!(f32, f32s, f32x4, 4, 4, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f32x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | impl_packed!(u64, u64s, u64x8, 8, 8, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x4` [INFO] [stderr] --> src/arch/x86/vecs.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | impl_packed!(u64, u64s, u64x4, 8, 4, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `u64x2` [INFO] [stderr] --> src/arch/x86/vecs.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | impl_packed!(u64, u64s, u64x2, 8, 2, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `u64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | impl_packed!(i64, i64s, i64x8, 8, 8, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x4` [INFO] [stderr] --> src/arch/x86/vecs.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | impl_packed!(i64, i64s, i64x4, 8, 4, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `i64x2` [INFO] [stderr] --> src/arch/x86/vecs.rs:30:25 [INFO] [stderr] | [INFO] [stderr] 30 | impl_packed!(i64, i64s, i64x2, 8, 2, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `i64x2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x8` [INFO] [stderr] --> src/arch/x86/vecs.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | impl_packed!(f64, f64s, f64x8, 8, 8, ["avx512"], ["avx1024"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x8` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x4` [INFO] [stderr] --> src/arch/x86/vecs.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | impl_packed!(f64, f64s, f64x4, 8, 4, ["avx2"], ["avx512"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x4` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `f64x2` [INFO] [stderr] --> src/arch/x86/vecs.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | impl_packed!(f64, f64s, f64x2, 8, 2, [], ["avx2"]); [INFO] [stderr] | ^^^^^ use of undeclared type or module `f64x2` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Debug` in this scope [INFO] [stderr] --> src/vecs.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | pub trait Packed : Sized + Copy + Debug + Merge { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use core::fmt::Debug; [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Debug; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Debug` in this scope [INFO] [stderr] --> src/vecs.rs:77:48 [INFO] [stderr] | [INFO] [stderr] 77 | pub trait Packable where Self : Sized + Copy + Debug { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use core::fmt::Debug; [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Debug; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_raw_parts` in this scope [INFO] [stderr] --> src/iters.rs:398:22 [INFO] [stderr] | [INFO] [stderr] 398 | Some(from_raw_parts((&mut self.scratch).as_mut_ptr(), i)) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::slice::from_raw_parts; [INFO] [stderr] | [INFO] [stderr] 8 | use std::slice::from_raw_parts; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `BitXor` in this scope [INFO] [stderr] --> src/intrin/eq.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | type Out : Pattern + BitXor; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::ops::BitXor; [INFO] [stderr] | [INFO] [stderr] 8 | use std::ops::BitXor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | impl Abs for f32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | type Out = f32x4; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:23:48 [INFO] [stderr] | [INFO] [stderr] 23 | unsafe { _mm_and_ps(*self, Self::splat(transmute::(0x7FFFFFFF))) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:37:14 [INFO] [stderr] | [INFO] [stderr] 37 | impl Abs for f64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | type Out = f64x2; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:44:48 [INFO] [stderr] | [INFO] [stderr] 44 | unsafe { _mm_and_pd(*self, Self::splat(transmute::(0x7FFFFFFFFFFFFFFF))) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:56:14 [INFO] [stderr] | [INFO] [stderr] 56 | impl Abs for f32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | type Out = f32x8; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:81:14 [INFO] [stderr] | [INFO] [stderr] 81 | impl Abs for f64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | type Out = f64x4; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:102:14 [INFO] [stderr] | [INFO] [stderr] 102 | impl Abs for i8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:103:16 [INFO] [stderr] | [INFO] [stderr] 103 | type Out = u8x16; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:116:33 [INFO] [stderr] | [INFO] [stderr] 116 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:118:33 [INFO] [stderr] | [INFO] [stderr] 118 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:119:33 [INFO] [stderr] | [INFO] [stderr] 119 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | unsafe { transmute::(self.extract(4).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:121:33 [INFO] [stderr] | [INFO] [stderr] 121 | unsafe { transmute::(self.extract(5).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:122:33 [INFO] [stderr] | [INFO] [stderr] 122 | unsafe { transmute::(self.extract(6).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:123:33 [INFO] [stderr] | [INFO] [stderr] 123 | unsafe { transmute::(self.extract(7).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:124:33 [INFO] [stderr] | [INFO] [stderr] 124 | unsafe { transmute::(self.extract(8).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:125:33 [INFO] [stderr] | [INFO] [stderr] 125 | unsafe { transmute::(self.extract(9).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:126:33 [INFO] [stderr] | [INFO] [stderr] 126 | unsafe { transmute::(self.extract(10).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:127:33 [INFO] [stderr] | [INFO] [stderr] 127 | unsafe { transmute::(self.extract(11).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:128:33 [INFO] [stderr] | [INFO] [stderr] 128 | unsafe { transmute::(self.extract(12).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:129:33 [INFO] [stderr] | [INFO] [stderr] 129 | unsafe { transmute::(self.extract(13).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:130:33 [INFO] [stderr] | [INFO] [stderr] 130 | unsafe { transmute::(self.extract(14).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:131:33 [INFO] [stderr] | [INFO] [stderr] 131 | unsafe { transmute::(self.extract(15).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:135:14 [INFO] [stderr] | [INFO] [stderr] 135 | impl Abs for i16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:136:16 [INFO] [stderr] | [INFO] [stderr] 136 | type Out = u16x8; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:149:33 [INFO] [stderr] | [INFO] [stderr] 149 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:150:33 [INFO] [stderr] | [INFO] [stderr] 150 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:151:33 [INFO] [stderr] | [INFO] [stderr] 151 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:152:33 [INFO] [stderr] | [INFO] [stderr] 152 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:153:33 [INFO] [stderr] | [INFO] [stderr] 153 | unsafe { transmute::(self.extract(4).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:154:33 [INFO] [stderr] | [INFO] [stderr] 154 | unsafe { transmute::(self.extract(5).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:155:33 [INFO] [stderr] | [INFO] [stderr] 155 | unsafe { transmute::(self.extract(6).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:156:33 [INFO] [stderr] | [INFO] [stderr] 156 | unsafe { transmute::(self.extract(7).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:160:14 [INFO] [stderr] | [INFO] [stderr] 160 | impl Abs for i32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:161:16 [INFO] [stderr] | [INFO] [stderr] 161 | type Out = u32x4; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:174:33 [INFO] [stderr] | [INFO] [stderr] 174 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:175:33 [INFO] [stderr] | [INFO] [stderr] 175 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:176:33 [INFO] [stderr] | [INFO] [stderr] 176 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:177:33 [INFO] [stderr] | [INFO] [stderr] 177 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:181:14 [INFO] [stderr] | [INFO] [stderr] 181 | impl Abs for i8x32 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:182:16 [INFO] [stderr] | [INFO] [stderr] 182 | type Out = u8x32; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:195:33 [INFO] [stderr] | [INFO] [stderr] 195 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:196:33 [INFO] [stderr] | [INFO] [stderr] 196 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:197:33 [INFO] [stderr] | [INFO] [stderr] 197 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:198:33 [INFO] [stderr] | [INFO] [stderr] 198 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:199:33 [INFO] [stderr] | [INFO] [stderr] 199 | unsafe { transmute::(self.extract(4).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:200:33 [INFO] [stderr] | [INFO] [stderr] 200 | unsafe { transmute::(self.extract(5).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:201:33 [INFO] [stderr] | [INFO] [stderr] 201 | unsafe { transmute::(self.extract(6).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:202:33 [INFO] [stderr] | [INFO] [stderr] 202 | unsafe { transmute::(self.extract(7).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:203:33 [INFO] [stderr] | [INFO] [stderr] 203 | unsafe { transmute::(self.extract(8).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:204:33 [INFO] [stderr] | [INFO] [stderr] 204 | unsafe { transmute::(self.extract(9).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:205:33 [INFO] [stderr] | [INFO] [stderr] 205 | unsafe { transmute::(self.extract(10).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:206:33 [INFO] [stderr] | [INFO] [stderr] 206 | unsafe { transmute::(self.extract(11).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:207:33 [INFO] [stderr] | [INFO] [stderr] 207 | unsafe { transmute::(self.extract(12).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:208:33 [INFO] [stderr] | [INFO] [stderr] 208 | unsafe { transmute::(self.extract(13).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:209:33 [INFO] [stderr] | [INFO] [stderr] 209 | unsafe { transmute::(self.extract(14).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:210:33 [INFO] [stderr] | [INFO] [stderr] 210 | unsafe { transmute::(self.extract(15).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:211:33 [INFO] [stderr] | [INFO] [stderr] 211 | unsafe { transmute::(self.extract(16).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:212:33 [INFO] [stderr] | [INFO] [stderr] 212 | unsafe { transmute::(self.extract(17).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:213:33 [INFO] [stderr] | [INFO] [stderr] 213 | unsafe { transmute::(self.extract(18).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:214:33 [INFO] [stderr] | [INFO] [stderr] 214 | unsafe { transmute::(self.extract(19).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:215:33 [INFO] [stderr] | [INFO] [stderr] 215 | unsafe { transmute::(self.extract(20).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:216:33 [INFO] [stderr] | [INFO] [stderr] 216 | unsafe { transmute::(self.extract(21).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:217:33 [INFO] [stderr] | [INFO] [stderr] 217 | unsafe { transmute::(self.extract(22).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:218:33 [INFO] [stderr] | [INFO] [stderr] 218 | unsafe { transmute::(self.extract(23).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:219:33 [INFO] [stderr] | [INFO] [stderr] 219 | unsafe { transmute::(self.extract(24).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:220:33 [INFO] [stderr] | [INFO] [stderr] 220 | unsafe { transmute::(self.extract(25).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:221:33 [INFO] [stderr] | [INFO] [stderr] 221 | unsafe { transmute::(self.extract(26).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:222:33 [INFO] [stderr] | [INFO] [stderr] 222 | unsafe { transmute::(self.extract(27).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:223:33 [INFO] [stderr] | [INFO] [stderr] 223 | unsafe { transmute::(self.extract(28).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:224:33 [INFO] [stderr] | [INFO] [stderr] 224 | unsafe { transmute::(self.extract(29).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:225:33 [INFO] [stderr] | [INFO] [stderr] 225 | unsafe { transmute::(self.extract(30).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:226:33 [INFO] [stderr] | [INFO] [stderr] 226 | unsafe { transmute::(self.extract(31).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:230:14 [INFO] [stderr] | [INFO] [stderr] 230 | impl Abs for i16x16 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:231:16 [INFO] [stderr] | [INFO] [stderr] 231 | type Out = u16x16; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:243:33 [INFO] [stderr] | [INFO] [stderr] 243 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:244:33 [INFO] [stderr] | [INFO] [stderr] 244 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:246:33 [INFO] [stderr] | [INFO] [stderr] 246 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:247:33 [INFO] [stderr] | [INFO] [stderr] 247 | unsafe { transmute::(self.extract(4).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:248:33 [INFO] [stderr] | [INFO] [stderr] 248 | unsafe { transmute::(self.extract(5).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:249:33 [INFO] [stderr] | [INFO] [stderr] 249 | unsafe { transmute::(self.extract(6).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:250:33 [INFO] [stderr] | [INFO] [stderr] 250 | unsafe { transmute::(self.extract(7).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:251:33 [INFO] [stderr] | [INFO] [stderr] 251 | unsafe { transmute::(self.extract(8).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:252:33 [INFO] [stderr] | [INFO] [stderr] 252 | unsafe { transmute::(self.extract(9).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:253:33 [INFO] [stderr] | [INFO] [stderr] 253 | unsafe { transmute::(self.extract(10).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:254:33 [INFO] [stderr] | [INFO] [stderr] 254 | unsafe { transmute::(self.extract(11).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:255:33 [INFO] [stderr] | [INFO] [stderr] 255 | unsafe { transmute::(self.extract(12).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:256:33 [INFO] [stderr] | [INFO] [stderr] 256 | unsafe { transmute::(self.extract(13).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:257:33 [INFO] [stderr] | [INFO] [stderr] 257 | unsafe { transmute::(self.extract(14).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:258:33 [INFO] [stderr] | [INFO] [stderr] 258 | unsafe { transmute::(self.extract(15).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:262:14 [INFO] [stderr] | [INFO] [stderr] 262 | impl Abs for i32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:263:16 [INFO] [stderr] | [INFO] [stderr] 263 | type Out = u32x8; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:275:33 [INFO] [stderr] | [INFO] [stderr] 275 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:276:33 [INFO] [stderr] | [INFO] [stderr] 276 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:277:33 [INFO] [stderr] | [INFO] [stderr] 277 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:278:33 [INFO] [stderr] | [INFO] [stderr] 278 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:279:33 [INFO] [stderr] | [INFO] [stderr] 279 | unsafe { transmute::(self.extract(4).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:280:33 [INFO] [stderr] | [INFO] [stderr] 280 | unsafe { transmute::(self.extract(5).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:281:33 [INFO] [stderr] | [INFO] [stderr] 281 | unsafe { transmute::(self.extract(6).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:282:33 [INFO] [stderr] | [INFO] [stderr] 282 | unsafe { transmute::(self.extract(7).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:286:14 [INFO] [stderr] | [INFO] [stderr] 286 | impl Abs for i64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:287:16 [INFO] [stderr] | [INFO] [stderr] 287 | type Out = u64x2; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:292:33 [INFO] [stderr] | [INFO] [stderr] 292 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:293:33 [INFO] [stderr] | [INFO] [stderr] 293 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:297:14 [INFO] [stderr] | [INFO] [stderr] 297 | impl Abs for i64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:298:16 [INFO] [stderr] | [INFO] [stderr] 298 | type Out = u64x4; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:303:33 [INFO] [stderr] | [INFO] [stderr] 303 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:304:33 [INFO] [stderr] | [INFO] [stderr] 304 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:305:33 [INFO] [stderr] | [INFO] [stderr] 305 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:306:33 [INFO] [stderr] | [INFO] [stderr] 306 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:310:14 [INFO] [stderr] | [INFO] [stderr] 310 | impl Abs for i64x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:311:16 [INFO] [stderr] | [INFO] [stderr] 311 | type Out = u64x8; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:316:33 [INFO] [stderr] | [INFO] [stderr] 316 | Self::Out::new(unsafe { transmute::(self.extract(0).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:317:33 [INFO] [stderr] | [INFO] [stderr] 317 | unsafe { transmute::(self.extract(1).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:318:33 [INFO] [stderr] | [INFO] [stderr] 318 | unsafe { transmute::(self.extract(2).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:319:33 [INFO] [stderr] | [INFO] [stderr] 319 | unsafe { transmute::(self.extract(3).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:320:33 [INFO] [stderr] | [INFO] [stderr] 320 | unsafe { transmute::(self.extract(4).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:321:33 [INFO] [stderr] | [INFO] [stderr] 321 | unsafe { transmute::(self.extract(5).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:322:33 [INFO] [stderr] | [INFO] [stderr] 322 | unsafe { transmute::(self.extract(6).overflowing_abs().0) }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/arch/x86/intrin/abs.rs:323:33 [INFO] [stderr] | [INFO] [stderr] 323 | unsafe { transmute::(self.extract(7).overflowing_abs().0) }) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl Cmp for u8x16 where "sse2" { [INFO] [stderr] 16 | | min => _mm_min_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | max => _mm_max_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl Cmp for u8x16 where "sse2" { [INFO] [stderr] 16 | | min => _mm_min_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | max => _mm_max_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl Cmp for u8x16 where "sse2" { [INFO] [stderr] 16 | | min => _mm_min_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | max => _mm_max_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / rust_fallback_impl_binary! { [INFO] [stderr] 57 | | impl Cmp for f32x4 where "sse" { [INFO] [stderr] 58 | | min => _mm_min_ps(), [0, 1, 2, 3]; [INFO] [stderr] 59 | | max => _mm_max_ps(), [0, 1, 2, 3]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / rust_fallback_impl_binary! { [INFO] [stderr] 57 | | impl Cmp for f32x4 where "sse" { [INFO] [stderr] 58 | | min => _mm_min_ps(), [0, 1, 2, 3]; [INFO] [stderr] 59 | | max => _mm_max_ps(), [0, 1, 2, 3]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / rust_fallback_impl_binary! { [INFO] [stderr] 57 | | impl Cmp for f32x4 where "sse" { [INFO] [stderr] 58 | | min => _mm_min_ps(), [0, 1, 2, 3]; [INFO] [stderr] 59 | | max => _mm_max_ps(), [0, 1, 2, 3]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_impl_binary! { [INFO] [stderr] 64 | | impl Cmp for f64x2 where "sse2" { [INFO] [stderr] 65 | | min => _mm_min_pd(), [0, 1]; [INFO] [stderr] 66 | | max => _mm_max_pd(), [0, 1]; [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_impl_binary! { [INFO] [stderr] 64 | | impl Cmp for f64x2 where "sse2" { [INFO] [stderr] 65 | | min => _mm_min_pd(), [0, 1]; [INFO] [stderr] 66 | | max => _mm_max_pd(), [0, 1]; [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/cmp.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_impl_binary! { [INFO] [stderr] 64 | | impl Cmp for f64x2 where "sse2" { [INFO] [stderr] 65 | | min => _mm_min_pd(), [0, 1]; [INFO] [stderr] 66 | | max => _mm_max_pd(), [0, 1]; [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/intrin/macros.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | impl Destride for u8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:38:19 [INFO] [stderr] | [INFO] [stderr] 38 | impl Destride for u8x32 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:70:19 [INFO] [stderr] | [INFO] [stderr] 70 | impl Destride for i8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | impl Destride for i8x32 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:148:16 [INFO] [stderr] | [INFO] [stderr] 148 | impl_destride!(u16x16, 0, 2, 4, 6, 8, 10, 12, 14); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:149:16 [INFO] [stderr] | [INFO] [stderr] 149 | impl_destride!(u16x8, 0, 2, 4, 6); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:150:16 [INFO] [stderr] | [INFO] [stderr] 150 | impl_destride!(i16x16, 0, 2, 4, 6, 8, 10, 12, 14); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:151:16 [INFO] [stderr] | [INFO] [stderr] 151 | impl_destride!(i16x8, 0, 2, 4, 6); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:153:16 [INFO] [stderr] | [INFO] [stderr] 153 | impl_destride!(u32x8, 0, 2, 4, 6); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:154:16 [INFO] [stderr] | [INFO] [stderr] 154 | impl_destride!(u32x4, 0, 2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:155:16 [INFO] [stderr] | [INFO] [stderr] 155 | impl_destride!(i32x8, 0, 2, 4, 6); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/destride.rs:156:16 [INFO] [stderr] | [INFO] [stderr] 156 | impl_destride!(i32x4, 0, 2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | impl Downcast for i32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | impl Downcast for i32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:19:50 [INFO] [stderr] | [INFO] [stderr] 19 | fn saturating_downcast(self, other: Self) -> i16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | impl Downcast for i64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:39:26 [INFO] [stderr] | [INFO] [stderr] 39 | impl Downcast for i64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:41:50 [INFO] [stderr] | [INFO] [stderr] 41 | fn saturating_downcast(self, other: Self) -> i32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | impl Downcast for u64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:50:26 [INFO] [stderr] | [INFO] [stderr] 50 | impl Downcast for u64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:52:50 [INFO] [stderr] | [INFO] [stderr] 52 | fn saturating_downcast(self, other: Self) -> u32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:61:15 [INFO] [stderr] | [INFO] [stderr] 61 | impl Downcast for f64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:61:26 [INFO] [stderr] | [INFO] [stderr] 61 | impl Downcast for f64x2 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:63:50 [INFO] [stderr] | [INFO] [stderr] 63 | fn saturating_downcast(self, other: Self) -> f32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:72:15 [INFO] [stderr] | [INFO] [stderr] 72 | impl Downcast for i16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | impl Downcast for i16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:75:50 [INFO] [stderr] | [INFO] [stderr] 75 | fn saturating_downcast(self, other: Self) -> i8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | impl Downcast for u32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:103:26 [INFO] [stderr] | [INFO] [stderr] 103 | impl Downcast for u32x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:113:50 [INFO] [stderr] | [INFO] [stderr] 113 | fn saturating_downcast(self, other: Self) -> u16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:126:15 [INFO] [stderr] | [INFO] [stderr] 126 | impl Downcast for u16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:126:26 [INFO] [stderr] | [INFO] [stderr] 126 | impl Downcast for u16x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:129:50 [INFO] [stderr] | [INFO] [stderr] 129 | fn saturating_downcast(self, other: Self) -> u8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:157:15 [INFO] [stderr] | [INFO] [stderr] 157 | impl Downcast for i32x8 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:157:27 [INFO] [stderr] | [INFO] [stderr] 157 | impl Downcast for i32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:167:50 [INFO] [stderr] | [INFO] [stderr] 167 | fn saturating_downcast(self, other: Self) -> i16x16 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:188:15 [INFO] [stderr] | [INFO] [stderr] 188 | impl Downcast for i16x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:188:26 [INFO] [stderr] | [INFO] [stderr] 188 | impl Downcast for i16x16 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:198:50 [INFO] [stderr] | [INFO] [stderr] 198 | fn saturating_downcast(self, other: Self) -> i8x32 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:235:15 [INFO] [stderr] | [INFO] [stderr] 235 | impl Downcast for u32x8 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:235:27 [INFO] [stderr] | [INFO] [stderr] 235 | impl Downcast for u32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:245:50 [INFO] [stderr] | [INFO] [stderr] 245 | fn saturating_downcast(self, other: Self) -> u16x16 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:266:15 [INFO] [stderr] | [INFO] [stderr] 266 | impl Downcast for u16x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:266:26 [INFO] [stderr] | [INFO] [stderr] 266 | impl Downcast for u16x16 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:276:50 [INFO] [stderr] | [INFO] [stderr] 276 | fn saturating_downcast(self, other: Self) -> u8x32 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:313:15 [INFO] [stderr] | [INFO] [stderr] 313 | impl Downcast for i64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:313:26 [INFO] [stderr] | [INFO] [stderr] 313 | impl Downcast for i64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:315:50 [INFO] [stderr] | [INFO] [stderr] 315 | fn saturating_downcast(self, other: Self) -> i32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:328:15 [INFO] [stderr] | [INFO] [stderr] 328 | impl Downcast for u64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:328:26 [INFO] [stderr] | [INFO] [stderr] 328 | impl Downcast for u64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:330:50 [INFO] [stderr] | [INFO] [stderr] 330 | fn saturating_downcast(self, other: Self) -> u32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:343:15 [INFO] [stderr] | [INFO] [stderr] 343 | impl Downcast for f64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:343:26 [INFO] [stderr] | [INFO] [stderr] 343 | impl Downcast for f64x4 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/downcast.rs:345:50 [INFO] [stderr] | [INFO] [stderr] 345 | fn saturating_downcast(self, other: Self) -> f32x8 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/intrin/endian.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | impl Reendianize for $vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / rust_fallback_eq! { [INFO] [stderr] 16 | | impl Eq for u8x16 where "sse2" { [INFO] [stderr] 17 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:46 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / rust_fallback_eq! { [INFO] [stderr] 16 | | impl Eq for u8x16 where "sse2" { [INFO] [stderr] 17 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:64 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / rust_fallback_eq! { [INFO] [stderr] 16 | | impl Eq for u8x16 where "sse2" { [INFO] [stderr] 17 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / rust_fallback_eq! { [INFO] [stderr] 22 | | impl Eq for i8x16 where "sse4.1" { [INFO] [stderr] 23 | | eq_mask, eq => u8x16, u8, _mm_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / rust_fallback_eq! { [INFO] [stderr] 28 | | impl Eq for u16x8 where "sse4.1" { [INFO] [stderr] 29 | | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / rust_fallback_eq! { [INFO] [stderr] 34 | | impl Eq for i16x8 where "sse4.1" { [INFO] [stderr] 35 | | eq_mask, eq => u16x8, u16, _mm_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / rust_fallback_eq! { [INFO] [stderr] 40 | | impl Eq for u32x4 where "sse4.1" { [INFO] [stderr] 41 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / rust_fallback_eq! { [INFO] [stderr] 46 | | impl Eq for i32x4 where "sse4.1" { [INFO] [stderr] 47 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_epi32(), [0, 1, 2, 3]; [INFO] [stderr] 48 | | } [INFO] [stderr] 49 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | eq_mask, eq => u32x4, u32, _mm_cmpeq_ps(), [0, 1, 2, 3]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / rust_fallback_eq! { [INFO] [stderr] 52 | | impl Eq for f32x4 where "sse" { [INFO] [stderr] 53 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_ps(), [0, 1, 2, 3]; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:46 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / rust_fallback_eq! { [INFO] [stderr] 52 | | impl Eq for f32x4 where "sse" { [INFO] [stderr] 53 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_ps(), [0, 1, 2, 3]; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:64 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / rust_fallback_eq! { [INFO] [stderr] 52 | | impl Eq for f32x4 where "sse" { [INFO] [stderr] 53 | | eq_mask, eq => u32x4, u32, _mm_cmpeq_ps(), [0, 1, 2, 3]; [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | eq_mask, eq => u64x2, u64, _mm_cmpeq_pd(), [0, 1]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / rust_fallback_eq! { [INFO] [stderr] 58 | | impl Eq for f64x2 where "sse2" { [INFO] [stderr] 59 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_pd(), [0, 1]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:46 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / rust_fallback_eq! { [INFO] [stderr] 58 | | impl Eq for f64x2 where "sse2" { [INFO] [stderr] 59 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_pd(), [0, 1]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:57:64 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / rust_fallback_eq! { [INFO] [stderr] 58 | | impl Eq for f64x2 where "sse2" { [INFO] [stderr] 59 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_pd(), [0, 1]; [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:65:24 [INFO] [stderr] | [INFO] [stderr] 65 | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / rust_fallback_eq! { [INFO] [stderr] 64 | | impl Eq for u64x2 where "sse4.1" { [INFO] [stderr] 65 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / rust_fallback_eq! { [INFO] [stderr] 70 | | impl Eq for i64x2 where "sse4.1" { [INFO] [stderr] 71 | | eq_mask, eq => u64x2, u64, _mm_cmpeq_epi64(), [0, 1]; [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:77:24 [INFO] [stderr] | [INFO] [stderr] 77 | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / rust_fallback_eq! { [INFO] [stderr] 76 | | impl Eq for u8x32 where "avx2" { [INFO] [stderr] 77 | | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] 78 | | 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]; [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:84:24 [INFO] [stderr] | [INFO] [stderr] 84 | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | / rust_fallback_eq! { [INFO] [stderr] 83 | | impl Eq for i8x32 where "avx2" { [INFO] [stderr] 84 | | eq_mask, eq => u8x32, u8, _mm256_cmpeq_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [INFO] [stderr] 85 | | 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]; [INFO] [stderr] 86 | | } [INFO] [stderr] 87 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | / rust_fallback_eq! { [INFO] [stderr] 90 | | impl Eq for u16x16 where "avx2" { [INFO] [stderr] 91 | | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 92 | | } [INFO] [stderr] 93 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:97:24 [INFO] [stderr] | [INFO] [stderr] 97 | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / rust_fallback_eq! { [INFO] [stderr] 96 | | impl Eq for i16x16 where "avx2" { [INFO] [stderr] 97 | | eq_mask, eq => u16x16, u16, _mm256_cmpeq_epi16(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 98 | | } [INFO] [stderr] 99 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / rust_fallback_eq! { [INFO] [stderr] 102 | | impl Eq for u32x8 where "avx2" { [INFO] [stderr] 103 | | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / rust_fallback_eq! { [INFO] [stderr] 108 | | impl Eq for i32x8 where "avx2" { [INFO] [stderr] 109 | | eq_mask, eq => u32x8, u32, _mm256_cmpeq_epi32(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:115:24 [INFO] [stderr] | [INFO] [stderr] 115 | eq_mask, eq => u32x8, u32, _mm256_cmp_ps(0x00), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | / rust_fallback_eq! { [INFO] [stderr] 114 | | impl Eq for f32x8 where "avx" { [INFO] [stderr] 115 | | eq_mask, eq => u32x8, u32, _mm256_cmp_ps(0x00), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 116 | | } [INFO] [stderr] 117 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:121:24 [INFO] [stderr] | [INFO] [stderr] 121 | eq_mask, eq => u64x4, u64, _mm256_cmp_pd(0x00), [0, 1, 2, 3]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / rust_fallback_eq! { [INFO] [stderr] 120 | | impl Eq for f64x4 where "avx" { [INFO] [stderr] 121 | | eq_mask, eq => u64x4, u64, _mm256_cmp_pd(0x00), [0, 1, 2, 3]; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:127:24 [INFO] [stderr] | [INFO] [stderr] 127 | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | / rust_fallback_eq! { [INFO] [stderr] 126 | | impl Eq for u64x4 where "avx2" { [INFO] [stderr] 127 | | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] 128 | | } [INFO] [stderr] 129 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/intrin/eq.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/eq.rs:133:24 [INFO] [stderr] | [INFO] [stderr] 133 | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/eq.rs:66:42 [INFO] [stderr] | [INFO] [stderr] 66 | Self::Out::new($(transmute(if self.extract($n).$rustfn(&other.extract($n)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/eq.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | / rust_fallback_eq! { [INFO] [stderr] 132 | | impl Eq for i64x4 where "avx2" { [INFO] [stderr] 133 | | eq_mask, eq => u64x4, u64, _mm256_cmpeq_epi64(), [0, 1, 2, 3]; [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | impl HAdd for u64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:96:15 [INFO] [stderr] | [INFO] [stderr] 96 | impl HAdd for u64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:97:15 [INFO] [stderr] | [INFO] [stderr] 97 | impl HAdd for u64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:98:15 [INFO] [stderr] | [INFO] [stderr] 98 | impl HAdd for u32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:99:15 [INFO] [stderr] | [INFO] [stderr] 99 | impl HAdd for u32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | impl HAdd for u32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:101:15 [INFO] [stderr] | [INFO] [stderr] 101 | impl HAdd for u16x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:102:15 [INFO] [stderr] | [INFO] [stderr] 102 | impl HAdd for u16x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | impl HAdd for u16x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | impl HAdd for u8x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:105:15 [INFO] [stderr] | [INFO] [stderr] 105 | impl HAdd for u8x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:106:15 [INFO] [stderr] | [INFO] [stderr] 106 | impl HAdd for u8x64 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:107:15 [INFO] [stderr] | [INFO] [stderr] 107 | impl HAdd for i64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:108:15 [INFO] [stderr] | [INFO] [stderr] 108 | impl HAdd for i64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:109:15 [INFO] [stderr] | [INFO] [stderr] 109 | impl HAdd for i64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | impl HAdd for i32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:113:15 [INFO] [stderr] | [INFO] [stderr] 113 | impl HAdd for i32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:114:15 [INFO] [stderr] | [INFO] [stderr] 114 | impl HAdd for i32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:116:15 [INFO] [stderr] | [INFO] [stderr] 116 | impl HAdd for i16x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:118:15 [INFO] [stderr] | [INFO] [stderr] 118 | impl HAdd for i16x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:119:15 [INFO] [stderr] | [INFO] [stderr] 119 | impl HAdd for i16x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:120:15 [INFO] [stderr] | [INFO] [stderr] 120 | impl HAdd for i8x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:121:15 [INFO] [stderr] | [INFO] [stderr] 121 | impl HAdd for i8x32 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:122:15 [INFO] [stderr] | [INFO] [stderr] 122 | impl HAdd for i8x64 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:124:15 [INFO] [stderr] | [INFO] [stderr] 124 | impl HAdd for f64x2 { hop!(hadd, Add::add, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:126:15 [INFO] [stderr] | [INFO] [stderr] 126 | impl HAdd for f64x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:127:15 [INFO] [stderr] | [INFO] [stderr] 127 | impl HAdd for f64x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:129:15 [INFO] [stderr] | [INFO] [stderr] 129 | impl HAdd for f32x4 { hop!(hadd, Add::add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:131:15 [INFO] [stderr] | [INFO] [stderr] 131 | impl HAdd for f32x8 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hadd.rs:132:15 [INFO] [stderr] | [INFO] [stderr] 132 | impl HAdd for f32x16 { hop!(hadd, Add::add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:94:15 [INFO] [stderr] | [INFO] [stderr] 94 | impl HSub for u64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | impl HSub for u64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:96:15 [INFO] [stderr] | [INFO] [stderr] 96 | impl HSub for u64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:97:15 [INFO] [stderr] | [INFO] [stderr] 97 | impl HSub for u32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:98:15 [INFO] [stderr] | [INFO] [stderr] 98 | impl HSub for u32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:99:15 [INFO] [stderr] | [INFO] [stderr] 99 | impl HSub for u32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | impl HSub for u16x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:101:15 [INFO] [stderr] | [INFO] [stderr] 101 | impl HSub for u16x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:102:15 [INFO] [stderr] | [INFO] [stderr] 102 | impl HSub for u16x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | impl HSub for u8x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | impl HSub for u8x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:105:15 [INFO] [stderr] | [INFO] [stderr] 105 | impl HSub for u8x64 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:106:15 [INFO] [stderr] | [INFO] [stderr] 106 | impl HSub for i64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:107:15 [INFO] [stderr] | [INFO] [stderr] 107 | impl HSub for i64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:108:15 [INFO] [stderr] | [INFO] [stderr] 108 | impl HSub for i64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:110:15 [INFO] [stderr] | [INFO] [stderr] 110 | impl HSub for i32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:112:15 [INFO] [stderr] | [INFO] [stderr] 112 | impl HSub for i32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:113:15 [INFO] [stderr] | [INFO] [stderr] 113 | impl HSub for i32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:115:15 [INFO] [stderr] | [INFO] [stderr] 115 | impl HSub for i16x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:117:15 [INFO] [stderr] | [INFO] [stderr] 117 | impl HSub for i16x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:118:15 [INFO] [stderr] | [INFO] [stderr] 118 | impl HSub for i16x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:119:15 [INFO] [stderr] | [INFO] [stderr] 119 | impl HSub for i8x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:120:15 [INFO] [stderr] | [INFO] [stderr] 120 | impl HSub for i8x32 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:121:15 [INFO] [stderr] | [INFO] [stderr] 121 | impl HSub for i8x64 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:123:15 [INFO] [stderr] | [INFO] [stderr] 123 | impl HSub for f64x2 { hop!(hsub, Sub::sub, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:125:15 [INFO] [stderr] | [INFO] [stderr] 125 | impl HSub for f64x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:126:15 [INFO] [stderr] | [INFO] [stderr] 126 | impl HSub for f64x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:128:15 [INFO] [stderr] | [INFO] [stderr] 128 | impl HSub for f32x4 { hop!(hsub, Sub::sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:130:15 [INFO] [stderr] | [INFO] [stderr] 130 | impl HSub for f32x8 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/hsub.rs:131:15 [INFO] [stderr] | [INFO] [stderr] 131 | impl HSub for f32x16 { hop!(hsub, Sub::sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | impl_packed_merge!(u8x16, u8x16, u8, _mm_blendv_epi8, "sse4.1", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | impl_packed_merge!(u8x32, u8x32, u8, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15), (16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | impl_packed_merge!(u8x64, u8x64, u8, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31), (32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:16:20 [INFO] [stderr] | [INFO] [stderr] 16 | impl_packed_merge!(u16x8, u16x8, u16, _mm_blendv_epi8, "sse4.1", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | impl_packed_merge!(u16x16, u16x16, u16, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | impl_packed_merge!(u16x32, u16x32, u16, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15), (16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_merge!(u32x4, u32x4, u32, _mm_blendv_epi8, "sse4.1", (0, 1), (2, 3), 0, 1, 2, 3); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | impl_packed_merge!(u32x8, u32x8, u32, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | impl_packed_merge!(u32x16, u32x16, u32, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | impl_packed_merge!(u64x2, u64x2, u64, _mm_blendv_epi8, "sse4.1", (0), (1), 0, 1); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | impl_packed_merge!(u64x4, u64x4, u64, _mm256_blendv_epi8, "avx2", (0, 1), (2, 3), 0, 1, 2, 3); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | impl_packed_merge!(u64x8, u64x8, u64, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:28:20 [INFO] [stderr] | [INFO] [stderr] 28 | impl_packed_merge!(i8x16, u8x16, u8, _mm_blendv_epi8, "sse4.1", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | impl_packed_merge!(i8x32, u8x32, u8, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15), (16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | impl_packed_merge!(i8x64, u8x64, u8, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31), (32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | impl_packed_merge!(i16x8, u16x8, u16, _mm_blendv_epi8, "sse4.1", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:33:20 [INFO] [stderr] | [INFO] [stderr] 33 | impl_packed_merge!(i16x16, u16x16, u16, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:34:20 [INFO] [stderr] | [INFO] [stderr] 34 | impl_packed_merge!(i16x32, u16x32, u16, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15), (16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | impl_packed_merge!(i32x4, u32x4, u32, _mm_blendv_epi8, "sse4.1", (0, 1), (2, 3), 0, 1, 2, 3); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | impl_packed_merge!(i32x8, u32x8, u32, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | impl_packed_merge!(i32x16, u32x16, u32, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:40:20 [INFO] [stderr] | [INFO] [stderr] 40 | impl_packed_merge!(i64x2, u64x2, u64, _mm_blendv_epi8, "sse4.1", (0), (1), 0, 1); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | impl_packed_merge!(i64x4, u64x4, u64, _mm256_blendv_epi8, "avx2", (0, 1), (2, 3), 0, 1, 2, 3); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:42:20 [INFO] [stderr] | [INFO] [stderr] 42 | impl_packed_merge!(i64x8, u64x8, u64, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | impl_packed_merge!(f32x4, u32x4, u32, _mm_blendv_epi8, "sse4.1", (0, 1), (2, 3), 0, 1, 2, 3); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | impl_packed_merge!(f32x8, u32x8, u32, _mm256_blendv_epi8, "avx2", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | impl_packed_merge!(f32x16, u32x16, u32, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3, 4, 5, 6, 7), (8, 9, 10, 11, 12, 13, 14, 15), 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | impl_packed_merge!(f64x2, u64x2, u64, _mm_blendv_epi8, "sse4.1", (0), (1), 0, 1); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:49:20 [INFO] [stderr] | [INFO] [stderr] 49 | impl_packed_merge!(f64x4, u64x4, u64, _mm256_blendv_epi8, "avx2", (0, 1), (2, 3), 0, 1, 2, 3); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/merge.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | impl_packed_merge!(f64x8, u64x8, u64, _mm512_mask_mov_epi8, "avx512-butnotyet", (0, 1, 2, 3), (4, 5, 6, 7), 0, 1, 2, 3, 4, 5, 6, 7); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:36:24 [INFO] [stderr] | [INFO] [stderr] 36 | unsafe fn popcnt128(v: u8x16) -> usize { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | unsafe fn popcnt256(v: u8x32) -> usize { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:66:24 [INFO] [stderr] | [INFO] [stderr] 66 | unsafe fn popcnt512(v: u8x64) -> usize { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:71:14 [INFO] [stderr] | [INFO] [stderr] 71 | impl_popcnt!(u8x64, popcnt512, u8x32, popcnt256, u8x16, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | impl_popcnt!(u8x64, popcnt512, u8x32, popcnt256, u8x16, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:71:50 [INFO] [stderr] | [INFO] [stderr] 71 | impl_popcnt!(u8x64, popcnt512, u8x32, popcnt256, u8x16, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | impl_popcnt!(i8x64, popcnt512, i8x32, popcnt256, i8x16, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | impl_popcnt!(i8x64, popcnt512, i8x32, popcnt256, i8x16, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:72:50 [INFO] [stderr] | [INFO] [stderr] 72 | impl_popcnt!(i8x64, popcnt512, i8x32, popcnt256, i8x16, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:73:14 [INFO] [stderr] | [INFO] [stderr] 73 | impl_popcnt!(u16x32, popcnt512, u16x16, popcnt256, u16x8, popcnt128); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | impl_popcnt!(u16x32, popcnt512, u16x16, popcnt256, u16x8, popcnt128); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:73:52 [INFO] [stderr] | [INFO] [stderr] 73 | impl_popcnt!(u16x32, popcnt512, u16x16, popcnt256, u16x8, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:74:14 [INFO] [stderr] | [INFO] [stderr] 74 | impl_popcnt!(i16x32, popcnt512, i16x16, popcnt256, i16x8, popcnt128); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:74:33 [INFO] [stderr] | [INFO] [stderr] 74 | impl_popcnt!(i16x32, popcnt512, i16x16, popcnt256, i16x8, popcnt128); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:74:52 [INFO] [stderr] | [INFO] [stderr] 74 | impl_popcnt!(i16x32, popcnt512, i16x16, popcnt256, i16x8, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:75:14 [INFO] [stderr] | [INFO] [stderr] 75 | impl_popcnt!(u32x16, popcnt512, u32x8, popcnt256, u32x4, popcnt128); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | impl_popcnt!(u32x16, popcnt512, u32x8, popcnt256, u32x4, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:75:51 [INFO] [stderr] | [INFO] [stderr] 75 | impl_popcnt!(u32x16, popcnt512, u32x8, popcnt256, u32x4, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | impl_popcnt!(i32x16, popcnt512, i32x8, popcnt256, i32x4, popcnt128); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | impl_popcnt!(i32x16, popcnt512, i32x8, popcnt256, i32x4, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:76:51 [INFO] [stderr] | [INFO] [stderr] 76 | impl_popcnt!(i32x16, popcnt512, i32x8, popcnt256, i32x4, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:77:14 [INFO] [stderr] | [INFO] [stderr] 77 | impl_popcnt!(u64x8, popcnt512, u64x4, popcnt256, u64x2, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | impl_popcnt!(u64x8, popcnt512, u64x4, popcnt256, u64x2, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:77:50 [INFO] [stderr] | [INFO] [stderr] 77 | impl_popcnt!(u64x8, popcnt512, u64x4, popcnt256, u64x2, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | impl_popcnt!(i64x8, popcnt512, i64x4, popcnt256, i64x2, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:78:32 [INFO] [stderr] | [INFO] [stderr] 78 | impl_popcnt!(i64x8, popcnt512, i64x4, popcnt256, i64x2, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/popcnt.rs:78:50 [INFO] [stderr] | [INFO] [stderr] 78 | impl_popcnt!(i64x8, popcnt512, i64x4, popcnt256, i64x2, popcnt128); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/intrin/macros.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/intrin/macros.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/intrin/macros.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/intrin/macros.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | impl $trait for $type { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:29:14 [INFO] [stderr] | [INFO] [stderr] 29 | impl Sum for i8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | impl UpcastSum for i8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:81:14 [INFO] [stderr] | [INFO] [stderr] 81 | impl Sum for u8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:91:20 [INFO] [stderr] | [INFO] [stderr] 91 | impl UpcastSum for u8x16 { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:18 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:25 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:32 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:47 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:55 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:63 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:70 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:77 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:85 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:92 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:100 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:107 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:114 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:121 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:128 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:135 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:259:142 [INFO] [stderr] | [INFO] [stderr] 259 | impl_packed_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, u32x16, u32x8, u32x4, i32x16, i32x4, f32x16, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:25 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:32 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:39 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:47 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:54 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:62 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:69 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:77 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:84 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:91 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:99 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:106 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:113 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:121 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:128 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:135 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:142 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:149 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:156 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:163 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:170 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:177 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:184 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:260:191 [INFO] [stderr] | [INFO] [stderr] 260 | impl_packed_upcast_sum!(u8x64, i8x64, u16x32, u16x8, i16x32, i16x8, u32x16, u32x8, u32x4, i32x16, i32x8, i32x4, f32x16, f32x8, f32x4, u64x8, u64x4, u64x2, i64x8, i64x4, i64x2, f64x8, f64x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:263:18 [INFO] [stderr] | [INFO] [stderr] 263 | impl_packed_sum!(i8x32, u8x32, i16x16, u16x16, i32x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:263:25 [INFO] [stderr] | [INFO] [stderr] 263 | impl_packed_sum!(i8x32, u8x32, i16x16, u16x16, i32x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:263:32 [INFO] [stderr] | [INFO] [stderr] 263 | impl_packed_sum!(i8x32, u8x32, i16x16, u16x16, i32x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:263:40 [INFO] [stderr] | [INFO] [stderr] 263 | impl_packed_sum!(i8x32, u8x32, i16x16, u16x16, i32x8); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:263:48 [INFO] [stderr] | [INFO] [stderr] 263 | impl_packed_sum!(i8x32, u8x32, i16x16, u16x16, i32x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | impl_packed_upcast_sum!(i8x32, u8x32, i16x16, u16x16); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:265:32 [INFO] [stderr] | [INFO] [stderr] 265 | impl_packed_upcast_sum!(i8x32, u8x32, i16x16, u16x16); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:265:39 [INFO] [stderr] | [INFO] [stderr] 265 | impl_packed_upcast_sum!(i8x32, u8x32, i16x16, u16x16); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:265:47 [INFO] [stderr] | [INFO] [stderr] 265 | impl_packed_upcast_sum!(i8x32, u8x32, i16x16, u16x16); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:268:18 [INFO] [stderr] | [INFO] [stderr] 268 | impl_packed_sum!(f32x8, f64x4); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:268:25 [INFO] [stderr] | [INFO] [stderr] 268 | impl_packed_sum!(f32x8, f64x4); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:271:18 [INFO] [stderr] | [INFO] [stderr] 271 | impl_packed_sum!(f32x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:271:25 [INFO] [stderr] | [INFO] [stderr] 271 | impl_packed_sum!(f32x4, f64x2); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/sum.rs:279:18 [INFO] [stderr] | [INFO] [stderr] 279 | impl_packed_sum!(i16x8); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingAdd for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_add => _mm_adds_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingAdd for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_add => _mm_adds_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingAdd for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_add => _mm_adds_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingAdd for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_add => _mm_adds_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingAdd for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_add => _mm_adds_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingAdd for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_add => _mm_adds_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingAdd for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_add => _mm_adds_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingAdd for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_add => _mm_adds_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingAdd for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_add => _mm_adds_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingAdd for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_add => _mm_adds_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingAdd for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_add => _mm_adds_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_add.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingAdd for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_add => _mm_adds_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl SaturatingHAdd for u64x2 { hop!(saturating_hadd, u64::saturating_add, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | impl SaturatingHAdd for u64x4 { hop!(saturating_hadd, u64::saturating_add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | impl SaturatingHAdd for u64x8 { hop!(saturating_hadd, u64::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:38:25 [INFO] [stderr] | [INFO] [stderr] 38 | impl SaturatingHAdd for u32x4 { hop!(saturating_hadd, u32::saturating_add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | impl SaturatingHAdd for u32x8 { hop!(saturating_hadd, u32::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | impl SaturatingHAdd for u32x16 { hop!(saturating_hadd, u32::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | impl SaturatingHAdd for u16x8 { hop!(saturating_hadd, u16::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | impl SaturatingHAdd for u16x16 { hop!(saturating_hadd, u16::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | impl SaturatingHAdd for u16x32 { hop!(saturating_hadd, u16::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:44:25 [INFO] [stderr] | [INFO] [stderr] 44 | impl SaturatingHAdd for u8x16 { hop!(saturating_hadd, u8::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | impl SaturatingHAdd for u8x32 { hop!(saturating_hadd, u8::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | impl SaturatingHAdd for u8x64 { hop!(saturating_hadd, u8::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | impl SaturatingHAdd for i64x2 { hop!(saturating_hadd, i64::saturating_add, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | impl SaturatingHAdd for i64x4 { hop!(saturating_hadd, i64::saturating_add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl SaturatingHAdd for i64x8 { hop!(saturating_hadd, i64::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | impl SaturatingHAdd for i32x4 { hop!(saturating_hadd, i32::saturating_add, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | impl SaturatingHAdd for i32x8 { hop!(saturating_hadd, i32::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:52:25 [INFO] [stderr] | [INFO] [stderr] 52 | impl SaturatingHAdd for i32x16 { hop!(saturating_hadd, i32::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | impl SaturatingHAdd for i16x8 { hop!(saturating_hadd, i16::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | impl SaturatingHAdd for i16x16 { hop!(saturating_hadd, i16::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | impl SaturatingHAdd for i16x32 { hop!(saturating_hadd, i16::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:58:25 [INFO] [stderr] | [INFO] [stderr] 58 | impl SaturatingHAdd for i8x16 { hop!(saturating_hadd, i8::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:59:25 [INFO] [stderr] | [INFO] [stderr] 59 | impl SaturatingHAdd for i8x32 { hop!(saturating_hadd, i8::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hadd.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | impl SaturatingHAdd for i8x64 { hop!(saturating_hadd, i8::saturating_add, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingSub for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_sub => _mm_subs_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingSub for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_sub => _mm_subs_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rust_fallback_impl_binary! { [INFO] [stderr] 15 | | impl SaturatingSub for u8x16 where "sse2" { [INFO] [stderr] 16 | | saturating_sub => _mm_subs_epu8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingSub for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_sub => _mm_subs_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingSub for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_sub => _mm_subs_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / rust_fallback_impl_binary! { [INFO] [stderr] 21 | | impl SaturatingSub for i8x16 where "sse2" { [INFO] [stderr] 22 | | saturating_sub => _mm_subs_epi8(), [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingSub for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_sub => _mm_subs_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingSub for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_sub => _mm_subs_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / rust_fallback_impl_binary! { [INFO] [stderr] 27 | | impl SaturatingSub for u16x8 where "sse2" { [INFO] [stderr] 28 | | saturating_sub => _mm_subs_epu16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingSub for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_sub => _mm_subs_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingSub for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_sub => _mm_subs_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/macros.rs:42:64 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { transmute($mmfn(transmute(*self), transmute(other), $($mmfnargs),*)) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/saturating_sub.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / rust_fallback_impl_binary! { [INFO] [stderr] 33 | | impl SaturatingSub for i16x8 where "sse2" { [INFO] [stderr] 34 | | saturating_sub => _mm_subs_epi16(), [0, 1, 2, 3, 4, 5, 6, 7]; [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | impl SaturatingHSub for u64x2 { hop!(saturating_hsub, u64::saturating_sub, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | impl SaturatingHSub for u64x4 { hop!(saturating_hsub, u64::saturating_sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | impl SaturatingHSub for u64x8 { hop!(saturating_hsub, u64::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:38:25 [INFO] [stderr] | [INFO] [stderr] 38 | impl SaturatingHSub for u32x4 { hop!(saturating_hsub, u32::saturating_sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | impl SaturatingHSub for u32x8 { hop!(saturating_hsub, u32::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | impl SaturatingHSub for u32x16 { hop!(saturating_hsub, u32::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | impl SaturatingHSub for u16x8 { hop!(saturating_hsub, u16::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | impl SaturatingHSub for u16x16 { hop!(saturating_hsub, u16::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | impl SaturatingHSub for u16x32 { hop!(saturating_hsub, u16::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:44:25 [INFO] [stderr] | [INFO] [stderr] 44 | impl SaturatingHSub for u8x16 { hop!(saturating_hsub, u8::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | impl SaturatingHSub for u8x32 { hop!(saturating_hsub, u8::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | impl SaturatingHSub for u8x64 { hop!(saturating_hsub, u8::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | impl SaturatingHSub for i64x2 { hop!(saturating_hsub, i64::saturating_sub, 0, 1); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | impl SaturatingHSub for i64x4 { hop!(saturating_hsub, i64::saturating_sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | impl SaturatingHSub for i64x8 { hop!(saturating_hsub, i64::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | impl SaturatingHSub for i32x4 { hop!(saturating_hsub, i32::saturating_sub, 0, 1, 2, 3); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | impl SaturatingHSub for i32x8 { hop!(saturating_hsub, i32::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:52:25 [INFO] [stderr] | [INFO] [stderr] 52 | impl SaturatingHSub for i32x16 { hop!(saturating_hsub, i32::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | impl SaturatingHSub for i16x8 { hop!(saturating_hsub, i16::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | impl SaturatingHSub for i16x16 { hop!(saturating_hsub, i16::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | impl SaturatingHSub for i16x32 { hop!(saturating_hsub, i16::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:58:25 [INFO] [stderr] | [INFO] [stderr] 58 | impl SaturatingHSub for i8x16 { hop!(saturating_hsub, i8::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:59:25 [INFO] [stderr] | [INFO] [stderr] 59 | impl SaturatingHSub for i8x32 { hop!(saturating_hsub, i8::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/saturating_hsub.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | impl SaturatingHSub for i8x64 { hop!(saturating_hsub, i8::saturating_sub, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63); } [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:17:46 [INFO] [stderr] | [INFO] [stderr] 17 | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:17:61 [INFO] [stderr] | [INFO] [stderr] 17 | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:17:54 [INFO] [stderr] | [INFO] [stderr] 17 | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:18:24 [INFO] [stderr] | [INFO] [stderr] 18 | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:18:31 [INFO] [stderr] | [INFO] [stderr] 18 | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:18:45 [INFO] [stderr] | [INFO] [stderr] 18 | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | transmute::(*self) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:87:30 [INFO] [stderr] | [INFO] [stderr] 87 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:92:30 [INFO] [stderr] | [INFO] [stderr] 92 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | transmute::(*self) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] 16 | | u64x4, i64x4, f64x4, ... [INFO] [stderr] 17 | | u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, [INFO] [stderr] 18 | | f32x8, u64x4, i64x4, f64x4, [INFO] [stderr] 19 | | "avx", "avx512"); [INFO] [stderr] | |________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:31 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:38 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:46 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:54 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:61 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:15:68 [INFO] [stderr] | [INFO] [stderr] 15 | impl_packed_transmute!(u8x32, i8x32, u16x16, i16x16, u32x8, i32x8, f32x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:16:24 [INFO] [stderr] | [INFO] [stderr] 16 | u64x4, i64x4, f64x4, ... [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | u64x4, i64x4, f64x4, ... [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:16:38 [INFO] [stderr] | [INFO] [stderr] 16 | u64x4, i64x4, f64x4, ... [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:22:31 [INFO] [stderr] | [INFO] [stderr] 22 | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:22:46 [INFO] [stderr] | [INFO] [stderr] 22 | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:22:38 [INFO] [stderr] | [INFO] [stderr] 22 | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:22:62 [INFO] [stderr] | [INFO] [stderr] 22 | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:22:54 [INFO] [stderr] | [INFO] [stderr] 22 | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:23:39 [INFO] [stderr] | [INFO] [stderr] 23 | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:23:32 [INFO] [stderr] | [INFO] [stderr] 23 | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:23:46 [INFO] [stderr] | [INFO] [stderr] 23 | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | transmute::(*self) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:87:30 [INFO] [stderr] | [INFO] [stderr] 87 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:92:30 [INFO] [stderr] | [INFO] [stderr] 92 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | transmute::(*self) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] 21 | | u64x8, i64x8, f64x8, ... [INFO] [stderr] 22 | | u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, [INFO] [stderr] 23 | | f32x16, u64x8, i64x8, f64x8, [INFO] [stderr] 24 | | "avx512", "avx1024"); [INFO] [stderr] | |____________________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x64` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:31 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x32` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:46 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:54 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:62 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:20:70 [INFO] [stderr] | [INFO] [stderr] 20 | impl_packed_transmute!(u8x64, i8x64, u16x32, i16x32, u32x16, i32x16, f32x16, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:21:24 [INFO] [stderr] | [INFO] [stderr] 21 | u64x8, i64x8, f64x8, ... [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:21:31 [INFO] [stderr] | [INFO] [stderr] 21 | u64x8, i64x8, f64x8, ... [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:21:38 [INFO] [stderr] | [INFO] [stderr] 21 | u64x8, i64x8, f64x8, ... [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:25:24 [INFO] [stderr] | [INFO] [stderr] 25 | impl_packed_transmute!(u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, f32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:27:45 [INFO] [stderr] | [INFO] [stderr] 27 | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:27:38 [INFO] [stderr] | [INFO] [stderr] 27 | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:27:59 [INFO] [stderr] | [INFO] [stderr] 27 | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:27:52 [INFO] [stderr] | [INFO] [stderr] 27 | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | f32x4, u64x2, i64x2, f64x2, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | f32x4, u64x2, i64x2, f64x2, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | f32x4, u64x2, i64x2, f64x2, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope [INFO] [stderr] --> src/arch/x86/intrin/transmute.rs:28:45 [INFO] [stderr] | [INFO] [stderr] 28 | f32x4, u64x2, i64x2, f64x2, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / impl_packed_transmute!(u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, f32x4, [INFO] [stderr] 26 | | u64x2, i64x2, f64x2, ... [INFO] [stderr] 27 | | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] 28 | | f32x4, u64x2, i64x2, f64x2, [INFO] [stderr] 29 | | "sse", "avx"); [INFO] [stderr] | |_____________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `transmute` in this scope [INFO] [stderr] --> src/intrin/transmute.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe { transmute::(*self) } [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] ::: src/arch/x86/intrin/transmute.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / impl_packed_transmute!(u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, f32x4, [INFO] [stderr] 26 | | u64x2, i64x2, f64x2, ... [INFO] [stderr] 27 | | u8x16, i8x16, u16x8, i16x8, u32x4, i32x4, [INFO] [stderr] 28 | | f32x4, u64x2, i64x2, f64x2, [INFO] [stderr] 29 | | "sse", "avx"); [INFO] [stderr] | |_____________________________________- in this macro invocation [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use core::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use core::mem::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::intrinsics::transmute; [INFO] [stderr] | [INFO] [stderr] 8 | use std::mem::transmute; [WARN] too many lines in the log, truncating it