[INFO] fetching crate winit-gfx-hal 0.0.0... [INFO] checking winit-gfx-hal-0.0.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate winit-gfx-hal 0.0.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate winit-gfx-hal 0.0.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/.cargo/config [INFO] started tweaking crates.io crate winit-gfx-hal 0.0.0 [INFO] finished tweaking crates.io crate winit-gfx-hal 0.0.0 [INFO] tweaked toml for crates.io crate winit-gfx-hal 0.0.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef9f81d4585ea077e8d7fd7ce3b28c666c018cf339a07dcf98e7f520fbac3668 [INFO] running `Command { std: "docker" "start" "-a" "ef9f81d4585ea077e8d7fd7ce3b28c666c018cf339a07dcf98e7f520fbac3668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef9f81d4585ea077e8d7fd7ce3b28c666c018cf339a07dcf98e7f520fbac3668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef9f81d4585ea077e8d7fd7ce3b28c666c018cf339a07dcf98e7f520fbac3668", kill_on_drop: false }` [INFO] [stdout] ef9f81d4585ea077e8d7fd7ce3b28c666c018cf339a07dcf98e7f520fbac3668 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed36e56b5821141e4684b19b41dff9c2e722acf8818de5c0378a6da1274bbe67 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ed36e56b5821141e4684b19b41dff9c2e722acf8818de5c0378a6da1274bbe67", kill_on_drop: false }` [INFO] [stderr] Checking winit-gfx-hal v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `lokacore::arch::x86_64::*`, `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | pub use lokacore::shuffle128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `winit-gfx-hal` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/cast_slice_tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PodCastError` [INFO] [stdout] --> tests/cast_slice_tests.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PodCastError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PodCastError` [INFO] [stdout] --> tests/cast_slice_tests.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | Err(PodCastError::OutputSliceWouldHaveSlop) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PodCastError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PodCastError` [INFO] [stdout] --> tests/cast_slice_tests.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PodCastError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PodCastError` [INFO] [stdout] --> tests/cast_slice_tests.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | Err(PodCastError::OutputSliceWouldHaveSlop) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PodCastError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let the_bytes: &[u8] = try_cast_slice(u32_slice).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | try_cast_slice::(mis_aligned_bytes), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | try_cast_slice::(slop_bytes), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:37:3 [INFO] [stdout] | [INFO] [stdout] 37 | try_cast_slice::(the_bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice_mut` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | let the_bytes: &mut [u8] = try_cast_slice_mut(u32_slice).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice_mut` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | try_cast_slice_mut::(mis_aligned_bytes), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice_mut` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | try_cast_slice_mut::(slop_bytes), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `try_cast_slice_mut` in this scope [INFO] [stdout] --> tests/cast_slice_tests.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | try_cast_slice_mut::(the_bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `lokacore::arch::x86_64::*`, `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | pub use lokacore::shuffle128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `shuffle128` [INFO] [stdout] --> tests/sse.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | let c: m128 = shuffle128!(a, b, [0, 2, 1, 3]); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `shuffle128` [INFO] [stdout] --> tests/sse.rs:915:17 [INFO] [stdout] | [INFO] [stdout] 915 | let c: m128 = shuffle128!(a, b, [1, 0, 3, 2]); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/branchless.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_abs` in this scope [INFO] [stdout] --> tests/branchless.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | const _ABS_IS_CONST: i8 = branchless_abs!(-7, i8); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_abs` in this scope [INFO] [stdout] --> tests/branchless.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | assert_eq!(branchless_abs!(x, i8), x.wrapping_abs()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_min` in this scope [INFO] [stdout] --> tests/branchless.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | const _MIN_IS_CONST: u8 = branchless_min!(2, 3, u8); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_max` in this scope [INFO] [stdout] --> tests/branchless.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | const _MAX_IS_CONST: u8 = branchless_max!(8, 10, u8); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_min` in this scope [INFO] [stdout] --> tests/branchless.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | assert_eq!(branchless_min!(x, y, u8), x.min(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_max` in this scope [INFO] [stdout] --> tests/branchless.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | assert_eq!(branchless_max!(x, y, u8), x.max(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_min` in this scope [INFO] [stdout] --> tests/branchless.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(branchless_min!(x, y, i8), x.min(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `branchless_max` in this scope [INFO] [stdout] --> tests/branchless.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | assert_eq!(branchless_max!(x, y, i8), x.max(y)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `lokacore::arch::x86_64::*`, `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use lokacore::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | pub use lokacore::shuffle128; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lokacore` [INFO] [stdout] --> tests/intel-simd-help.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use lokacore::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `lokacore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1011:18 [INFO] [stdout] | [INFO] [stdout] 1011 | let c: m128d = shuffle128d!(a, b, [0, 1]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1015:18 [INFO] [stdout] | [INFO] [stdout] 1015 | let c: m128d = shuffle128d!(a, b, [1, 0]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1019:18 [INFO] [stdout] | [INFO] [stdout] 1019 | let c: m128d = shuffle128d!(a, b, [1, 1]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `shuffle128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1023:18 [INFO] [stdout] | [INFO] [stdout] 1023 | let c: m128d = shuffle128d!(a, b, [0, 0]); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:637:22 [INFO] [stdout] | [INFO] [stdout] 637 | let m_load: m128 = m128::load(&aligned_array); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:654:17 [INFO] [stdout] | [INFO] [stdout] 654 | let m: m128 = m128::load_splat(&float); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:660:17 [INFO] [stdout] | [INFO] [stdout] 660 | let m: m128 = m128::load_splat(&floats.0[1]); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:669:17 [INFO] [stdout] | [INFO] [stdout] 669 | let m: m128 = m128::load0(&float); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:678:30 [INFO] [stdout] | [INFO] [stdout] 678 | let m_load_reverse: m128 = m128::load_reverse(&aligned_array); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:695:32 [INFO] [stdout] | [INFO] [stdout] 695 | let m_load_unaligned: m128 = m128::load_unaligned(&array); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:874:17 [INFO] [stdout] | [INFO] [stdout] 874 | let m: m128 = m128::set(array[3], array[2], array[1], array[0]); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:882:17 [INFO] [stdout] | [INFO] [stdout] 882 | let m: m128 = m128::splat(5.0); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:890:17 [INFO] [stdout] | [INFO] [stdout] 890 | let m: m128 = m128::set0(5.0); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:900:17 [INFO] [stdout] | [INFO] [stdout] 900 | let m: m128 = m128::set_reverse(array[0], array[1], array[2], array[3]); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:908:17 [INFO] [stdout] | [INFO] [stdout] 908 | let a: m128 = m128::set_reverse(5.0, 6.0, 7.0, 8.0); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse.rs:909:17 [INFO] [stdout] | [INFO] [stdout] 909 | let b: m128 = m128::set_reverse(15.0, 16.0, 17.0, 18.0); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128` [INFO] [stdout] --> tests/sse2.rs:778:38 [INFO] [stdout] | [INFO] [stdout] 778 | let b: m128d = a.replace0_with_f32(m128::set0(8.0)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `m128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:832:19 [INFO] [stdout] | [INFO] [stdout] 832 | let md: m128d = m128d::load(&aligned_array); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:840:19 [INFO] [stdout] | [INFO] [stdout] 840 | let md: m128d = m128d::load_aligned_splat(&aligned_f64); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:848:19 [INFO] [stdout] | [INFO] [stdout] 848 | let md: m128d = m128d::load0(&f); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:872:19 [INFO] [stdout] | [INFO] [stdout] 872 | let md: m128d = m128d::load_reverse(&aligned_array); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:880:19 [INFO] [stdout] | [INFO] [stdout] 880 | let md: m128d = m128d::load_unaligned(&array); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:36:23 [INFO] [stdout] | [INFO] [stdout] 36 | let out: [f32; 4] = cast(a + b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 42 | let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 43 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | let out: [f32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | let out: [f32; 4] = cast(a.add0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 61 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let out: [u32; 4] = cast(a & b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | let mut a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | let mut a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | let out: [u32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | let out: [u32; 4] = cast(a.andnot(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | let out: [u32; 4] = cast(a.cmp_eq(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 110 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:112:25 [INFO] [stdout] | [INFO] [stdout] 112 | let out: [u32; 4] = cast(a.cmp_eq0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:125:12 [INFO] [stdout] | [INFO] [stdout] 125 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:125:19 [INFO] [stdout] | [INFO] [stdout] 125 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:126:12 [INFO] [stdout] | [INFO] [stdout] 126 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:126:19 [INFO] [stdout] | [INFO] [stdout] 126 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | let out: [u32; 4] = cast(a.cmp_ge(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:140:12 [INFO] [stdout] | [INFO] [stdout] 140 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 141 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 141 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | let out: [u32; 4] = cast(a.cmp_ge0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 158 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:160:25 [INFO] [stdout] | [INFO] [stdout] 160 | let out: [u32; 4] = cast(a.cmp_gt(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:176:19 [INFO] [stdout] | [INFO] [stdout] 176 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:177:12 [INFO] [stdout] | [INFO] [stdout] 177 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:177:19 [INFO] [stdout] | [INFO] [stdout] 177 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:178:25 [INFO] [stdout] | [INFO] [stdout] 178 | let out: [u32; 4] = cast(a.cmp_gt0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:191:12 [INFO] [stdout] | [INFO] [stdout] 191 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:192:12 [INFO] [stdout] | [INFO] [stdout] 192 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:192:19 [INFO] [stdout] | [INFO] [stdout] 192 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:193:25 [INFO] [stdout] | [INFO] [stdout] 193 | let out: [u32; 4] = cast(a.cmp_le(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:206:12 [INFO] [stdout] | [INFO] [stdout] 206 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:207:12 [INFO] [stdout] | [INFO] [stdout] 207 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:208:25 [INFO] [stdout] | [INFO] [stdout] 208 | let out: [u32; 4] = cast(a.cmp_le0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:224:12 [INFO] [stdout] | [INFO] [stdout] 224 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:224:19 [INFO] [stdout] | [INFO] [stdout] 224 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:225:12 [INFO] [stdout] | [INFO] [stdout] 225 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:225:19 [INFO] [stdout] | [INFO] [stdout] 225 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:226:25 [INFO] [stdout] | [INFO] [stdout] 226 | let out: [u32; 4] = cast(a.cmp_lt(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:242:12 [INFO] [stdout] | [INFO] [stdout] 242 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:242:19 [INFO] [stdout] | [INFO] [stdout] 242 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:243:12 [INFO] [stdout] | [INFO] [stdout] 243 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:243:19 [INFO] [stdout] | [INFO] [stdout] 243 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:244:25 [INFO] [stdout] | [INFO] [stdout] 244 | let out: [u32; 4] = cast(a.cmp_lt0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:257:12 [INFO] [stdout] | [INFO] [stdout] 257 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:258:12 [INFO] [stdout] | [INFO] [stdout] 258 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:259:25 [INFO] [stdout] | [INFO] [stdout] 259 | let out: [u32; 4] = cast(a.cmp_ne(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:272:12 [INFO] [stdout] | [INFO] [stdout] 272 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:272:19 [INFO] [stdout] | [INFO] [stdout] 272 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:273:12 [INFO] [stdout] | [INFO] [stdout] 273 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:274:25 [INFO] [stdout] | [INFO] [stdout] 274 | let out: [u32; 4] = cast(a.cmp_ne0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:290:12 [INFO] [stdout] | [INFO] [stdout] 290 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:291:12 [INFO] [stdout] | [INFO] [stdout] 291 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:291:19 [INFO] [stdout] | [INFO] [stdout] 291 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:292:25 [INFO] [stdout] | [INFO] [stdout] 292 | let out: [u32; 4] = cast(a.cmp_nge(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:308:12 [INFO] [stdout] | [INFO] [stdout] 308 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:308:19 [INFO] [stdout] | [INFO] [stdout] 308 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:309:12 [INFO] [stdout] | [INFO] [stdout] 309 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:309:19 [INFO] [stdout] | [INFO] [stdout] 309 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 310 | let out: [u32; 4] = cast(a.cmp_nge0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:323:12 [INFO] [stdout] | [INFO] [stdout] 323 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:323:19 [INFO] [stdout] | [INFO] [stdout] 323 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:324:12 [INFO] [stdout] | [INFO] [stdout] 324 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:324:19 [INFO] [stdout] | [INFO] [stdout] 324 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:325:25 [INFO] [stdout] | [INFO] [stdout] 325 | let out: [u32; 4] = cast(a.cmp_ngt(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:338:12 [INFO] [stdout] | [INFO] [stdout] 338 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:338:19 [INFO] [stdout] | [INFO] [stdout] 338 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:339:12 [INFO] [stdout] | [INFO] [stdout] 339 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:339:19 [INFO] [stdout] | [INFO] [stdout] 339 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:340:25 [INFO] [stdout] | [INFO] [stdout] 340 | let out: [u32; 4] = cast(a.cmp_ngt0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:356:12 [INFO] [stdout] | [INFO] [stdout] 356 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:356:19 [INFO] [stdout] | [INFO] [stdout] 356 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:357:12 [INFO] [stdout] | [INFO] [stdout] 357 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:357:19 [INFO] [stdout] | [INFO] [stdout] 357 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:358:25 [INFO] [stdout] | [INFO] [stdout] 358 | let out: [u32; 4] = cast(a.cmp_nle(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:374:12 [INFO] [stdout] | [INFO] [stdout] 374 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:374:19 [INFO] [stdout] | [INFO] [stdout] 374 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:375:12 [INFO] [stdout] | [INFO] [stdout] 375 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:375:19 [INFO] [stdout] | [INFO] [stdout] 375 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:376:25 [INFO] [stdout] | [INFO] [stdout] 376 | let out: [u32; 4] = cast(a.cmp_nle0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:389:12 [INFO] [stdout] | [INFO] [stdout] 389 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:389:19 [INFO] [stdout] | [INFO] [stdout] 389 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:390:19 [INFO] [stdout] | [INFO] [stdout] 390 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:391:25 [INFO] [stdout] | [INFO] [stdout] 391 | let out: [u32; 4] = cast(a.cmp_nlt(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:404:12 [INFO] [stdout] | [INFO] [stdout] 404 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:404:19 [INFO] [stdout] | [INFO] [stdout] 404 | let a: m128 = cast([f, f, f, f]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:405:12 [INFO] [stdout] | [INFO] [stdout] 405 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:405:19 [INFO] [stdout] | [INFO] [stdout] 405 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:406:25 [INFO] [stdout] | [INFO] [stdout] 406 | let out: [u32; 4] = cast(a.cmp_nlt0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:418:17 [INFO] [stdout] | [INFO] [stdout] 418 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:419:17 [INFO] [stdout] | [INFO] [stdout] 419 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:420:23 [INFO] [stdout] | [INFO] [stdout] 420 | let out: [u32; 4] = cast(a.cmp_ordinary(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:427:17 [INFO] [stdout] | [INFO] [stdout] 427 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:428:17 [INFO] [stdout] | [INFO] [stdout] 428 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:429:23 [INFO] [stdout] | [INFO] [stdout] 429 | let out: [u32; 4] = cast(a.cmp_ordinary0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:436:17 [INFO] [stdout] | [INFO] [stdout] 436 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:437:10 [INFO] [stdout] | [INFO] [stdout] 437 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:437:17 [INFO] [stdout] | [INFO] [stdout] 437 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:438:23 [INFO] [stdout] | [INFO] [stdout] 438 | let out: [u32; 4] = cast(a.cmp_nan(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:445:10 [INFO] [stdout] | [INFO] [stdout] 445 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:446:17 [INFO] [stdout] | [INFO] [stdout] 446 | let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:447:23 [INFO] [stdout] | [INFO] [stdout] 447 | let out: [u32; 4] = cast(a.cmp_nan0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:454:12 [INFO] [stdout] | [INFO] [stdout] 454 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:454:19 [INFO] [stdout] | [INFO] [stdout] 454 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:455:12 [INFO] [stdout] | [INFO] [stdout] 455 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:455:19 [INFO] [stdout] | [INFO] [stdout] 455 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 463 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:463:19 [INFO] [stdout] | [INFO] [stdout] 463 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:464:12 [INFO] [stdout] | [INFO] [stdout] 464 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:464:19 [INFO] [stdout] | [INFO] [stdout] 464 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:472:12 [INFO] [stdout] | [INFO] [stdout] 472 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:472:19 [INFO] [stdout] | [INFO] [stdout] 472 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:473:12 [INFO] [stdout] | [INFO] [stdout] 473 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:473:19 [INFO] [stdout] | [INFO] [stdout] 473 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:481:12 [INFO] [stdout] | [INFO] [stdout] 481 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:481:19 [INFO] [stdout] | [INFO] [stdout] 481 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:482:12 [INFO] [stdout] | [INFO] [stdout] 482 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:482:19 [INFO] [stdout] | [INFO] [stdout] 482 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:490:12 [INFO] [stdout] | [INFO] [stdout] 490 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:490:19 [INFO] [stdout] | [INFO] [stdout] 490 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:491:12 [INFO] [stdout] | [INFO] [stdout] 491 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:491:19 [INFO] [stdout] | [INFO] [stdout] 491 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:499:12 [INFO] [stdout] | [INFO] [stdout] 499 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:499:19 [INFO] [stdout] | [INFO] [stdout] 499 | let a: m128 = cast([f, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:500:12 [INFO] [stdout] | [INFO] [stdout] 500 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:507:17 [INFO] [stdout] | [INFO] [stdout] 507 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:509:25 [INFO] [stdout] | [INFO] [stdout] 509 | let out: [u32; 4] = cast(a.round_replace0_i32(i)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:518:17 [INFO] [stdout] | [INFO] [stdout] 518 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:520:10 [INFO] [stdout] | [INFO] [stdout] 520 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:520:17 [INFO] [stdout] | [INFO] [stdout] 520 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:522:17 [INFO] [stdout] | [INFO] [stdout] 522 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:524:10 [INFO] [stdout] | [INFO] [stdout] 524 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:524:17 [INFO] [stdout] | [INFO] [stdout] 524 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:526:17 [INFO] [stdout] | [INFO] [stdout] 526 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:528:17 [INFO] [stdout] | [INFO] [stdout] 528 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:530:10 [INFO] [stdout] | [INFO] [stdout] 530 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:530:17 [INFO] [stdout] | [INFO] [stdout] 530 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:537:10 [INFO] [stdout] | [INFO] [stdout] 537 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:537:17 [INFO] [stdout] | [INFO] [stdout] 537 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:539:25 [INFO] [stdout] | [INFO] [stdout] 539 | let out: [u32; 4] = cast(a.round_replace0_i64(i)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:556:17 [INFO] [stdout] | [INFO] [stdout] 556 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:558:10 [INFO] [stdout] | [INFO] [stdout] 558 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:558:17 [INFO] [stdout] | [INFO] [stdout] 558 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:560:10 [INFO] [stdout] | [INFO] [stdout] 560 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:560:17 [INFO] [stdout] | [INFO] [stdout] 560 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:562:17 [INFO] [stdout] | [INFO] [stdout] 562 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:564:10 [INFO] [stdout] | [INFO] [stdout] 564 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:564:17 [INFO] [stdout] | [INFO] [stdout] 564 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:566:10 [INFO] [stdout] | [INFO] [stdout] 566 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:566:17 [INFO] [stdout] | [INFO] [stdout] 566 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:568:10 [INFO] [stdout] | [INFO] [stdout] 568 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:568:17 [INFO] [stdout] | [INFO] [stdout] 568 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:574:17 [INFO] [stdout] | [INFO] [stdout] 574 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:576:10 [INFO] [stdout] | [INFO] [stdout] 576 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:576:17 [INFO] [stdout] | [INFO] [stdout] 576 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:578:10 [INFO] [stdout] | [INFO] [stdout] 578 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:578:17 [INFO] [stdout] | [INFO] [stdout] 578 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:580:10 [INFO] [stdout] | [INFO] [stdout] 580 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:580:17 [INFO] [stdout] | [INFO] [stdout] 580 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:582:10 [INFO] [stdout] | [INFO] [stdout] 582 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:582:17 [INFO] [stdout] | [INFO] [stdout] 582 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:584:10 [INFO] [stdout] | [INFO] [stdout] 584 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:584:17 [INFO] [stdout] | [INFO] [stdout] 584 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:586:10 [INFO] [stdout] | [INFO] [stdout] 586 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:586:17 [INFO] [stdout] | [INFO] [stdout] 586 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:593:10 [INFO] [stdout] | [INFO] [stdout] 593 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:593:17 [INFO] [stdout] | [INFO] [stdout] 593 | let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:595:10 [INFO] [stdout] | [INFO] [stdout] 595 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:597:10 [INFO] [stdout] | [INFO] [stdout] 597 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:597:17 [INFO] [stdout] | [INFO] [stdout] 597 | let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:599:10 [INFO] [stdout] | [INFO] [stdout] 599 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:599:17 [INFO] [stdout] | [INFO] [stdout] 599 | let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:601:10 [INFO] [stdout] | [INFO] [stdout] 601 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:601:17 [INFO] [stdout] | [INFO] [stdout] 601 | let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:603:10 [INFO] [stdout] | [INFO] [stdout] 603 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:603:17 [INFO] [stdout] | [INFO] [stdout] 603 | let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:605:10 [INFO] [stdout] | [INFO] [stdout] 605 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:605:17 [INFO] [stdout] | [INFO] [stdout] 605 | let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:611:10 [INFO] [stdout] | [INFO] [stdout] 611 | let a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:611:17 [INFO] [stdout] | [INFO] [stdout] 611 | let a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:612:10 [INFO] [stdout] | [INFO] [stdout] 612 | let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:612:17 [INFO] [stdout] | [INFO] [stdout] 612 | let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:613:23 [INFO] [stdout] | [INFO] [stdout] 613 | let out: [f32; 4] = cast(a / b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:619:14 [INFO] [stdout] | [INFO] [stdout] 619 | let mut a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:619:21 [INFO] [stdout] | [INFO] [stdout] 619 | let mut a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:620:10 [INFO] [stdout] | [INFO] [stdout] 620 | let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:620:17 [INFO] [stdout] | [INFO] [stdout] 620 | let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:622:23 [INFO] [stdout] | [INFO] [stdout] 622 | let out: [f32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:628:10 [INFO] [stdout] | [INFO] [stdout] 628 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:628:17 [INFO] [stdout] | [INFO] [stdout] 628 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:629:10 [INFO] [stdout] | [INFO] [stdout] 629 | let b: m128 = cast([2.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:629:17 [INFO] [stdout] | [INFO] [stdout] 629 | let b: m128 = cast([2.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:630:23 [INFO] [stdout] | [INFO] [stdout] 630 | let out: [f32; 4] = cast(a.div0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:636:23 [INFO] [stdout] | [INFO] [stdout] 636 | let aligned_array = Align16([5.0_f32, 6.0, 7.0, 8.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:637:15 [INFO] [stdout] | [INFO] [stdout] 637 | let m_load: m128 = m128::load(&aligned_array); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:638:30 [INFO] [stdout] | [INFO] [stdout] 638 | let u32x4_load: [u32; 4] = cast(m_load); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:639:20 [INFO] [stdout] | [INFO] [stdout] 639 | let m_transmute: m128 = cast(aligned_array); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:639:27 [INFO] [stdout] | [INFO] [stdout] 639 | let m_transmute: m128 = cast(aligned_array); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:640:35 [INFO] [stdout] | [INFO] [stdout] 640 | let u32x4_transmute: [u32; 4] = cast(m_transmute); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:646:44 [INFO] [stdout] | [INFO] [stdout] 646 | let lane0 = unsafe { *(&m_load as *const m128 as *const f32) }; [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:654:10 [INFO] [stdout] | [INFO] [stdout] 654 | let m: m128 = m128::load_splat(&float); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:655:26 [INFO] [stdout] | [INFO] [stdout] 655 | let m_bits: [u32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:656:33 [INFO] [stdout] | [INFO] [stdout] 656 | let float_bits_x4: [u32; 4] = cast([float, float, float, float]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:659:16 [INFO] [stdout] | [INFO] [stdout] 659 | let floats = Align16([5.0_f32, 6.0, 7.0, 8.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | let m: m128 = m128::load_splat(&floats.0[1]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:661:26 [INFO] [stdout] | [INFO] [stdout] 661 | let m_bits: [u32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:662:33 [INFO] [stdout] | [INFO] [stdout] 662 | let float_bits_x4: [u32; 4] = cast([floats.0[1], floats.0[1], floats.0[1], floats.0[1]]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:669:10 [INFO] [stdout] | [INFO] [stdout] 669 | let m: m128 = m128::load0(&float); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:670:26 [INFO] [stdout] | [INFO] [stdout] 670 | let m_bits: [u32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:671:33 [INFO] [stdout] | [INFO] [stdout] 671 | let float_bits_x4: [u32; 4] = cast([float, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:677:23 [INFO] [stdout] | [INFO] [stdout] 677 | let aligned_array = Align16([5.0_f32, 6.0, 7.0, 8.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:678:23 [INFO] [stdout] | [INFO] [stdout] 678 | let m_load_reverse: m128 = m128::load_reverse(&aligned_array); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:679:38 [INFO] [stdout] | [INFO] [stdout] 679 | let u32x4_load_reverse: [u32; 4] = cast(m_load_reverse); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:680:20 [INFO] [stdout] | [INFO] [stdout] 680 | let m_transmute: m128 = cast(aligned_array); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:680:27 [INFO] [stdout] | [INFO] [stdout] 680 | let m_transmute: m128 = cast(aligned_array); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:681:35 [INFO] [stdout] | [INFO] [stdout] 681 | let u32x4_transmute: [u32; 4] = cast(m_transmute); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:687:52 [INFO] [stdout] | [INFO] [stdout] 687 | let lane0 = unsafe { *(&m_load_reverse as *const m128 as *const f32) }; [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:695:25 [INFO] [stdout] | [INFO] [stdout] 695 | let m_load_unaligned: m128 = m128::load_unaligned(&array); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:696:30 [INFO] [stdout] | [INFO] [stdout] 696 | let u32x4_load: [u32; 4] = cast(m_load_unaligned); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:697:20 [INFO] [stdout] | [INFO] [stdout] 697 | let m_transmute: m128 = cast(array); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:697:27 [INFO] [stdout] | [INFO] [stdout] 697 | let m_transmute: m128 = cast(array); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:698:35 [INFO] [stdout] | [INFO] [stdout] 698 | let u32x4_transmute: [u32; 4] = cast(m_transmute); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:704:54 [INFO] [stdout] | [INFO] [stdout] 704 | let lane0 = unsafe { *(&m_load_unaligned as *const m128 as *const f32) }; [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:711:10 [INFO] [stdout] | [INFO] [stdout] 711 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:711:17 [INFO] [stdout] | [INFO] [stdout] 711 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:712:10 [INFO] [stdout] | [INFO] [stdout] 712 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:713:23 [INFO] [stdout] | [INFO] [stdout] 713 | let out: [f32; 4] = cast(a.max(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:719:10 [INFO] [stdout] | [INFO] [stdout] 719 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:719:17 [INFO] [stdout] | [INFO] [stdout] 719 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:720:17 [INFO] [stdout] | [INFO] [stdout] 720 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:721:23 [INFO] [stdout] | [INFO] [stdout] 721 | let out: [f32; 4] = cast(a.max0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:727:10 [INFO] [stdout] | [INFO] [stdout] 727 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:727:17 [INFO] [stdout] | [INFO] [stdout] 727 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:728:10 [INFO] [stdout] | [INFO] [stdout] 728 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:728:17 [INFO] [stdout] | [INFO] [stdout] 728 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:729:23 [INFO] [stdout] | [INFO] [stdout] 729 | let out: [f32; 4] = cast(a.min(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:735:10 [INFO] [stdout] | [INFO] [stdout] 735 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:735:17 [INFO] [stdout] | [INFO] [stdout] 735 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:736:10 [INFO] [stdout] | [INFO] [stdout] 736 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:736:17 [INFO] [stdout] | [INFO] [stdout] 736 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:737:23 [INFO] [stdout] | [INFO] [stdout] 737 | let out: [f32; 4] = cast(a.min0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:743:17 [INFO] [stdout] | [INFO] [stdout] 743 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:744:17 [INFO] [stdout] | [INFO] [stdout] 744 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:745:23 [INFO] [stdout] | [INFO] [stdout] 745 | let out: [f32; 4] = cast(a.copy0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:751:10 [INFO] [stdout] | [INFO] [stdout] 751 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:751:17 [INFO] [stdout] | [INFO] [stdout] 751 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:752:10 [INFO] [stdout] | [INFO] [stdout] 752 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:752:17 [INFO] [stdout] | [INFO] [stdout] 752 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:753:23 [INFO] [stdout] | [INFO] [stdout] 753 | let out: [f32; 4] = cast(a.copy_high_low(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:759:10 [INFO] [stdout] | [INFO] [stdout] 759 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:759:17 [INFO] [stdout] | [INFO] [stdout] 759 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:760:10 [INFO] [stdout] | [INFO] [stdout] 760 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:760:17 [INFO] [stdout] | [INFO] [stdout] 760 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:761:23 [INFO] [stdout] | [INFO] [stdout] 761 | let out: [f32; 4] = cast(a.copy_low_high(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:775:12 [INFO] [stdout] | [INFO] [stdout] 775 | let m: m128 = cast(arr); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:775:19 [INFO] [stdout] | [INFO] [stdout] 775 | let m: m128 = cast(arr); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:783:10 [INFO] [stdout] | [INFO] [stdout] 783 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:783:17 [INFO] [stdout] | [INFO] [stdout] 783 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:784:10 [INFO] [stdout] | [INFO] [stdout] 784 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:784:17 [INFO] [stdout] | [INFO] [stdout] 784 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:785:23 [INFO] [stdout] | [INFO] [stdout] 785 | let out: [f32; 4] = cast(a * b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:791:14 [INFO] [stdout] | [INFO] [stdout] 791 | let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:791:21 [INFO] [stdout] | [INFO] [stdout] 791 | let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:792:10 [INFO] [stdout] | [INFO] [stdout] 792 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:792:17 [INFO] [stdout] | [INFO] [stdout] 792 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:794:23 [INFO] [stdout] | [INFO] [stdout] 794 | let out: [f32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:801:17 [INFO] [stdout] | [INFO] [stdout] 801 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:802:10 [INFO] [stdout] | [INFO] [stdout] 802 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:802:17 [INFO] [stdout] | [INFO] [stdout] 802 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:803:23 [INFO] [stdout] | [INFO] [stdout] 803 | let out: [u32; 4] = cast(a | b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:810:14 [INFO] [stdout] | [INFO] [stdout] 810 | let mut a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:810:21 [INFO] [stdout] | [INFO] [stdout] 810 | let mut a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:811:10 [INFO] [stdout] | [INFO] [stdout] 811 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:811:17 [INFO] [stdout] | [INFO] [stdout] 811 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:813:23 [INFO] [stdout] | [INFO] [stdout] 813 | let out: [u32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefetch0` in this scope [INFO] [stdout] --> tests/sse.rs:822:3 [INFO] [stdout] | [INFO] [stdout] 822 | prefetch0(&0); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefetch1` in this scope [INFO] [stdout] --> tests/sse.rs:823:3 [INFO] [stdout] | [INFO] [stdout] 823 | prefetch1(&1); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefetch2` in this scope [INFO] [stdout] --> tests/sse.rs:824:3 [INFO] [stdout] | [INFO] [stdout] 824 | prefetch2(&2); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `prefetch_nta` in this scope [INFO] [stdout] --> tests/sse.rs:825:3 [INFO] [stdout] | [INFO] [stdout] 825 | prefetch_nta(&['n', 't', 'a']); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:830:10 [INFO] [stdout] | [INFO] [stdout] 830 | let a: m128 = cast([2.0_f32, 3.0, 5.0, -12.3]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:830:17 [INFO] [stdout] | [INFO] [stdout] 830 | let a: m128 = cast([2.0_f32, 3.0, 5.0, -12.3]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:831:23 [INFO] [stdout] | [INFO] [stdout] 831 | let out: [f32; 4] = cast(a.reciprocal()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 841 | let a: m128 = cast([2.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:841:17 [INFO] [stdout] | [INFO] [stdout] 841 | let a: m128 = cast([2.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:842:23 [INFO] [stdout] | [INFO] [stdout] 842 | let out: [f32; 4] = cast(a.reciprocal0()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:852:23 [INFO] [stdout] | [INFO] [stdout] 852 | let out: [f32; 4] = cast(a.reciprocal_sqrt()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:862:10 [INFO] [stdout] | [INFO] [stdout] 862 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:862:17 [INFO] [stdout] | [INFO] [stdout] 862 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:863:23 [INFO] [stdout] | [INFO] [stdout] 863 | let out: [f32; 4] = cast(a.reciprocal_sqrt0()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:874:10 [INFO] [stdout] | [INFO] [stdout] 874 | let m: m128 = m128::set(array[3], array[2], array[1], array[0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:875:26 [INFO] [stdout] | [INFO] [stdout] 875 | let m_cast: [f32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:877:38 [INFO] [stdout] | [INFO] [stdout] 877 | assert_eq!(unsafe { *(&m as *const m128 as *const f32) }, 5.0_f32); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:882:10 [INFO] [stdout] | [INFO] [stdout] 882 | let m: m128 = m128::splat(5.0); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:883:26 [INFO] [stdout] | [INFO] [stdout] 883 | let m_cast: [f32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:890:10 [INFO] [stdout] | [INFO] [stdout] 890 | let m: m128 = m128::set0(5.0); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:891:26 [INFO] [stdout] | [INFO] [stdout] 891 | let m_cast: [f32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:893:38 [INFO] [stdout] | [INFO] [stdout] 893 | assert_eq!(unsafe { *(&m as *const m128 as *const f32) }, 5.0_f32); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:900:10 [INFO] [stdout] | [INFO] [stdout] 900 | let m: m128 = m128::set_reverse(array[0], array[1], array[2], array[3]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:901:26 [INFO] [stdout] | [INFO] [stdout] 901 | let m_cast: [f32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:903:38 [INFO] [stdout] | [INFO] [stdout] 903 | assert_eq!(unsafe { *(&m as *const m128 as *const f32) }, 5.0_f32); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:908:10 [INFO] [stdout] | [INFO] [stdout] 908 | let a: m128 = m128::set_reverse(5.0, 6.0, 7.0, 8.0); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:909:10 [INFO] [stdout] | [INFO] [stdout] 909 | let b: m128 = m128::set_reverse(15.0, 16.0, 17.0, 18.0); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:911:10 [INFO] [stdout] | [INFO] [stdout] 911 | let c: m128 = shuffle128!(a, b, [0, 2, 1, 3]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:912:25 [INFO] [stdout] | [INFO] [stdout] 912 | let c_arr: [f32; 4] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:915:10 [INFO] [stdout] | [INFO] [stdout] 915 | let c: m128 = shuffle128!(a, b, [1, 0, 3, 2]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:916:25 [INFO] [stdout] | [INFO] [stdout] 916 | let c_arr: [f32; 4] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:922:10 [INFO] [stdout] | [INFO] [stdout] 922 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:922:17 [INFO] [stdout] | [INFO] [stdout] 922 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:923:23 [INFO] [stdout] | [INFO] [stdout] 923 | let out: [f32; 4] = cast(a.sqrt()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:930:10 [INFO] [stdout] | [INFO] [stdout] 930 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:930:17 [INFO] [stdout] | [INFO] [stdout] 930 | let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:931:23 [INFO] [stdout] | [INFO] [stdout] 931 | let out: [f32; 4] = cast(a.sqrt0()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:937:26 [INFO] [stdout] | [INFO] [stdout] 937 | let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:937:46 [INFO] [stdout] | [INFO] [stdout] 937 | let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:938:10 [INFO] [stdout] | [INFO] [stdout] 938 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:938:17 [INFO] [stdout] | [INFO] [stdout] 938 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:938:22 [INFO] [stdout] | [INFO] [stdout] 938 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:945:26 [INFO] [stdout] | [INFO] [stdout] 945 | let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:945:46 [INFO] [stdout] | [INFO] [stdout] 945 | let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:946:10 [INFO] [stdout] | [INFO] [stdout] 946 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:946:17 [INFO] [stdout] | [INFO] [stdout] 946 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:946:22 [INFO] [stdout] | [INFO] [stdout] 946 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:955:10 [INFO] [stdout] | [INFO] [stdout] 955 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:955:17 [INFO] [stdout] | [INFO] [stdout] 955 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:955:22 [INFO] [stdout] | [INFO] [stdout] 955 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:962:26 [INFO] [stdout] | [INFO] [stdout] 962 | let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:962:46 [INFO] [stdout] | [INFO] [stdout] 962 | let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:963:10 [INFO] [stdout] | [INFO] [stdout] 963 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:963:17 [INFO] [stdout] | [INFO] [stdout] 963 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:963:22 [INFO] [stdout] | [INFO] [stdout] 963 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:971:10 [INFO] [stdout] | [INFO] [stdout] 971 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:971:17 [INFO] [stdout] | [INFO] [stdout] 971 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse.rs:971:22 [INFO] [stdout] | [INFO] [stdout] 971 | let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:978:10 [INFO] [stdout] | [INFO] [stdout] 978 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:978:17 [INFO] [stdout] | [INFO] [stdout] 978 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:979:10 [INFO] [stdout] | [INFO] [stdout] 979 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:979:17 [INFO] [stdout] | [INFO] [stdout] 979 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:980:23 [INFO] [stdout] | [INFO] [stdout] 980 | let out: [f32; 4] = cast(a - b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:986:14 [INFO] [stdout] | [INFO] [stdout] 986 | let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:986:21 [INFO] [stdout] | [INFO] [stdout] 986 | let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:987:10 [INFO] [stdout] | [INFO] [stdout] 987 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:987:17 [INFO] [stdout] | [INFO] [stdout] 987 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:989:23 [INFO] [stdout] | [INFO] [stdout] 989 | let out: [f32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:995:10 [INFO] [stdout] | [INFO] [stdout] 995 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:995:17 [INFO] [stdout] | [INFO] [stdout] 995 | let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:996:10 [INFO] [stdout] | [INFO] [stdout] 996 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:996:17 [INFO] [stdout] | [INFO] [stdout] 996 | let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:997:23 [INFO] [stdout] | [INFO] [stdout] 997 | let out: [f32; 4] = cast(a.sub0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1003:10 [INFO] [stdout] | [INFO] [stdout] 1003 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1003:17 [INFO] [stdout] | [INFO] [stdout] 1003 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1004:10 [INFO] [stdout] | [INFO] [stdout] 1004 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1004:17 [INFO] [stdout] | [INFO] [stdout] 1004 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1005:23 [INFO] [stdout] | [INFO] [stdout] 1005 | let out: [f32; 4] = cast(a.unpack_high(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1011:10 [INFO] [stdout] | [INFO] [stdout] 1011 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1011:17 [INFO] [stdout] | [INFO] [stdout] 1011 | let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1012:17 [INFO] [stdout] | [INFO] [stdout] 1012 | let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1013:23 [INFO] [stdout] | [INFO] [stdout] 1013 | let out: [f32; 4] = cast(a.unpack_low(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1020:10 [INFO] [stdout] | [INFO] [stdout] 1020 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1020:17 [INFO] [stdout] | [INFO] [stdout] 1020 | let a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1021:10 [INFO] [stdout] | [INFO] [stdout] 1021 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1021:17 [INFO] [stdout] | [INFO] [stdout] 1021 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1022:23 [INFO] [stdout] | [INFO] [stdout] 1022 | let out: [u32; 4] = cast(a ^ b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1029:14 [INFO] [stdout] | [INFO] [stdout] 1029 | let mut a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1029:21 [INFO] [stdout] | [INFO] [stdout] 1029 | let mut a: m128 = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1030:10 [INFO] [stdout] | [INFO] [stdout] 1030 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1030:17 [INFO] [stdout] | [INFO] [stdout] 1030 | let b: m128 = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1032:23 [INFO] [stdout] | [INFO] [stdout] 1032 | let out: [u32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1038:10 [INFO] [stdout] | [INFO] [stdout] 1038 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.0]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1038:17 [INFO] [stdout] | [INFO] [stdout] 1038 | let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1039:21 [INFO] [stdout] | [INFO] [stdout] 1039 | let a: [f32; 4] = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1040:14 [INFO] [stdout] | [INFO] [stdout] 1040 | let neg_m: m128 = -m; [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1041:25 [INFO] [stdout] | [INFO] [stdout] 1041 | let neg_a: [f32; 4] = cast(neg_m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1043:18 [INFO] [stdout] | [INFO] [stdout] 1043 | let neg_neg_m: m128 = -neg_m; [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1044:29 [INFO] [stdout] | [INFO] [stdout] 1044 | let neg_neg_a: [f32; 4] = cast(neg_neg_m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1050:10 [INFO] [stdout] | [INFO] [stdout] 1050 | let m: m128 = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1050:17 [INFO] [stdout] | [INFO] [stdout] 1050 | let m: m128 = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1051:35 [INFO] [stdout] | [INFO] [stdout] 1051 | let not_m_as_floats: [f32; 4] = cast(!m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse.rs:1053:10 [INFO] [stdout] | [INFO] [stdout] 1053 | let m: m128 = cast(0_u128); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1053:17 [INFO] [stdout] | [INFO] [stdout] 1053 | let m: m128 = cast(0_u128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse.rs:1054:29 [INFO] [stdout] | [INFO] [stdout] 1054 | let not_m_as_u128: u128 = cast(!m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:980:18 [INFO] [stdout] | [INFO] [stdout] 980 | let a: m128d = m128d::set(5.0, 6.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:987:18 [INFO] [stdout] | [INFO] [stdout] 987 | let a: m128d = m128d::splat(5.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:994:18 [INFO] [stdout] | [INFO] [stdout] 994 | let a: m128d = m128d::set0(5.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1001:18 [INFO] [stdout] | [INFO] [stdout] 1001 | let a: m128d = m128d::set_reverse(5.0, 6.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1008:18 [INFO] [stdout] | [INFO] [stdout] 1008 | let a: m128d = m128d::set_reverse(5.0, 6.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1009:18 [INFO] [stdout] | [INFO] [stdout] 1009 | let b: m128d = m128d::set_reverse(15.0, 16.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1030:18 [INFO] [stdout] | [INFO] [stdout] 1030 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1038:18 [INFO] [stdout] | [INFO] [stdout] 1038 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1039:18 [INFO] [stdout] | [INFO] [stdout] 1039 | let b: m128d = m128d::set0(4.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1048:18 [INFO] [stdout] | [INFO] [stdout] 1048 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1056:18 [INFO] [stdout] | [INFO] [stdout] 1056 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 473 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1065:18 [INFO] [stdout] | [INFO] [stdout] 1065 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1074:18 [INFO] [stdout] | [INFO] [stdout] 1074 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1082:18 [INFO] [stdout] | [INFO] [stdout] 1082 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128d` [INFO] [stdout] --> tests/sse2.rs:1090:18 [INFO] [stdout] | [INFO] [stdout] 1090 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1438:18 [INFO] [stdout] | [INFO] [stdout] 1438 | let i: m128i = m128i::set0_i32(-1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1446:18 [INFO] [stdout] | [INFO] [stdout] 1446 | let i: m128i = m128i::set0_i64(-1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1453:18 [INFO] [stdout] | [INFO] [stdout] 1453 | let i: m128i = m128i::load(&Align16(12345)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1596:18 [INFO] [stdout] | [INFO] [stdout] 1596 | let i: m128i = m128i::set_i8(0, 1, -100, 127, 0, 100, 7, 2, 3, 1, -1, -5, 103, 10, 15, 16); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1607:5 [INFO] [stdout] | [INFO] [stdout] 1607 | m128i::set_reverse_i8(0, 1, -100, 127, 0, 100, 7, 2, 3, 1, -1, -5, 103, 10, 15, 16); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1617:18 [INFO] [stdout] | [INFO] [stdout] 1617 | let i: m128i = m128i::set_i16(0, 1, -100, 127, 0, 100, 7, 2); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1624:18 [INFO] [stdout] | [INFO] [stdout] 1624 | let i: m128i = m128i::set_reverse_i16(0, 1, -100, 127, 0, 100, 7, 2); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1631:18 [INFO] [stdout] | [INFO] [stdout] 1631 | let i: m128i = m128i::set_i32(0, 1, -100, 127); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1638:18 [INFO] [stdout] | [INFO] [stdout] 1638 | let i: m128i = m128i::set_reverse_i32(0, 1, -100, 127); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1645:18 [INFO] [stdout] | [INFO] [stdout] 1645 | let i: m128i = m128i::set_i64(0, 1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1652:18 [INFO] [stdout] | [INFO] [stdout] 1652 | let i: m128i = m128i::splat_i8(1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1659:18 [INFO] [stdout] | [INFO] [stdout] 1659 | let i: m128i = m128i::splat_i16(1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1666:18 [INFO] [stdout] | [INFO] [stdout] 1666 | let i: m128i = m128i::splat_i32(1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `m128i` [INFO] [stdout] --> tests/sse2.rs:1673:18 [INFO] [stdout] | [INFO] [stdout] 1673 | let i: m128i = m128i::splat_i64(1); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `m128i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 93 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:151:18 [INFO] [stdout] | [INFO] [stdout] 151 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:209:10 [INFO] [stdout] | [INFO] [stdout] 209 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:267:10 [INFO] [stdout] | [INFO] [stdout] 267 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:267:18 [INFO] [stdout] | [INFO] [stdout] 267 | let m: m128i = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:325:18 [INFO] [stdout] | [INFO] [stdout] 325 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:331:10 [INFO] [stdout] | [INFO] [stdout] 331 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:331:18 [INFO] [stdout] | [INFO] [stdout] 331 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:337:18 [INFO] [stdout] | [INFO] [stdout] 337 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:343:18 [INFO] [stdout] | [INFO] [stdout] 343 | let m: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:349:17 [INFO] [stdout] | [INFO] [stdout] 349 | let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:350:11 [INFO] [stdout] | [INFO] [stdout] 350 | let mi: m128i = m.round_i32x4(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:351:26 [INFO] [stdout] | [INFO] [stdout] 351 | let mi_arr: [i32; 4] = cast(mi); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:357:17 [INFO] [stdout] | [INFO] [stdout] 357 | let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:358:11 [INFO] [stdout] | [INFO] [stdout] 358 | let mi: m128i = m.truncate_i32x4(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:359:26 [INFO] [stdout] | [INFO] [stdout] 359 | let mi_arr: [i32; 4] = cast(mi); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:365:10 [INFO] [stdout] | [INFO] [stdout] 365 | let m: m128 = cast([5.0_f32, 6.5, 7.9, 8.5]); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:365:17 [INFO] [stdout] | [INFO] [stdout] 365 | let m: m128 = cast([5.0_f32, 6.5, 7.9, 8.5]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:366:11 [INFO] [stdout] | [INFO] [stdout] 366 | let md: m128d = m.round_f64x2(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:367:26 [INFO] [stdout] | [INFO] [stdout] 367 | let md_arr: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:374:10 [INFO] [stdout] | [INFO] [stdout] 374 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:374:18 [INFO] [stdout] | [INFO] [stdout] 374 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:375:10 [INFO] [stdout] | [INFO] [stdout] 375 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:375:18 [INFO] [stdout] | [INFO] [stdout] 375 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:376:23 [INFO] [stdout] | [INFO] [stdout] 376 | let out: [u32; 4] = cast(a & b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:383:14 [INFO] [stdout] | [INFO] [stdout] 383 | let mut a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:383:22 [INFO] [stdout] | [INFO] [stdout] 383 | let mut a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:384:10 [INFO] [stdout] | [INFO] [stdout] 384 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:384:18 [INFO] [stdout] | [INFO] [stdout] 384 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:386:23 [INFO] [stdout] | [INFO] [stdout] 386 | let out: [u32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:392:10 [INFO] [stdout] | [INFO] [stdout] 392 | let m: m128 = cast(12_345_678_u128); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:392:17 [INFO] [stdout] | [INFO] [stdout] 392 | let m: m128 = cast(12_345_678_u128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:393:11 [INFO] [stdout] | [INFO] [stdout] 393 | let mi: m128i = m.cast_m128i(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:394:23 [INFO] [stdout] | [INFO] [stdout] 394 | let mi_bits: u128 = cast(mi); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:400:18 [INFO] [stdout] | [INFO] [stdout] 400 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:401:18 [INFO] [stdout] | [INFO] [stdout] 401 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:402:23 [INFO] [stdout] | [INFO] [stdout] 402 | let out: [f64; 2] = cast(a + b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:408:14 [INFO] [stdout] | [INFO] [stdout] 408 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:408:22 [INFO] [stdout] | [INFO] [stdout] 408 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:409:18 [INFO] [stdout] | [INFO] [stdout] 409 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:411:23 [INFO] [stdout] | [INFO] [stdout] 411 | let out: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:417:18 [INFO] [stdout] | [INFO] [stdout] 417 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:418:18 [INFO] [stdout] | [INFO] [stdout] 418 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:419:23 [INFO] [stdout] | [INFO] [stdout] 419 | let out: [f64; 2] = cast(a.add0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:425:18 [INFO] [stdout] | [INFO] [stdout] 425 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:426:18 [INFO] [stdout] | [INFO] [stdout] 426 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:427:23 [INFO] [stdout] | [INFO] [stdout] 427 | let out: [u64; 2] = cast(a & b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:433:14 [INFO] [stdout] | [INFO] [stdout] 433 | let mut a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:433:22 [INFO] [stdout] | [INFO] [stdout] 433 | let mut a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:434:10 [INFO] [stdout] | [INFO] [stdout] 434 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:434:18 [INFO] [stdout] | [INFO] [stdout] 434 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:436:23 [INFO] [stdout] | [INFO] [stdout] 436 | let out: [u64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:442:18 [INFO] [stdout] | [INFO] [stdout] 442 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:443:18 [INFO] [stdout] | [INFO] [stdout] 443 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | let out: [u64; 2] = cast(a.andnot(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | let m: m128d = cast(12_345_678_u128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:450:18 [INFO] [stdout] | [INFO] [stdout] 450 | let m: m128d = cast(12_345_678_u128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:451:11 [INFO] [stdout] | [INFO] [stdout] 451 | let mi: m128i = m.cast_m128i(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:452:23 [INFO] [stdout] | [INFO] [stdout] 452 | let mi_bits: u128 = cast(mi); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:459:10 [INFO] [stdout] | [INFO] [stdout] 459 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:459:18 [INFO] [stdout] | [INFO] [stdout] 459 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:460:10 [INFO] [stdout] | [INFO] [stdout] 460 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:461:14 [INFO] [stdout] | [INFO] [stdout] 461 | assert_eq!(cast::(a.cmp_eq(b)), [max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:461:21 [INFO] [stdout] | [INFO] [stdout] 457 | fn m128d_cmp_eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 461 | assert_eq!(cast::(a.cmp_eq(b)), [max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:467:10 [INFO] [stdout] | [INFO] [stdout] 467 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:467:18 [INFO] [stdout] | [INFO] [stdout] 467 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:468:10 [INFO] [stdout] | [INFO] [stdout] 468 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:468:18 [INFO] [stdout] | [INFO] [stdout] 468 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:470:5 [INFO] [stdout] | [INFO] [stdout] 470 | cast::(a.cmp_eq0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:470:12 [INFO] [stdout] | [INFO] [stdout] 465 | fn m128d_cmp_eq0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 470 | cast::(a.cmp_eq0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | let a: m128d = cast([5.0, 12.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:478:18 [INFO] [stdout] | [INFO] [stdout] 478 | let a: m128d = cast([5.0, 12.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:479:10 [INFO] [stdout] | [INFO] [stdout] 479 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:479:18 [INFO] [stdout] | [INFO] [stdout] 479 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:480:14 [INFO] [stdout] | [INFO] [stdout] 480 | assert_eq!(cast::(a.cmp_ge(b)), [max, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:480:21 [INFO] [stdout] | [INFO] [stdout] 476 | fn m128d_cmp_ge() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 480 | assert_eq!(cast::(a.cmp_ge(b)), [max, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:486:10 [INFO] [stdout] | [INFO] [stdout] 486 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:486:18 [INFO] [stdout] | [INFO] [stdout] 486 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:487:18 [INFO] [stdout] | [INFO] [stdout] 487 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | cast::(a.cmp_ge0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:489:12 [INFO] [stdout] | [INFO] [stdout] 484 | fn m128d_cmp_ge0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 489 | cast::(a.cmp_ge0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:497:10 [INFO] [stdout] | [INFO] [stdout] 497 | let a: m128d = cast([5.0, 12.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:497:18 [INFO] [stdout] | [INFO] [stdout] 497 | let a: m128d = cast([5.0, 12.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:498:10 [INFO] [stdout] | [INFO] [stdout] 498 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:498:18 [INFO] [stdout] | [INFO] [stdout] 498 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:499:14 [INFO] [stdout] | [INFO] [stdout] 499 | assert_eq!(cast::(a.cmp_gt(b)), [0, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:499:21 [INFO] [stdout] | [INFO] [stdout] 495 | fn m128d_cmp_gt() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 499 | assert_eq!(cast::(a.cmp_gt(b)), [0, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:504:10 [INFO] [stdout] | [INFO] [stdout] 504 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:504:18 [INFO] [stdout] | [INFO] [stdout] 504 | let a: m128d = cast([5.0, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:505:18 [INFO] [stdout] | [INFO] [stdout] 505 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | cast::(a.cmp_gt0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:507:12 [INFO] [stdout] | [INFO] [stdout] 503 | fn m128d_cmp_gt0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 507 | cast::(a.cmp_gt0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:515:18 [INFO] [stdout] | [INFO] [stdout] 515 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:516:10 [INFO] [stdout] | [INFO] [stdout] 516 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:516:18 [INFO] [stdout] | [INFO] [stdout] 516 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:517:14 [INFO] [stdout] | [INFO] [stdout] 517 | assert_eq!(cast::(a.cmp_le(b)), [max, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:517:21 [INFO] [stdout] | [INFO] [stdout] 513 | fn m128d_cmp_le() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 517 | assert_eq!(cast::(a.cmp_le(b)), [max, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:523:18 [INFO] [stdout] | [INFO] [stdout] 523 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:524:10 [INFO] [stdout] | [INFO] [stdout] 524 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:524:18 [INFO] [stdout] | [INFO] [stdout] 524 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 526 | cast::(a.cmp_le0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:526:12 [INFO] [stdout] | [INFO] [stdout] 521 | fn m128d_cmp_le0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 526 | cast::(a.cmp_le0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:534:18 [INFO] [stdout] | [INFO] [stdout] 534 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:535:10 [INFO] [stdout] | [INFO] [stdout] 535 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:535:18 [INFO] [stdout] | [INFO] [stdout] 535 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:536:14 [INFO] [stdout] | [INFO] [stdout] 536 | assert_eq!(cast::(a.cmp_lt(b)), [max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:536:21 [INFO] [stdout] | [INFO] [stdout] 532 | fn m128d_cmp_lt() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 536 | assert_eq!(cast::(a.cmp_lt(b)), [max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:542:10 [INFO] [stdout] | [INFO] [stdout] 542 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:542:18 [INFO] [stdout] | [INFO] [stdout] 542 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:543:10 [INFO] [stdout] | [INFO] [stdout] 543 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:543:18 [INFO] [stdout] | [INFO] [stdout] 543 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:545:5 [INFO] [stdout] | [INFO] [stdout] 545 | cast::(a.cmp_lt0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:545:12 [INFO] [stdout] | [INFO] [stdout] 540 | fn m128d_cmp_lt0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 545 | cast::(a.cmp_lt0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:553:10 [INFO] [stdout] | [INFO] [stdout] 553 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:553:18 [INFO] [stdout] | [INFO] [stdout] 553 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:554:10 [INFO] [stdout] | [INFO] [stdout] 554 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:554:18 [INFO] [stdout] | [INFO] [stdout] 554 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:555:14 [INFO] [stdout] | [INFO] [stdout] 555 | assert_eq!(cast::(a.cmp_ne(b)), [max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:555:21 [INFO] [stdout] | [INFO] [stdout] 551 | fn m128d_cmp_ne() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 555 | assert_eq!(cast::(a.cmp_ne(b)), [max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:561:18 [INFO] [stdout] | [INFO] [stdout] 561 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:562:18 [INFO] [stdout] | [INFO] [stdout] 562 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | cast::(a.cmp_ne0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:564:12 [INFO] [stdout] | [INFO] [stdout] 559 | fn m128d_cmp_ne0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 564 | cast::(a.cmp_ne0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:572:10 [INFO] [stdout] | [INFO] [stdout] 572 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:572:18 [INFO] [stdout] | [INFO] [stdout] 572 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:573:10 [INFO] [stdout] | [INFO] [stdout] 573 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:573:18 [INFO] [stdout] | [INFO] [stdout] 573 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:574:14 [INFO] [stdout] | [INFO] [stdout] 574 | assert_eq!(cast::(a.cmp_nge(b)), [max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:574:21 [INFO] [stdout] | [INFO] [stdout] 570 | fn m128d_cmp_nge() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 574 | assert_eq!(cast::(a.cmp_nge(b)), [max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:580:10 [INFO] [stdout] | [INFO] [stdout] 580 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:580:18 [INFO] [stdout] | [INFO] [stdout] 580 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:581:10 [INFO] [stdout] | [INFO] [stdout] 581 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:581:18 [INFO] [stdout] | [INFO] [stdout] 581 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 583 | cast::(a.cmp_nge0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:583:12 [INFO] [stdout] | [INFO] [stdout] 578 | fn m128d_cmp_nge0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 583 | cast::(a.cmp_nge0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:591:10 [INFO] [stdout] | [INFO] [stdout] 591 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:591:18 [INFO] [stdout] | [INFO] [stdout] 591 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:592:10 [INFO] [stdout] | [INFO] [stdout] 592 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:592:18 [INFO] [stdout] | [INFO] [stdout] 592 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:593:14 [INFO] [stdout] | [INFO] [stdout] 593 | assert_eq!(cast::(a.cmp_ngt(b)), [max, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:593:21 [INFO] [stdout] | [INFO] [stdout] 589 | fn m128d_cmp_ngt() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 593 | assert_eq!(cast::(a.cmp_ngt(b)), [max, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:599:10 [INFO] [stdout] | [INFO] [stdout] 599 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:599:18 [INFO] [stdout] | [INFO] [stdout] 599 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:600:10 [INFO] [stdout] | [INFO] [stdout] 600 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:600:18 [INFO] [stdout] | [INFO] [stdout] 600 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 602 | cast::(a.cmp_ngt0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:602:12 [INFO] [stdout] | [INFO] [stdout] 597 | fn m128d_cmp_ngt0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 602 | cast::(a.cmp_ngt0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:609:10 [INFO] [stdout] | [INFO] [stdout] 609 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:609:18 [INFO] [stdout] | [INFO] [stdout] 609 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:610:10 [INFO] [stdout] | [INFO] [stdout] 610 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:610:18 [INFO] [stdout] | [INFO] [stdout] 610 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:611:14 [INFO] [stdout] | [INFO] [stdout] 611 | assert_eq!(cast::(a.cmp_nle(b)), [0, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:611:21 [INFO] [stdout] | [INFO] [stdout] 608 | fn m128d_cmp_nle() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 611 | assert_eq!(cast::(a.cmp_nle(b)), [0, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:616:10 [INFO] [stdout] | [INFO] [stdout] 616 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:616:18 [INFO] [stdout] | [INFO] [stdout] 616 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:617:10 [INFO] [stdout] | [INFO] [stdout] 617 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:617:18 [INFO] [stdout] | [INFO] [stdout] 617 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:619:5 [INFO] [stdout] | [INFO] [stdout] 619 | cast::(a.cmp_nle0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:619:12 [INFO] [stdout] | [INFO] [stdout] 615 | fn m128d_cmp_nle0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 619 | cast::(a.cmp_nle0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:627:10 [INFO] [stdout] | [INFO] [stdout] 627 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:627:18 [INFO] [stdout] | [INFO] [stdout] 627 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:628:10 [INFO] [stdout] | [INFO] [stdout] 628 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:628:18 [INFO] [stdout] | [INFO] [stdout] 628 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:629:14 [INFO] [stdout] | [INFO] [stdout] 629 | assert_eq!(cast::(a.cmp_nlt(b)), [0, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:629:21 [INFO] [stdout] | [INFO] [stdout] 625 | fn m128d_cmp_nlt() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 629 | assert_eq!(cast::(a.cmp_nlt(b)), [0, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:634:10 [INFO] [stdout] | [INFO] [stdout] 634 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:634:18 [INFO] [stdout] | [INFO] [stdout] 634 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:635:10 [INFO] [stdout] | [INFO] [stdout] 635 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:635:18 [INFO] [stdout] | [INFO] [stdout] 635 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:637:5 [INFO] [stdout] | [INFO] [stdout] 637 | cast::(a.cmp_nlt0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:637:12 [INFO] [stdout] | [INFO] [stdout] 633 | fn m128d_cmp_nlt0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 637 | cast::(a.cmp_nlt0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:645:10 [INFO] [stdout] | [INFO] [stdout] 645 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:645:18 [INFO] [stdout] | [INFO] [stdout] 645 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:646:10 [INFO] [stdout] | [INFO] [stdout] 646 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:646:18 [INFO] [stdout] | [INFO] [stdout] 646 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:647:14 [INFO] [stdout] | [INFO] [stdout] 647 | assert_eq!(cast::(a.cmp_ordinary(b)), [max, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:647:21 [INFO] [stdout] | [INFO] [stdout] 643 | fn m128d_cmp_ordinary() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 647 | assert_eq!(cast::(a.cmp_ordinary(b)), [max, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:653:10 [INFO] [stdout] | [INFO] [stdout] 653 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:653:18 [INFO] [stdout] | [INFO] [stdout] 653 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:654:10 [INFO] [stdout] | [INFO] [stdout] 654 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:654:18 [INFO] [stdout] | [INFO] [stdout] 654 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:656:5 [INFO] [stdout] | [INFO] [stdout] 656 | cast::(a.cmp_ordinary0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:656:12 [INFO] [stdout] | [INFO] [stdout] 651 | fn m128d_cmp_ordinary0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 656 | cast::(a.cmp_ordinary0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:664:10 [INFO] [stdout] | [INFO] [stdout] 664 | let a: m128d = cast([4.0_f64.to_bits(), max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:664:18 [INFO] [stdout] | [INFO] [stdout] 664 | let a: m128d = cast([4.0_f64.to_bits(), max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:665:10 [INFO] [stdout] | [INFO] [stdout] 665 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:665:18 [INFO] [stdout] | [INFO] [stdout] 665 | let b: m128d = cast([5.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:666:14 [INFO] [stdout] | [INFO] [stdout] 666 | assert_eq!(cast::(a.cmp_nan(b)), [0, max]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:666:21 [INFO] [stdout] | [INFO] [stdout] 662 | fn m128d_cmp_nan() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 666 | assert_eq!(cast::(a.cmp_nan(b)), [0, max]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:672:10 [INFO] [stdout] | [INFO] [stdout] 672 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:672:18 [INFO] [stdout] | [INFO] [stdout] 672 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:673:10 [INFO] [stdout] | [INFO] [stdout] 673 | let b: m128d = cast([max, 7.0_f64.to_bits()]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:673:18 [INFO] [stdout] | [INFO] [stdout] 673 | let b: m128d = cast([max, 7.0_f64.to_bits()]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:675:5 [INFO] [stdout] | [INFO] [stdout] 675 | cast::(a.cmp_nan0(b)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:675:12 [INFO] [stdout] | [INFO] [stdout] 670 | fn m128d_cmp_nan0() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 675 | cast::(a.cmp_nan0(b)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:682:10 [INFO] [stdout] | [INFO] [stdout] 682 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:682:18 [INFO] [stdout] | [INFO] [stdout] 682 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:683:10 [INFO] [stdout] | [INFO] [stdout] 683 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:683:18 [INFO] [stdout] | [INFO] [stdout] 683 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:689:10 [INFO] [stdout] | [INFO] [stdout] 689 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:689:18 [INFO] [stdout] | [INFO] [stdout] 689 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:690:10 [INFO] [stdout] | [INFO] [stdout] 690 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:690:18 [INFO] [stdout] | [INFO] [stdout] 690 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:696:10 [INFO] [stdout] | [INFO] [stdout] 696 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:696:18 [INFO] [stdout] | [INFO] [stdout] 696 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:697:10 [INFO] [stdout] | [INFO] [stdout] 697 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:697:18 [INFO] [stdout] | [INFO] [stdout] 697 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:703:10 [INFO] [stdout] | [INFO] [stdout] 703 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:703:18 [INFO] [stdout] | [INFO] [stdout] 703 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:704:10 [INFO] [stdout] | [INFO] [stdout] 704 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:704:18 [INFO] [stdout] | [INFO] [stdout] 704 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:710:18 [INFO] [stdout] | [INFO] [stdout] 710 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:711:10 [INFO] [stdout] | [INFO] [stdout] 711 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:711:18 [INFO] [stdout] | [INFO] [stdout] 711 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:717:10 [INFO] [stdout] | [INFO] [stdout] 717 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:717:18 [INFO] [stdout] | [INFO] [stdout] 717 | let a: m128d = cast([4.0, 7.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:718:10 [INFO] [stdout] | [INFO] [stdout] 718 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:718:18 [INFO] [stdout] | [INFO] [stdout] 718 | let b: m128d = cast([4.0, 5.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:724:10 [INFO] [stdout] | [INFO] [stdout] 724 | let a: m128d = cast([4.8, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:724:18 [INFO] [stdout] | [INFO] [stdout] 724 | let a: m128d = cast([4.8, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:725:10 [INFO] [stdout] | [INFO] [stdout] 725 | let r: m128i = a.round_i32x4(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:726:26 [INFO] [stdout] | [INFO] [stdout] 726 | let r_i32s: [i32; 4] = cast(r); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:732:10 [INFO] [stdout] | [INFO] [stdout] 732 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:732:18 [INFO] [stdout] | [INFO] [stdout] 732 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:733:10 [INFO] [stdout] | [INFO] [stdout] 733 | let r: m128 = a.round_f32x4(); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:734:26 [INFO] [stdout] | [INFO] [stdout] 734 | let r_f32s: [f32; 4] = cast(r); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:741:18 [INFO] [stdout] | [INFO] [stdout] 741 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:747:10 [INFO] [stdout] | [INFO] [stdout] 747 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:747:18 [INFO] [stdout] | [INFO] [stdout] 747 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:754:10 [INFO] [stdout] | [INFO] [stdout] 754 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:754:18 [INFO] [stdout] | [INFO] [stdout] 754 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:760:10 [INFO] [stdout] | [INFO] [stdout] 760 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:760:18 [INFO] [stdout] | [INFO] [stdout] 760 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:761:10 [INFO] [stdout] | [INFO] [stdout] 761 | let b: m128d = a.replace0_with_i32(20_i32); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:762:21 [INFO] [stdout] | [INFO] [stdout] 762 | let c: [f64; 2] = cast(b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:769:10 [INFO] [stdout] | [INFO] [stdout] 769 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:769:18 [INFO] [stdout] | [INFO] [stdout] 769 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | let b: m128d = a.replace0_with_i64(20_i64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:771:21 [INFO] [stdout] | [INFO] [stdout] 771 | let c: [f64; 2] = cast(b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:777:10 [INFO] [stdout] | [INFO] [stdout] 777 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:777:18 [INFO] [stdout] | [INFO] [stdout] 777 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:778:10 [INFO] [stdout] | [INFO] [stdout] 778 | let b: m128d = a.replace0_with_f32(m128::set0(8.0)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:779:21 [INFO] [stdout] | [INFO] [stdout] 779 | let c: [f64; 2] = cast(b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:785:10 [INFO] [stdout] | [INFO] [stdout] 785 | let a: m128d = cast([4.8, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:785:18 [INFO] [stdout] | [INFO] [stdout] 785 | let a: m128d = cast([4.8, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:786:10 [INFO] [stdout] | [INFO] [stdout] 786 | let r: m128i = a.truncate_i32x4(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:787:26 [INFO] [stdout] | [INFO] [stdout] 787 | let r_i32s: [i32; 4] = cast(r); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:793:10 [INFO] [stdout] | [INFO] [stdout] 793 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:793:18 [INFO] [stdout] | [INFO] [stdout] 793 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:800:10 [INFO] [stdout] | [INFO] [stdout] 800 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:800:18 [INFO] [stdout] | [INFO] [stdout] 800 | let a: m128d = cast([4.5, 7.1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:806:10 [INFO] [stdout] | [INFO] [stdout] 806 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:806:18 [INFO] [stdout] | [INFO] [stdout] 806 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:807:10 [INFO] [stdout] | [INFO] [stdout] 807 | let b: m128d = cast([-2.0_f64, 3.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:807:18 [INFO] [stdout] | [INFO] [stdout] 807 | let b: m128d = cast([-2.0_f64, 3.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:808:23 [INFO] [stdout] | [INFO] [stdout] 808 | let out: [f64; 2] = cast(a / b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:814:14 [INFO] [stdout] | [INFO] [stdout] 814 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:814:22 [INFO] [stdout] | [INFO] [stdout] 814 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:815:10 [INFO] [stdout] | [INFO] [stdout] 815 | let b: m128d = cast([-2.0_f64, 3.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:815:18 [INFO] [stdout] | [INFO] [stdout] 815 | let b: m128d = cast([-2.0_f64, 3.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:817:23 [INFO] [stdout] | [INFO] [stdout] 817 | let out: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:823:10 [INFO] [stdout] | [INFO] [stdout] 823 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:823:18 [INFO] [stdout] | [INFO] [stdout] 823 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:824:10 [INFO] [stdout] | [INFO] [stdout] 824 | let b: m128d = cast([2.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:824:18 [INFO] [stdout] | [INFO] [stdout] 824 | let b: m128d = cast([2.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:825:23 [INFO] [stdout] | [INFO] [stdout] 825 | let out: [f64; 2] = cast(a.div0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:831:22 [INFO] [stdout] | [INFO] [stdout] 831 | let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:831:42 [INFO] [stdout] | [INFO] [stdout] 831 | let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:832:11 [INFO] [stdout] | [INFO] [stdout] 832 | let md: m128d = m128d::load(&aligned_array); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:833:27 [INFO] [stdout] | [INFO] [stdout] 833 | let md_f64s: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:839:20 [INFO] [stdout] | [INFO] [stdout] 839 | let aligned_f64: Align16 = Align16(5.0_f64); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:839:35 [INFO] [stdout] | [INFO] [stdout] 839 | let aligned_f64: Align16 = Align16(5.0_f64); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:840:11 [INFO] [stdout] | [INFO] [stdout] 840 | let md: m128d = m128d::load_aligned_splat(&aligned_f64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:841:27 [INFO] [stdout] | [INFO] [stdout] 841 | let md_f64s: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:848:11 [INFO] [stdout] | [INFO] [stdout] 848 | let md: m128d = m128d::load0(&f); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:849:27 [INFO] [stdout] | [INFO] [stdout] 849 | let md_f64s: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:855:11 [INFO] [stdout] | [INFO] [stdout] 855 | let md: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:855:19 [INFO] [stdout] | [INFO] [stdout] 855 | let md: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:856:12 [INFO] [stdout] | [INFO] [stdout] 856 | let md2: m128d = md.replace_high(&7.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:857:28 [INFO] [stdout] | [INFO] [stdout] 857 | let md2_f64s: [f64; 2] = cast(md2); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:863:11 [INFO] [stdout] | [INFO] [stdout] 863 | let md: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:863:19 [INFO] [stdout] | [INFO] [stdout] 863 | let md: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:864:12 [INFO] [stdout] | [INFO] [stdout] 864 | let md2: m128d = md.replace_low(&7.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:865:28 [INFO] [stdout] | [INFO] [stdout] 865 | let md2_f64s: [f64; 2] = cast(md2); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:871:22 [INFO] [stdout] | [INFO] [stdout] 871 | let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:871:42 [INFO] [stdout] | [INFO] [stdout] 871 | let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:872:11 [INFO] [stdout] | [INFO] [stdout] 872 | let md: m128d = m128d::load_reverse(&aligned_array); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:873:27 [INFO] [stdout] | [INFO] [stdout] 873 | let md_f64s: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:880:11 [INFO] [stdout] | [INFO] [stdout] 880 | let md: m128d = m128d::load_unaligned(&array); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:881:27 [INFO] [stdout] | [INFO] [stdout] 881 | let md_f64s: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:887:10 [INFO] [stdout] | [INFO] [stdout] 887 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:887:18 [INFO] [stdout] | [INFO] [stdout] 887 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:888:10 [INFO] [stdout] | [INFO] [stdout] 888 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:888:18 [INFO] [stdout] | [INFO] [stdout] 888 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:889:23 [INFO] [stdout] | [INFO] [stdout] 889 | let out: [f64; 2] = cast(a.max(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:895:18 [INFO] [stdout] | [INFO] [stdout] 895 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:896:18 [INFO] [stdout] | [INFO] [stdout] 896 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:897:23 [INFO] [stdout] | [INFO] [stdout] 897 | let out: [f64; 2] = cast(a.max0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:903:10 [INFO] [stdout] | [INFO] [stdout] 903 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:903:18 [INFO] [stdout] | [INFO] [stdout] 903 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:904:10 [INFO] [stdout] | [INFO] [stdout] 904 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:904:18 [INFO] [stdout] | [INFO] [stdout] 904 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:905:23 [INFO] [stdout] | [INFO] [stdout] 905 | let out: [f64; 2] = cast(a.min(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:911:10 [INFO] [stdout] | [INFO] [stdout] 911 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:911:18 [INFO] [stdout] | [INFO] [stdout] 911 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:912:10 [INFO] [stdout] | [INFO] [stdout] 912 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:912:18 [INFO] [stdout] | [INFO] [stdout] 912 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:913:23 [INFO] [stdout] | [INFO] [stdout] 913 | let out: [f64; 2] = cast(a.min0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:919:10 [INFO] [stdout] | [INFO] [stdout] 919 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:919:18 [INFO] [stdout] | [INFO] [stdout] 919 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:920:10 [INFO] [stdout] | [INFO] [stdout] 920 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:920:18 [INFO] [stdout] | [INFO] [stdout] 920 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:921:23 [INFO] [stdout] | [INFO] [stdout] 921 | let out: [f64; 2] = cast(a.copy0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:930:12 [INFO] [stdout] | [INFO] [stdout] 930 | let m: m128d = cast(arr); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:930:20 [INFO] [stdout] | [INFO] [stdout] 930 | let m: m128d = cast(arr); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:938:10 [INFO] [stdout] | [INFO] [stdout] 938 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:938:18 [INFO] [stdout] | [INFO] [stdout] 938 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:939:10 [INFO] [stdout] | [INFO] [stdout] 939 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:939:18 [INFO] [stdout] | [INFO] [stdout] 939 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:940:23 [INFO] [stdout] | [INFO] [stdout] 940 | let out: [f64; 2] = cast(a * b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:946:14 [INFO] [stdout] | [INFO] [stdout] 946 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:946:22 [INFO] [stdout] | [INFO] [stdout] 946 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:947:10 [INFO] [stdout] | [INFO] [stdout] 947 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:947:18 [INFO] [stdout] | [INFO] [stdout] 947 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:949:23 [INFO] [stdout] | [INFO] [stdout] 949 | let out: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:955:10 [INFO] [stdout] | [INFO] [stdout] 955 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:956:10 [INFO] [stdout] | [INFO] [stdout] 956 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:956:18 [INFO] [stdout] | [INFO] [stdout] 956 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:957:23 [INFO] [stdout] | [INFO] [stdout] 957 | let out: [f64; 2] = cast(a.mul0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:963:10 [INFO] [stdout] | [INFO] [stdout] 963 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:963:18 [INFO] [stdout] | [INFO] [stdout] 963 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:964:10 [INFO] [stdout] | [INFO] [stdout] 964 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:965:23 [INFO] [stdout] | [INFO] [stdout] 965 | let out: [u64; 2] = cast(a | b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:971:14 [INFO] [stdout] | [INFO] [stdout] 971 | let mut a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:971:22 [INFO] [stdout] | [INFO] [stdout] 971 | let mut a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:972:10 [INFO] [stdout] | [INFO] [stdout] 972 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:972:18 [INFO] [stdout] | [INFO] [stdout] 972 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:974:23 [INFO] [stdout] | [INFO] [stdout] 974 | let out: [u64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:980:10 [INFO] [stdout] | [INFO] [stdout] 980 | let a: m128d = m128d::set(5.0, 6.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:981:26 [INFO] [stdout] | [INFO] [stdout] 981 | let a_f64s: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:987:10 [INFO] [stdout] | [INFO] [stdout] 987 | let a: m128d = m128d::splat(5.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:988:26 [INFO] [stdout] | [INFO] [stdout] 988 | let a_f64s: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:994:10 [INFO] [stdout] | [INFO] [stdout] 994 | let a: m128d = m128d::set0(5.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:995:26 [INFO] [stdout] | [INFO] [stdout] 995 | let a_f64s: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1001:10 [INFO] [stdout] | [INFO] [stdout] 1001 | let a: m128d = m128d::set_reverse(5.0, 6.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1002:26 [INFO] [stdout] | [INFO] [stdout] 1002 | let a_f64s: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1008:10 [INFO] [stdout] | [INFO] [stdout] 1008 | let a: m128d = m128d::set_reverse(5.0, 6.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1009:10 [INFO] [stdout] | [INFO] [stdout] 1009 | let b: m128d = m128d::set_reverse(15.0, 16.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1011:10 [INFO] [stdout] | [INFO] [stdout] 1011 | let c: m128d = shuffle128d!(a, b, [0, 1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1012:25 [INFO] [stdout] | [INFO] [stdout] 1012 | let c_arr: [f64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1015:10 [INFO] [stdout] | [INFO] [stdout] 1015 | let c: m128d = shuffle128d!(a, b, [1, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1016:25 [INFO] [stdout] | [INFO] [stdout] 1016 | let c_arr: [f64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1019:10 [INFO] [stdout] | [INFO] [stdout] 1019 | let c: m128d = shuffle128d!(a, b, [1, 1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1020:25 [INFO] [stdout] | [INFO] [stdout] 1020 | let c_arr: [f64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1023:10 [INFO] [stdout] | [INFO] [stdout] 1023 | let c: m128d = shuffle128d!(a, b, [0, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1024:25 [INFO] [stdout] | [INFO] [stdout] 1024 | let c_arr: [f64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1030:10 [INFO] [stdout] | [INFO] [stdout] 1030 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1031:10 [INFO] [stdout] | [INFO] [stdout] 1031 | let a: m128d = a.sqrt(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1032:26 [INFO] [stdout] | [INFO] [stdout] 1032 | let a_f64s: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1038:10 [INFO] [stdout] | [INFO] [stdout] 1038 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1039:10 [INFO] [stdout] | [INFO] [stdout] 1039 | let b: m128d = m128d::set0(4.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1040:10 [INFO] [stdout] | [INFO] [stdout] 1040 | let a: m128d = a.sqrt_other0(b); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1041:26 [INFO] [stdout] | [INFO] [stdout] 1041 | let a_f64s: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1047:14 [INFO] [stdout] | [INFO] [stdout] 1047 | let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1047:34 [INFO] [stdout] | [INFO] [stdout] 1047 | let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1048:10 [INFO] [stdout] | [INFO] [stdout] 1048 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1055:14 [INFO] [stdout] | [INFO] [stdout] 1055 | let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1055:34 [INFO] [stdout] | [INFO] [stdout] 1055 | let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1056:10 [INFO] [stdout] | [INFO] [stdout] 1056 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1065:10 [INFO] [stdout] | [INFO] [stdout] 1065 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1074:10 [INFO] [stdout] | [INFO] [stdout] 1074 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1081:14 [INFO] [stdout] | [INFO] [stdout] 1081 | let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1081:34 [INFO] [stdout] | [INFO] [stdout] 1081 | let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1082:10 [INFO] [stdout] | [INFO] [stdout] 1082 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1090:10 [INFO] [stdout] | [INFO] [stdout] 1090 | let a: m128d = m128d::set_reverse(25.0, 36.0); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1097:10 [INFO] [stdout] | [INFO] [stdout] 1097 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1097:18 [INFO] [stdout] | [INFO] [stdout] 1097 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1098:10 [INFO] [stdout] | [INFO] [stdout] 1098 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1098:18 [INFO] [stdout] | [INFO] [stdout] 1098 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1099:23 [INFO] [stdout] | [INFO] [stdout] 1099 | let out: [f64; 2] = cast(a - b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1105:14 [INFO] [stdout] | [INFO] [stdout] 1105 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1105:22 [INFO] [stdout] | [INFO] [stdout] 1105 | let mut a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1106:10 [INFO] [stdout] | [INFO] [stdout] 1106 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1106:18 [INFO] [stdout] | [INFO] [stdout] 1106 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1108:23 [INFO] [stdout] | [INFO] [stdout] 1108 | let out: [f64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1114:10 [INFO] [stdout] | [INFO] [stdout] 1114 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1114:18 [INFO] [stdout] | [INFO] [stdout] 1114 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1115:10 [INFO] [stdout] | [INFO] [stdout] 1115 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1115:18 [INFO] [stdout] | [INFO] [stdout] 1115 | let b: m128d = cast([-8.0_f64, 4.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1116:23 [INFO] [stdout] | [INFO] [stdout] 1116 | let out: [f64; 2] = cast(a.sub0(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1122:10 [INFO] [stdout] | [INFO] [stdout] 1122 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1122:18 [INFO] [stdout] | [INFO] [stdout] 1122 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1123:10 [INFO] [stdout] | [INFO] [stdout] 1123 | let b: m128d = cast([15.0_f64, 16.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1123:18 [INFO] [stdout] | [INFO] [stdout] 1123 | let b: m128d = cast([15.0_f64, 16.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1124:10 [INFO] [stdout] | [INFO] [stdout] 1124 | let c: m128d = a.unpack_high(b); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1125:26 [INFO] [stdout] | [INFO] [stdout] 1125 | let c_f64s: [f64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1131:10 [INFO] [stdout] | [INFO] [stdout] 1131 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1131:18 [INFO] [stdout] | [INFO] [stdout] 1131 | let a: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1132:10 [INFO] [stdout] | [INFO] [stdout] 1132 | let b: m128d = cast([15.0_f64, 16.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1132:18 [INFO] [stdout] | [INFO] [stdout] 1132 | let b: m128d = cast([15.0_f64, 16.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1133:10 [INFO] [stdout] | [INFO] [stdout] 1133 | let c: m128d = a.unpack_low(b); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1134:26 [INFO] [stdout] | [INFO] [stdout] 1134 | let c_f64s: [f64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1140:10 [INFO] [stdout] | [INFO] [stdout] 1140 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1140:18 [INFO] [stdout] | [INFO] [stdout] 1140 | let a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1141:10 [INFO] [stdout] | [INFO] [stdout] 1141 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1141:18 [INFO] [stdout] | [INFO] [stdout] 1141 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1142:23 [INFO] [stdout] | [INFO] [stdout] 1142 | let out: [u64; 2] = cast(a ^ b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1148:14 [INFO] [stdout] | [INFO] [stdout] 1148 | let mut a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1148:22 [INFO] [stdout] | [INFO] [stdout] 1148 | let mut a: m128d = cast([core::u64::MAX, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1149:10 [INFO] [stdout] | [INFO] [stdout] 1149 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1149:18 [INFO] [stdout] | [INFO] [stdout] 1149 | let b: m128d = cast([core::u64::MAX, core::u64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1151:23 [INFO] [stdout] | [INFO] [stdout] 1151 | let out: [u64; 2] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1157:11 [INFO] [stdout] | [INFO] [stdout] 1157 | let md: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1157:19 [INFO] [stdout] | [INFO] [stdout] 1157 | let md: m128d = cast([5.0_f64, 6.0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1158:21 [INFO] [stdout] | [INFO] [stdout] 1158 | let a: [f64; 2] = cast(md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1159:15 [INFO] [stdout] | [INFO] [stdout] 1159 | let neg_md: m128d = -md; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1160:25 [INFO] [stdout] | [INFO] [stdout] 1160 | let neg_a: [f64; 2] = cast(neg_md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1162:19 [INFO] [stdout] | [INFO] [stdout] 1162 | let neg_neg_md: m128d = -neg_md; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1163:29 [INFO] [stdout] | [INFO] [stdout] 1163 | let neg_neg_a: [f64; 2] = cast(neg_neg_md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128d` in this scope [INFO] [stdout] --> tests/sse2.rs:1169:11 [INFO] [stdout] | [INFO] [stdout] 1169 | let md: m128d = cast(core::u128::MAX); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1169:19 [INFO] [stdout] | [INFO] [stdout] 1169 | let md: m128d = cast(core::u128::MAX); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1170:37 [INFO] [stdout] | [INFO] [stdout] 1170 | let not_md_as_doubles: [f64; 2] = cast(!md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:1172:11 [INFO] [stdout] | [INFO] [stdout] 1172 | let md: m128 = cast(0_u128); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1172:18 [INFO] [stdout] | [INFO] [stdout] 1172 | let md: m128 = cast(0_u128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1173:30 [INFO] [stdout] | [INFO] [stdout] 1173 | let not_md_as_u128: u128 = cast(!md); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1179:11 [INFO] [stdout] | [INFO] [stdout] 1179 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1179:19 [INFO] [stdout] | [INFO] [stdout] 1179 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1182:11 [INFO] [stdout] | [INFO] [stdout] 1182 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1182:19 [INFO] [stdout] | [INFO] [stdout] 1182 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1183:23 [INFO] [stdout] | [INFO] [stdout] 1183 | let out: [i8; 16] = cast(ai.add_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1192:11 [INFO] [stdout] | [INFO] [stdout] 1192 | let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1192:19 [INFO] [stdout] | [INFO] [stdout] 1192 | let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1193:11 [INFO] [stdout] | [INFO] [stdout] 1193 | let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1193:19 [INFO] [stdout] | [INFO] [stdout] 1193 | let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1194:23 [INFO] [stdout] | [INFO] [stdout] 1194 | let out: [i16; 8] = cast(ai.add_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1200:11 [INFO] [stdout] | [INFO] [stdout] 1200 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1200:19 [INFO] [stdout] | [INFO] [stdout] 1200 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1201:11 [INFO] [stdout] | [INFO] [stdout] 1201 | let bi: m128i = cast([1_i32, 2, 2, -1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1201:19 [INFO] [stdout] | [INFO] [stdout] 1201 | let bi: m128i = cast([1_i32, 2, 2, -1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1202:23 [INFO] [stdout] | [INFO] [stdout] 1202 | let out: [i32; 4] = cast(ai.add_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1208:11 [INFO] [stdout] | [INFO] [stdout] 1208 | let ai: m128i = cast([core::i64::MAX, core::i64::MIN]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1208:19 [INFO] [stdout] | [INFO] [stdout] 1208 | let ai: m128i = cast([core::i64::MAX, core::i64::MIN]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1209:11 [INFO] [stdout] | [INFO] [stdout] 1209 | let bi: m128i = cast([2_i64, -27]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1209:19 [INFO] [stdout] | [INFO] [stdout] 1209 | let bi: m128i = cast([2_i64, -27]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1210:23 [INFO] [stdout] | [INFO] [stdout] 1210 | let out: [i64; 2] = cast(ai.add_i64(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1216:11 [INFO] [stdout] | [INFO] [stdout] 1216 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1216:19 [INFO] [stdout] | [INFO] [stdout] 1216 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1219:11 [INFO] [stdout] | [INFO] [stdout] 1219 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1219:19 [INFO] [stdout] | [INFO] [stdout] 1219 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1220:23 [INFO] [stdout] | [INFO] [stdout] 1220 | let out: [i8; 16] = cast(ai.saturating_add_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1229:11 [INFO] [stdout] | [INFO] [stdout] 1229 | let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1229:19 [INFO] [stdout] | [INFO] [stdout] 1229 | let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1230:11 [INFO] [stdout] | [INFO] [stdout] 1230 | let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1230:19 [INFO] [stdout] | [INFO] [stdout] 1230 | let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1231:23 [INFO] [stdout] | [INFO] [stdout] 1231 | let out: [i16; 8] = cast(ai.saturating_add_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1237:11 [INFO] [stdout] | [INFO] [stdout] 1237 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1237:19 [INFO] [stdout] | [INFO] [stdout] 1237 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1240:11 [INFO] [stdout] | [INFO] [stdout] 1240 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1240:19 [INFO] [stdout] | [INFO] [stdout] 1240 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1241:23 [INFO] [stdout] | [INFO] [stdout] 1241 | let out: [u8; 16] = cast(ai.saturating_add_u8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1250:11 [INFO] [stdout] | [INFO] [stdout] 1250 | let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1250:19 [INFO] [stdout] | [INFO] [stdout] 1250 | let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1251:11 [INFO] [stdout] | [INFO] [stdout] 1251 | let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1251:19 [INFO] [stdout] | [INFO] [stdout] 1251 | let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1252:23 [INFO] [stdout] | [INFO] [stdout] 1252 | let out: [u16; 8] = cast(ai.saturating_add_u16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1259:10 [INFO] [stdout] | [INFO] [stdout] 1259 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1259:18 [INFO] [stdout] | [INFO] [stdout] 1259 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1260:10 [INFO] [stdout] | [INFO] [stdout] 1260 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1260:18 [INFO] [stdout] | [INFO] [stdout] 1260 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1261:23 [INFO] [stdout] | [INFO] [stdout] 1261 | let out: [u32; 4] = cast(a.andnot(b)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1268:10 [INFO] [stdout] | [INFO] [stdout] 1268 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1268:18 [INFO] [stdout] | [INFO] [stdout] 1268 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1269:10 [INFO] [stdout] | [INFO] [stdout] 1269 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1269:18 [INFO] [stdout] | [INFO] [stdout] 1269 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1270:23 [INFO] [stdout] | [INFO] [stdout] 1270 | let out: [u32; 4] = cast(a | b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1277:14 [INFO] [stdout] | [INFO] [stdout] 1277 | let mut a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1277:22 [INFO] [stdout] | [INFO] [stdout] 1277 | let mut a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1278:10 [INFO] [stdout] | [INFO] [stdout] 1278 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1278:18 [INFO] [stdout] | [INFO] [stdout] 1278 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1280:23 [INFO] [stdout] | [INFO] [stdout] 1280 | let out: [u32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1287:10 [INFO] [stdout] | [INFO] [stdout] 1287 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1287:18 [INFO] [stdout] | [INFO] [stdout] 1287 | let a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1288:10 [INFO] [stdout] | [INFO] [stdout] 1288 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1288:18 [INFO] [stdout] | [INFO] [stdout] 1288 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1289:23 [INFO] [stdout] | [INFO] [stdout] 1289 | let out: [u32; 4] = cast(a ^ b); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1296:14 [INFO] [stdout] | [INFO] [stdout] 1296 | let mut a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1296:22 [INFO] [stdout] | [INFO] [stdout] 1296 | let mut a: m128i = cast([0, max, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1297:10 [INFO] [stdout] | [INFO] [stdout] 1297 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1297:18 [INFO] [stdout] | [INFO] [stdout] 1297 | let b: m128i = cast([max, 0, max, 0]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1299:23 [INFO] [stdout] | [INFO] [stdout] 1299 | let out: [u32; 4] = cast(a); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1305:11 [INFO] [stdout] | [INFO] [stdout] 1305 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1305:19 [INFO] [stdout] | [INFO] [stdout] 1305 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1308:11 [INFO] [stdout] | [INFO] [stdout] 1308 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1308:19 [INFO] [stdout] | [INFO] [stdout] 1308 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1309:23 [INFO] [stdout] | [INFO] [stdout] 1309 | let out: [u8; 16] = cast(ai.average_u8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1318:11 [INFO] [stdout] | [INFO] [stdout] 1318 | let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1318:19 [INFO] [stdout] | [INFO] [stdout] 1318 | let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1319:11 [INFO] [stdout] | [INFO] [stdout] 1319 | let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1319:19 [INFO] [stdout] | [INFO] [stdout] 1319 | let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1320:23 [INFO] [stdout] | [INFO] [stdout] 1320 | let out: [u16; 8] = cast(ai.average_u16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1326:11 [INFO] [stdout] | [INFO] [stdout] 1326 | let mi: m128i = cast(12_345_678_u128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1326:19 [INFO] [stdout] | [INFO] [stdout] 1326 | let mi: m128i = cast(12_345_678_u128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128` in this scope [INFO] [stdout] --> tests/sse2.rs:1327:10 [INFO] [stdout] | [INFO] [stdout] 1327 | let m: m128 = mi.cast_m128(); [INFO] [stdout] | ^^^^ help: a builtin type with a similar name exists: `i128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1328:22 [INFO] [stdout] | [INFO] [stdout] 1328 | let m_bits: u128 = cast(m); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1334:11 [INFO] [stdout] | [INFO] [stdout] 1334 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1334:19 [INFO] [stdout] | [INFO] [stdout] 1334 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1337:11 [INFO] [stdout] | [INFO] [stdout] 1337 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1337:19 [INFO] [stdout] | [INFO] [stdout] 1337 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1338:23 [INFO] [stdout] | [INFO] [stdout] 1338 | let out: [i8; 16] = cast(ai.cmp_eq_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1344:11 [INFO] [stdout] | [INFO] [stdout] 1344 | let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1344:19 [INFO] [stdout] | [INFO] [stdout] 1344 | let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1345:11 [INFO] [stdout] | [INFO] [stdout] 1345 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1345:19 [INFO] [stdout] | [INFO] [stdout] 1345 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1346:23 [INFO] [stdout] | [INFO] [stdout] 1346 | let out: [i16; 8] = cast(ai.cmp_eq_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1352:11 [INFO] [stdout] | [INFO] [stdout] 1352 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1352:19 [INFO] [stdout] | [INFO] [stdout] 1352 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1353:11 [INFO] [stdout] | [INFO] [stdout] 1353 | let bi: m128i = cast([1_i32, -1, 2, -1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1353:19 [INFO] [stdout] | [INFO] [stdout] 1353 | let bi: m128i = cast([1_i32, -1, 2, -1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1354:23 [INFO] [stdout] | [INFO] [stdout] 1354 | let out: [i32; 4] = cast(ai.cmp_eq_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1360:11 [INFO] [stdout] | [INFO] [stdout] 1360 | let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1360:19 [INFO] [stdout] | [INFO] [stdout] 1360 | let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1361:11 [INFO] [stdout] | [INFO] [stdout] 1361 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1361:19 [INFO] [stdout] | [INFO] [stdout] 1361 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1362:23 [INFO] [stdout] | [INFO] [stdout] 1362 | let out: [i8; 16] = cast(ai.cmp_gt_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1368:11 [INFO] [stdout] | [INFO] [stdout] 1368 | let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1368:19 [INFO] [stdout] | [INFO] [stdout] 1368 | let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1369:11 [INFO] [stdout] | [INFO] [stdout] 1369 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1369:19 [INFO] [stdout] | [INFO] [stdout] 1369 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1370:23 [INFO] [stdout] | [INFO] [stdout] 1370 | let out: [i16; 8] = cast(ai.cmp_gt_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1376:11 [INFO] [stdout] | [INFO] [stdout] 1376 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1376:19 [INFO] [stdout] | [INFO] [stdout] 1376 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1377:11 [INFO] [stdout] | [INFO] [stdout] 1377 | let bi: m128i = cast([1_i32, -1, 2, -1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1377:19 [INFO] [stdout] | [INFO] [stdout] 1377 | let bi: m128i = cast([1_i32, -1, 2, -1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1378:23 [INFO] [stdout] | [INFO] [stdout] 1378 | let out: [i32; 4] = cast(ai.cmp_gt_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1384:11 [INFO] [stdout] | [INFO] [stdout] 1384 | let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1384:19 [INFO] [stdout] | [INFO] [stdout] 1384 | let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1385:11 [INFO] [stdout] | [INFO] [stdout] 1385 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1385:19 [INFO] [stdout] | [INFO] [stdout] 1385 | let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1386:23 [INFO] [stdout] | [INFO] [stdout] 1386 | let out: [i8; 16] = cast(ai.cmp_lt_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1395:11 [INFO] [stdout] | [INFO] [stdout] 1395 | let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1395:19 [INFO] [stdout] | [INFO] [stdout] 1395 | let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1396:11 [INFO] [stdout] | [INFO] [stdout] 1396 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1396:19 [INFO] [stdout] | [INFO] [stdout] 1396 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1397:23 [INFO] [stdout] | [INFO] [stdout] 1397 | let out: [i16; 8] = cast(ai.cmp_lt_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1403:11 [INFO] [stdout] | [INFO] [stdout] 1403 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1403:19 [INFO] [stdout] | [INFO] [stdout] 1403 | let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1404:11 [INFO] [stdout] | [INFO] [stdout] 1404 | let bi: m128i = cast([1_i32, -1, 2, -1]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1404:19 [INFO] [stdout] | [INFO] [stdout] 1404 | let bi: m128i = cast([1_i32, -1, 2, -1]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1405:23 [INFO] [stdout] | [INFO] [stdout] 1405 | let out: [i32; 4] = cast(ai.cmp_lt_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1411:10 [INFO] [stdout] | [INFO] [stdout] 1411 | let i: m128i = cast([-1, 23, 8, 6]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1411:18 [INFO] [stdout] | [INFO] [stdout] 1411 | let i: m128i = cast([-1, 23, 8, 6]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1412:23 [INFO] [stdout] | [INFO] [stdout] 1412 | let out: [f64; 2] = cast(i.round_low_f64()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1418:10 [INFO] [stdout] | [INFO] [stdout] 1418 | let i: m128i = cast([-1, 23, 8, 6]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1418:18 [INFO] [stdout] | [INFO] [stdout] 1418 | let i: m128i = cast([-1, 23, 8, 6]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1419:23 [INFO] [stdout] | [INFO] [stdout] 1419 | let out: [f32; 4] = cast(i.round_f32()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1425:10 [INFO] [stdout] | [INFO] [stdout] 1425 | let i: m128i = cast([-1, 23, 8, 6]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1425:18 [INFO] [stdout] | [INFO] [stdout] 1425 | let i: m128i = cast([-1, 23, 8, 6]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1432:10 [INFO] [stdout] | [INFO] [stdout] 1432 | let i: m128i = cast([-1_i64, 23]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1432:18 [INFO] [stdout] | [INFO] [stdout] 1432 | let i: m128i = cast([-1_i64, 23]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1438:10 [INFO] [stdout] | [INFO] [stdout] 1438 | let i: m128i = m128i::set0_i32(-1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1439:26 [INFO] [stdout] | [INFO] [stdout] 1439 | let i_i32s: [i32; 4] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1446:10 [INFO] [stdout] | [INFO] [stdout] 1446 | let i: m128i = m128i::set0_i64(-1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1447:26 [INFO] [stdout] | [INFO] [stdout] 1447 | let i_i64s: [i64; 2] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1453:10 [INFO] [stdout] | [INFO] [stdout] 1453 | let i: m128i = m128i::load(&Align16(12345)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope [INFO] [stdout] --> tests/sse2.rs:1453:31 [INFO] [stdout] | [INFO] [stdout] 1453 | let i: m128i = m128i::load(&Align16(12345)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1454:22 [INFO] [stdout] | [INFO] [stdout] 1454 | let i_i128: i128 = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1460:11 [INFO] [stdout] | [INFO] [stdout] 1460 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1460:19 [INFO] [stdout] | [INFO] [stdout] 1460 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1461:11 [INFO] [stdout] | [INFO] [stdout] 1461 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1461:19 [INFO] [stdout] | [INFO] [stdout] 1461 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1462:23 [INFO] [stdout] | [INFO] [stdout] 1462 | let out: [i32; 4] = cast(ai.mul_i16_hadd(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1468:11 [INFO] [stdout] | [INFO] [stdout] 1468 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1468:19 [INFO] [stdout] | [INFO] [stdout] 1468 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1471:19 [INFO] [stdout] | [INFO] [stdout] 1471 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1472:23 [INFO] [stdout] | [INFO] [stdout] 1472 | let out: [u8; 16] = cast(ai.max_u8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1481:11 [INFO] [stdout] | [INFO] [stdout] 1481 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1481:19 [INFO] [stdout] | [INFO] [stdout] 1481 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1484:11 [INFO] [stdout] | [INFO] [stdout] 1484 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1484:19 [INFO] [stdout] | [INFO] [stdout] 1484 | let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1485:23 [INFO] [stdout] | [INFO] [stdout] 1485 | let out: [u8; 16] = cast(ai.min_u8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1491:11 [INFO] [stdout] | [INFO] [stdout] 1491 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1491:19 [INFO] [stdout] | [INFO] [stdout] 1491 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1492:11 [INFO] [stdout] | [INFO] [stdout] 1492 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1492:19 [INFO] [stdout] | [INFO] [stdout] 1492 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1493:23 [INFO] [stdout] | [INFO] [stdout] 1493 | let out: [i16; 8] = cast(ai.max_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1499:11 [INFO] [stdout] | [INFO] [stdout] 1499 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1499:19 [INFO] [stdout] | [INFO] [stdout] 1499 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1500:11 [INFO] [stdout] | [INFO] [stdout] 1500 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1500:19 [INFO] [stdout] | [INFO] [stdout] 1500 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1501:23 [INFO] [stdout] | [INFO] [stdout] 1501 | let out: [i16; 8] = cast(ai.min_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1507:10 [INFO] [stdout] | [INFO] [stdout] 1507 | let i: m128i = cast([3_i64, 7]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1507:18 [INFO] [stdout] | [INFO] [stdout] 1507 | let i: m128i = cast([3_i64, 7]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1508:10 [INFO] [stdout] | [INFO] [stdout] 1508 | let c: m128i = i.copy0_i64(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1509:26 [INFO] [stdout] | [INFO] [stdout] 1509 | let c_i64s: [i64; 2] = cast(c); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1515:10 [INFO] [stdout] | [INFO] [stdout] 1515 | let i: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1515:18 [INFO] [stdout] | [INFO] [stdout] 1515 | let i: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1524:11 [INFO] [stdout] | [INFO] [stdout] 1524 | let ai: m128i = cast([7_i16, 3453, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1524:19 [INFO] [stdout] | [INFO] [stdout] 1524 | let ai: m128i = cast([7_i16, 3453, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1525:11 [INFO] [stdout] | [INFO] [stdout] 1525 | let bi: m128i = cast([1_i16, 2, 2342, 9654, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1525:19 [INFO] [stdout] | [INFO] [stdout] 1525 | let bi: m128i = cast([1_i16, 2, 2342, 9654, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1526:23 [INFO] [stdout] | [INFO] [stdout] 1526 | let out: [i16; 8] = cast(ai.mul_high_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1532:11 [INFO] [stdout] | [INFO] [stdout] 1532 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1532:19 [INFO] [stdout] | [INFO] [stdout] 1532 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1533:11 [INFO] [stdout] | [INFO] [stdout] 1533 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1533:19 [INFO] [stdout] | [INFO] [stdout] 1533 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1534:23 [INFO] [stdout] | [INFO] [stdout] 1534 | let out: [i16; 8] = cast(ai.mul_low_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1540:11 [INFO] [stdout] | [INFO] [stdout] 1540 | let ai: m128i = cast([7_u16, 5000, 17000, 9001, 3543, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1540:19 [INFO] [stdout] | [INFO] [stdout] 1540 | let ai: m128i = cast([7_u16, 5000, 17000, 9001, 3543, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1541:11 [INFO] [stdout] | [INFO] [stdout] 1541 | let bi: m128i = cast([1_u16, 8, 26, 23, core::u16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1541:19 [INFO] [stdout] | [INFO] [stdout] 1541 | let bi: m128i = cast([1_u16, 8, 26, 23, core::u16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1542:23 [INFO] [stdout] | [INFO] [stdout] 1542 | let out: [u16; 8] = cast(ai.mul_high_u16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1548:11 [INFO] [stdout] | [INFO] [stdout] 1548 | let ai: m128i = cast([67_777_777_i64, 8765]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1548:19 [INFO] [stdout] | [INFO] [stdout] 1548 | let ai: m128i = cast([67_777_777_i64, 8765]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1549:11 [INFO] [stdout] | [INFO] [stdout] 1549 | let bi: m128i = cast([3_i64, 12]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1549:19 [INFO] [stdout] | [INFO] [stdout] 1549 | let bi: m128i = cast([3_i64, 12]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1550:23 [INFO] [stdout] | [INFO] [stdout] 1550 | let out: [u64; 2] = cast(ai.half_mul_u32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1556:11 [INFO] [stdout] | [INFO] [stdout] 1556 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1556:19 [INFO] [stdout] | [INFO] [stdout] 1556 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1557:11 [INFO] [stdout] | [INFO] [stdout] 1557 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1557:19 [INFO] [stdout] | [INFO] [stdout] 1557 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1558:23 [INFO] [stdout] | [INFO] [stdout] 1558 | let out: [i8; 16] = cast(ai.pack_i16_saturating_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1567:11 [INFO] [stdout] | [INFO] [stdout] 1567 | let ai: m128i = cast([-1_i32, 23, 8, 6]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1567:19 [INFO] [stdout] | [INFO] [stdout] 1567 | let ai: m128i = cast([-1_i32, 23, 8, 6]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1568:11 [INFO] [stdout] | [INFO] [stdout] 1568 | let bi: m128i = cast([-1_i32, -800_000, 8, 6]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1568:19 [INFO] [stdout] | [INFO] [stdout] 1568 | let bi: m128i = cast([-1_i32, -800_000, 8, 6]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1569:23 [INFO] [stdout] | [INFO] [stdout] 1569 | let out: [i16; 8] = cast(ai.pack_i32_saturating_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1575:11 [INFO] [stdout] | [INFO] [stdout] 1575 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1575:19 [INFO] [stdout] | [INFO] [stdout] 1575 | let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1576:11 [INFO] [stdout] | [INFO] [stdout] 1576 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1576:19 [INFO] [stdout] | [INFO] [stdout] 1576 | let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1577:23 [INFO] [stdout] | [INFO] [stdout] 1577 | let out: [u8; 16] = cast(ai.pack_i16_saturating_u8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1586:11 [INFO] [stdout] | [INFO] [stdout] 1586 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1586:19 [INFO] [stdout] | [INFO] [stdout] 1586 | let ai: m128i = cast([ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1589:11 [INFO] [stdout] | [INFO] [stdout] 1589 | let bi: m128i = cast([1_i8, 2, 2, 1, -10, 8, 9, 20, 60, 40, 2, 9, -8, 26, 30, 31]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1589:19 [INFO] [stdout] | [INFO] [stdout] 1589 | let bi: m128i = cast([1_i8, 2, 2, 1, -10, 8, 9, 20, 60, 40, 2, 9, -8, 26, 30, 31]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1590:23 [INFO] [stdout] | [INFO] [stdout] 1590 | let out: [i64; 2] = cast(ai.signed_abs_diff_i8(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1596:10 [INFO] [stdout] | [INFO] [stdout] 1596 | let i: m128i = m128i::set_i8(0, 1, -100, 127, 0, 100, 7, 2, 3, 1, -1, -5, 103, 10, 15, 16); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1597:23 [INFO] [stdout] | [INFO] [stdout] 1597 | let out: [i8; 16] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1606:10 [INFO] [stdout] | [INFO] [stdout] 1606 | let i: m128i = [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1608:23 [INFO] [stdout] | [INFO] [stdout] 1608 | let out: [i8; 16] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1617:10 [INFO] [stdout] | [INFO] [stdout] 1617 | let i: m128i = m128i::set_i16(0, 1, -100, 127, 0, 100, 7, 2); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1618:23 [INFO] [stdout] | [INFO] [stdout] 1618 | let out: [i16; 8] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1624:10 [INFO] [stdout] | [INFO] [stdout] 1624 | let i: m128i = m128i::set_reverse_i16(0, 1, -100, 127, 0, 100, 7, 2); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1625:23 [INFO] [stdout] | [INFO] [stdout] 1625 | let out: [i16; 8] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1631:10 [INFO] [stdout] | [INFO] [stdout] 1631 | let i: m128i = m128i::set_i32(0, 1, -100, 127); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1632:23 [INFO] [stdout] | [INFO] [stdout] 1632 | let out: [i32; 4] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1638:10 [INFO] [stdout] | [INFO] [stdout] 1638 | let i: m128i = m128i::set_reverse_i32(0, 1, -100, 127); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1639:23 [INFO] [stdout] | [INFO] [stdout] 1639 | let out: [i32; 4] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1645:10 [INFO] [stdout] | [INFO] [stdout] 1645 | let i: m128i = m128i::set_i64(0, 1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1646:23 [INFO] [stdout] | [INFO] [stdout] 1646 | let out: [i64; 2] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1652:10 [INFO] [stdout] | [INFO] [stdout] 1652 | let i: m128i = m128i::splat_i8(1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1653:23 [INFO] [stdout] | [INFO] [stdout] 1653 | let out: [i8; 16] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1659:10 [INFO] [stdout] | [INFO] [stdout] 1659 | let i: m128i = m128i::splat_i16(1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1660:23 [INFO] [stdout] | [INFO] [stdout] 1660 | let out: [i16; 8] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1666:10 [INFO] [stdout] | [INFO] [stdout] 1666 | let i: m128i = m128i::splat_i32(1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1667:23 [INFO] [stdout] | [INFO] [stdout] 1667 | let out: [i32; 4] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1673:10 [INFO] [stdout] | [INFO] [stdout] 1673 | let i: m128i = m128i::splat_i64(1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1674:23 [INFO] [stdout] | [INFO] [stdout] 1674 | let out: [i64; 2] = cast(i); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1680:11 [INFO] [stdout] | [INFO] [stdout] 1680 | let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1680:19 [INFO] [stdout] | [INFO] [stdout] 1680 | let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1681:11 [INFO] [stdout] | [INFO] [stdout] 1681 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1681:19 [INFO] [stdout] | [INFO] [stdout] 1681 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1682:23 [INFO] [stdout] | [INFO] [stdout] 1682 | let out: [i16; 8] = cast(ai.shift_left_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1688:11 [INFO] [stdout] | [INFO] [stdout] 1688 | let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1688:19 [INFO] [stdout] | [INFO] [stdout] 1688 | let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1689:11 [INFO] [stdout] | [INFO] [stdout] 1689 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1689:19 [INFO] [stdout] | [INFO] [stdout] 1689 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1690:23 [INFO] [stdout] | [INFO] [stdout] 1690 | let out: [i32; 4] = cast(ai.shift_left_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1696:11 [INFO] [stdout] | [INFO] [stdout] 1696 | let ai: m128i = cast([1_i64, core::i64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1696:19 [INFO] [stdout] | [INFO] [stdout] 1696 | let ai: m128i = cast([1_i64, core::i64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1697:11 [INFO] [stdout] | [INFO] [stdout] 1697 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1697:19 [INFO] [stdout] | [INFO] [stdout] 1697 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1698:23 [INFO] [stdout] | [INFO] [stdout] 1698 | let out: [i64; 2] = cast(ai.shift_left_i64(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1704:11 [INFO] [stdout] | [INFO] [stdout] 1704 | let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1704:19 [INFO] [stdout] | [INFO] [stdout] 1704 | let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1705:11 [INFO] [stdout] | [INFO] [stdout] 1705 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1705:19 [INFO] [stdout] | [INFO] [stdout] 1705 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1706:23 [INFO] [stdout] | [INFO] [stdout] 1706 | let out: [i16; 8] = cast(ai.shift_right_sign_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1712:11 [INFO] [stdout] | [INFO] [stdout] 1712 | let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1712:19 [INFO] [stdout] | [INFO] [stdout] 1712 | let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1713:11 [INFO] [stdout] | [INFO] [stdout] 1713 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1713:19 [INFO] [stdout] | [INFO] [stdout] 1713 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1714:23 [INFO] [stdout] | [INFO] [stdout] 1714 | let out: [i32; 4] = cast(ai.shift_right_sign_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1720:11 [INFO] [stdout] | [INFO] [stdout] 1720 | let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1720:19 [INFO] [stdout] | [INFO] [stdout] 1720 | let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1721:11 [INFO] [stdout] | [INFO] [stdout] 1721 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1721:19 [INFO] [stdout] | [INFO] [stdout] 1721 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1722:23 [INFO] [stdout] | [INFO] [stdout] 1722 | let out: [i16; 8] = cast(ai.shift_right_zero_i16(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1728:11 [INFO] [stdout] | [INFO] [stdout] 1728 | let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1728:19 [INFO] [stdout] | [INFO] [stdout] 1728 | let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1729:11 [INFO] [stdout] | [INFO] [stdout] 1729 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1729:19 [INFO] [stdout] | [INFO] [stdout] 1729 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1730:23 [INFO] [stdout] | [INFO] [stdout] 1730 | let out: [i32; 4] = cast(ai.shift_right_zero_i32(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1736:11 [INFO] [stdout] | [INFO] [stdout] 1736 | let ai: m128i = cast([1_i64, core::i64::MAX]); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1736:19 [INFO] [stdout] | [INFO] [stdout] 1736 | let ai: m128i = cast([1_i64, core::i64::MAX]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m128i` in this scope [INFO] [stdout] --> tests/sse2.rs:1737:11 [INFO] [stdout] | [INFO] [stdout] 1737 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1737:19 [INFO] [stdout] | [INFO] [stdout] 1737 | let bi: m128i = cast(2_i128); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in this scope [INFO] [stdout] --> tests/sse2.rs:1738:23 [INFO] [stdout] | [INFO] [stdout] 1738 | let out: [i64; 2] = cast(ai.shift_right_zero_i64(bi)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intel_simd_help::*` [INFO] [stdout] --> tests/sse2.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use intel_simd_help::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 776 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ed36e56b5821141e4684b19b41dff9c2e722acf8818de5c0378a6da1274bbe67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed36e56b5821141e4684b19b41dff9c2e722acf8818de5c0378a6da1274bbe67", kill_on_drop: false }` [INFO] [stdout] ed36e56b5821141e4684b19b41dff9c2e722acf8818de5c0378a6da1274bbe67