[INFO] crate winit-gfx-hal 0.0.0 is already in cache
[INFO] checking winit-gfx-hal-0.0.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate winit-gfx-hal 0.0.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate winit-gfx-hal 0.0.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9b866f2cebd99f5938c09c6e9d98b980d4afab4d0480383bb7f591bf6de95872
[INFO] running `"docker" "start" "-a" "9b866f2cebd99f5938c09c6e9d98b980d4afab4d0480383bb7f591bf6de95872"`
[INFO] [stderr]     Checking winit-gfx-hal v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `lokacore`
[INFO] [stderr]  --> tests/cast_slice_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use lokacore::*;
[INFO] [stderr]   |     ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PodCastError`
[INFO] [stderr]   --> tests/cast_slice_tests.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned)
[INFO] [stderr]    |         ^^^^^^^^^^^^ use of undeclared type or module `PodCastError`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PodCastError`
[INFO] [stderr]   --> tests/cast_slice_tests.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     Err(PodCastError::OutputSliceWouldHaveSlop)
[INFO] [stderr]    |         ^^^^^^^^^^^^ use of undeclared type or module `PodCastError`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PodCastError`
[INFO] [stderr]   --> tests/cast_slice_tests.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned)
[INFO] [stderr]    |         ^^^^^^^^^^^^ use of undeclared type or module `PodCastError`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PodCastError`
[INFO] [stderr]   --> tests/cast_slice_tests.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     Err(PodCastError::OutputSliceWouldHaveSlop)
[INFO] [stderr]    |         ^^^^^^^^^^^^ use of undeclared type or module `PodCastError`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:10:26
[INFO] [stderr]    |
[INFO] [stderr] 10 |   let the_bytes: &[u8] = try_cast_slice(u32_slice).unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     try_cast_slice::<u8, u32>(mis_aligned_bytes),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     try_cast_slice::<u8, u32>(slop_bytes),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:37:3
[INFO] [stderr]    |
[INFO] [stderr] 37 |   try_cast_slice::<u8, u32>(the_bytes).unwrap();
[INFO] [stderr]    |   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice_mut` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:47:30
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn test_try_cast_slice_mut() {
[INFO] [stderr]    | ---------------------------- similarly named constant `test_try_cast_slice_mut` defined here
[INFO] [stderr] ...
[INFO] [stderr] 47 |   let the_bytes: &mut [u8] = try_cast_slice_mut(u32_slice).unwrap();
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `test_try_cast_slice_mut`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice_mut` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:60:5
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn test_try_cast_slice_mut() {
[INFO] [stderr]    | ---------------------------- similarly named constant `test_try_cast_slice_mut` defined here
[INFO] [stderr] ...
[INFO] [stderr] 60 |     try_cast_slice_mut::<u8, u32>(mis_aligned_bytes),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `test_try_cast_slice_mut`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice_mut` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:68:5
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn test_try_cast_slice_mut() {
[INFO] [stderr]    | ---------------------------- similarly named constant `test_try_cast_slice_mut` defined here
[INFO] [stderr] ...
[INFO] [stderr] 68 |     try_cast_slice_mut::<u8, u32>(slop_bytes),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `test_try_cast_slice_mut`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `try_cast_slice_mut` in this scope
[INFO] [stderr]   --> tests/cast_slice_tests.rs:73:3
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn test_try_cast_slice_mut() {
[INFO] [stderr]    | ---------------------------- similarly named constant `test_try_cast_slice_mut` defined here
[INFO] [stderr] ...
[INFO] [stderr] 73 |   try_cast_slice_mut::<u8, u32>(the_bytes).unwrap();
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `test_try_cast_slice_mut`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 13 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use lokacore::arch::x86_64::*;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[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] [stderr] error[E0432]: unresolved imports `lokacore::arch::x86_64::*`, `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use lokacore::arch::x86_64::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 | pub use lokacore::shuffle128;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub use lokacore::*;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use lokacore::arch::x86_64::*;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[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] [stderr] error[E0432]: unresolved imports `lokacore::arch::x86_64::*`, `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use lokacore::arch::x86_64::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 | pub use lokacore::shuffle128;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub use lokacore::*;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `shuffle128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1011:18
[INFO] [stderr]      |
[INFO] [stderr] 1011 |   let c: m128d = shuffle128d!(a, b, [0, 1]);
[INFO] [stderr]      |                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `shuffle128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1015:18
[INFO] [stderr]      |
[INFO] [stderr] 1015 |   let c: m128d = shuffle128d!(a, b, [1, 0]);
[INFO] [stderr]      |                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `shuffle128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1019:18
[INFO] [stderr]      |
[INFO] [stderr] 1019 |   let c: m128d = shuffle128d!(a, b, [1, 1]);
[INFO] [stderr]      |                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `shuffle128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1023:18
[INFO] [stderr]      |
[INFO] [stderr] 1023 |   let c: m128d = shuffle128d!(a, b, [0, 0]);
[INFO] [stderr]      |                  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `lokacore`
[INFO] [stderr]  --> tests/branchless.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use lokacore::*;
[INFO] [stderr]   |     ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_abs` in this scope
[INFO] [stderr]  --> tests/branchless.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 |   const _ABS_IS_CONST: i8 = branchless_abs!(-7, i8);
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_abs` in this scope
[INFO] [stderr]  --> tests/branchless.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 |     assert_eq!(branchless_abs!(x, i8), x.wrapping_abs());
[INFO] [stderr]   |                ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_min` in this scope
[INFO] [stderr]   --> tests/branchless.rs:13:29
[INFO] [stderr]    |
[INFO] [stderr] 13 |   const _MIN_IS_CONST: u8 = branchless_min!(2, 3, u8);
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_max` in this scope
[INFO] [stderr]   --> tests/branchless.rs:14:29
[INFO] [stderr]    |
[INFO] [stderr] 14 |   const _MAX_IS_CONST: u8 = branchless_max!(8, 10, u8);
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_min` in this scope
[INFO] [stderr]   --> tests/branchless.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 |       assert_eq!(branchless_min!(x, y, u8), x.min(y));
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_max` in this scope
[INFO] [stderr]   --> tests/branchless.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |       assert_eq!(branchless_max!(x, y, u8), x.max(y));
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_min` in this scope
[INFO] [stderr]   --> tests/branchless.rs:23:18
[INFO] [stderr]    |
[INFO] [stderr] 23 |       assert_eq!(branchless_min!(x, y, i8), x.min(y));
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `branchless_max` in this scope
[INFO] [stderr]   --> tests/branchless.rs:24:18
[INFO] [stderr]    |
[INFO] [stderr] 24 |       assert_eq!(branchless_max!(x, y, i8), x.max(y));
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use lokacore::arch::x86_64::*;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[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] [stderr] error[E0432]: unresolved imports `lokacore::arch::x86_64::*`, `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use lokacore::arch::x86_64::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 | pub use lokacore::shuffle128;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `lokacore`
[INFO] [stderr]   --> tests/intel-simd-help.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub use lokacore::*;
[INFO] [stderr]    |         ^^^^^^^^ use of undeclared type or module `lokacore`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `shuffle128`
[INFO] [stderr]    --> tests/sse.rs:911:17
[INFO] [stderr]     |
[INFO] [stderr] 911 |   let c: m128 = shuffle128!(a, b, [0, 2, 1, 3]);
[INFO] [stderr]     |                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `shuffle128`
[INFO] [stderr]    --> tests/sse.rs:915:17
[INFO] [stderr]     |
[INFO] [stderr] 915 |   let c: m128 = shuffle128!(a, b, [1, 0, 3, 2]);
[INFO] [stderr]     |                 ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse2.rs:778:38
[INFO] [stderr]     |
[INFO] [stderr] 778 |   let b: m128d = a.replace0_with_f32(m128::set0(8.0));
[INFO] [stderr]     |                                      ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:832:19
[INFO] [stderr]     |
[INFO] [stderr] 832 |   let md: m128d = m128d::load(&aligned_array);
[INFO] [stderr]     |                   ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:840:19
[INFO] [stderr]     |
[INFO] [stderr] 840 |   let md: m128d = m128d::load_aligned_splat(&aligned_f64);
[INFO] [stderr]     |                   ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:848:19
[INFO] [stderr]     |
[INFO] [stderr] 848 |   let md: m128d = m128d::load0(&f);
[INFO] [stderr]     |                   ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:872:19
[INFO] [stderr]     |
[INFO] [stderr] 872 |   let md: m128d = m128d::load_reverse(&aligned_array);
[INFO] [stderr]     |                   ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:880:19
[INFO] [stderr]     |
[INFO] [stderr] 880 |   let md: m128d = m128d::load_unaligned(&array);
[INFO] [stderr]     |                   ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:637:22
[INFO] [stderr]     |
[INFO] [stderr] 637 |   let m_load: m128 = m128::load(&aligned_array);
[INFO] [stderr]     |                      ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:654:17
[INFO] [stderr]     |
[INFO] [stderr] 654 |   let m: m128 = m128::load_splat(&float);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:660:17
[INFO] [stderr]     |
[INFO] [stderr] 660 |   let m: m128 = m128::load_splat(&floats.0[1]);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:669:17
[INFO] [stderr]     |
[INFO] [stderr] 669 |   let m: m128 = m128::load0(&float);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:678:30
[INFO] [stderr]     |
[INFO] [stderr] 678 |   let m_load_reverse: m128 = m128::load_reverse(&aligned_array);
[INFO] [stderr]     |                              ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:695:32
[INFO] [stderr]     |
[INFO] [stderr] 695 |   let m_load_unaligned: m128 = m128::load_unaligned(&array);
[INFO] [stderr]     |                                ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:980:18
[INFO] [stderr]     |
[INFO] [stderr] 980 |   let a: m128d = m128d::set(5.0, 6.0);
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:987:18
[INFO] [stderr]     |
[INFO] [stderr] 987 |   let a: m128d = m128d::splat(5.0);
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]    --> tests/sse2.rs:994:18
[INFO] [stderr]     |
[INFO] [stderr] 994 |   let a: m128d = m128d::set0(5.0);
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1001:18
[INFO] [stderr]      |
[INFO] [stderr] 1001 |   let a: m128d = m128d::set_reverse(5.0, 6.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1008:18
[INFO] [stderr]      |
[INFO] [stderr] 1008 |   let a: m128d = m128d::set_reverse(5.0, 6.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1009:18
[INFO] [stderr]      |
[INFO] [stderr] 1009 |   let b: m128d = m128d::set_reverse(15.0, 16.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1030:18
[INFO] [stderr]      |
[INFO] [stderr] 1030 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1038:18
[INFO] [stderr]      |
[INFO] [stderr] 1038 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1039:18
[INFO] [stderr]      |
[INFO] [stderr] 1039 |   let b: m128d = m128d::set0(4.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1048:18
[INFO] [stderr]      |
[INFO] [stderr] 1048 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1056:18
[INFO] [stderr]      |
[INFO] [stderr] 1056 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1065:18
[INFO] [stderr]      |
[INFO] [stderr] 1065 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1074:18
[INFO] [stderr]      |
[INFO] [stderr] 1074 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:874:17
[INFO] [stderr]     |
[INFO] [stderr] 874 |   let m: m128 = m128::set(array[3], array[2], array[1], array[0]);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:882:17
[INFO] [stderr]     |
[INFO] [stderr] 882 |   let m: m128 = m128::splat(5.0);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1082:18
[INFO] [stderr]      |
[INFO] [stderr] 1082 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128d`
[INFO] [stderr]     --> tests/sse2.rs:1090:18
[INFO] [stderr]      |
[INFO] [stderr] 1090 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128d`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:890:17
[INFO] [stderr]     |
[INFO] [stderr] 890 |   let m: m128 = m128::set0(5.0);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:900:17
[INFO] [stderr]     |
[INFO] [stderr] 900 |   let m: m128 = m128::set_reverse(array[0], array[1], array[2], array[3]);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:908:17
[INFO] [stderr]     |
[INFO] [stderr] 908 |   let a: m128 = m128::set_reverse(5.0, 6.0, 7.0, 8.0);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128`
[INFO] [stderr]    --> tests/sse.rs:909:17
[INFO] [stderr]     |
[INFO] [stderr] 909 |   let b: m128 = m128::set_reverse(15.0, 16.0, 17.0, 18.0);
[INFO] [stderr]     |                 ^^^^ use of undeclared type or module `m128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:16:17
[INFO] [stderr]    |
[INFO] [stderr] 16 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:22:10
[INFO] [stderr]    |
[INFO] [stderr] 22 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:28:10
[INFO] [stderr]    |
[INFO] [stderr] 28 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:34:10
[INFO] [stderr]    |
[INFO] [stderr] 34 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:34:17
[INFO] [stderr]    |
[INFO] [stderr] 34 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:35:10
[INFO] [stderr]    |
[INFO] [stderr] 35 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:35:17
[INFO] [stderr]    |
[INFO] [stderr] 35 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:36:23
[INFO] [stderr]    |
[INFO] [stderr] 36 |   let out: [f32; 4] = cast(a + b);
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |   let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:42:21
[INFO] [stderr]    |
[INFO] [stderr] 42 |   let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:43:10
[INFO] [stderr]    |
[INFO] [stderr] 43 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:45:23
[INFO] [stderr]    |
[INFO] [stderr] 45 |   let out: [f32; 4] = cast(a);
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 51 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:52:10
[INFO] [stderr]    |
[INFO] [stderr] 52 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:52:17
[INFO] [stderr]    |
[INFO] [stderr] 52 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |   let out: [f32; 4] = cast(a.add0(b));
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:60:10
[INFO] [stderr]    |
[INFO] [stderr] 60 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:60:17
[INFO] [stderr]    |
[INFO] [stderr] 60 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:61:17
[INFO] [stderr]    |
[INFO] [stderr] 61 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |   let out: [u32; 4] = cast(a & b);
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:69:14
[INFO] [stderr]    |
[INFO] [stderr] 69 |   let mut a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]    |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:69:21
[INFO] [stderr]    |
[INFO] [stderr] 69 |   let mut a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:70:10
[INFO] [stderr]    |
[INFO] [stderr] 70 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:70:17
[INFO] [stderr]    |
[INFO] [stderr] 70 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:72:23
[INFO] [stderr]    |
[INFO] [stderr] 72 |   let out: [u32; 4] = cast(a);
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:79:10
[INFO] [stderr]    |
[INFO] [stderr] 79 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:79:17
[INFO] [stderr]    |
[INFO] [stderr] 79 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:80:10
[INFO] [stderr]    |
[INFO] [stderr] 80 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]    |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:80:17
[INFO] [stderr]    |
[INFO] [stderr] 80 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:81:23
[INFO] [stderr]    |
[INFO] [stderr] 81 |   let out: [u32; 4] = cast(a.andnot(b));
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:92:12
[INFO] [stderr]    |
[INFO] [stderr] 92 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]    |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:92:19
[INFO] [stderr]    |
[INFO] [stderr] 92 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]    |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]   --> tests/sse.rs:93:12
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]    |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:93:19
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]    |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse.rs:94:25
[INFO] [stderr]    |
[INFO] [stderr] 94 |     let out: [u32; 4] = cast(a.cmp_eq(b));
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 110 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:110:19
[INFO] [stderr]     |
[INFO] [stderr] 110 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:111:12
[INFO] [stderr]     |
[INFO] [stderr] 111 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:111:19
[INFO] [stderr]     |
[INFO] [stderr] 111 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:112:25
[INFO] [stderr]     |
[INFO] [stderr] 112 |     let out: [u32; 4] = cast(a.cmp_eq0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:125:12
[INFO] [stderr]     |
[INFO] [stderr] 125 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:125:19
[INFO] [stderr]     |
[INFO] [stderr] 125 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:126:12
[INFO] [stderr]     |
[INFO] [stderr] 126 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:126:19
[INFO] [stderr]     |
[INFO] [stderr] 126 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:127:25
[INFO] [stderr]     |
[INFO] [stderr] 127 |     let out: [u32; 4] = cast(a.cmp_ge(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:140:12
[INFO] [stderr]     |
[INFO] [stderr] 140 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:140:19
[INFO] [stderr]     |
[INFO] [stderr] 140 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:141:12
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:141:19
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:142:25
[INFO] [stderr]     |
[INFO] [stderr] 142 |     let out: [u32; 4] = cast(a.cmp_ge0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:158:12
[INFO] [stderr]     |
[INFO] [stderr] 158 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:158:19
[INFO] [stderr]     |
[INFO] [stderr] 158 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:159:12
[INFO] [stderr]     |
[INFO] [stderr] 159 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:159:19
[INFO] [stderr]     |
[INFO] [stderr] 159 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:160:25
[INFO] [stderr]     |
[INFO] [stderr] 160 |     let out: [u32; 4] = cast(a.cmp_gt(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:176:12
[INFO] [stderr]     |
[INFO] [stderr] 176 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:176:19
[INFO] [stderr]     |
[INFO] [stderr] 176 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:177:12
[INFO] [stderr]     |
[INFO] [stderr] 177 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:177:19
[INFO] [stderr]     |
[INFO] [stderr] 177 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:178:25
[INFO] [stderr]     |
[INFO] [stderr] 178 |     let out: [u32; 4] = cast(a.cmp_gt0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:191:12
[INFO] [stderr]     |
[INFO] [stderr] 191 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:191:19
[INFO] [stderr]     |
[INFO] [stderr] 191 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:192:12
[INFO] [stderr]     |
[INFO] [stderr] 192 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:192:19
[INFO] [stderr]     |
[INFO] [stderr] 192 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:193:25
[INFO] [stderr]     |
[INFO] [stderr] 193 |     let out: [u32; 4] = cast(a.cmp_le(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:206:12
[INFO] [stderr]     |
[INFO] [stderr] 206 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:206:19
[INFO] [stderr]     |
[INFO] [stderr] 206 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:207:12
[INFO] [stderr]     |
[INFO] [stderr] 207 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:207:19
[INFO] [stderr]     |
[INFO] [stderr] 207 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:208:25
[INFO] [stderr]     |
[INFO] [stderr] 208 |     let out: [u32; 4] = cast(a.cmp_le0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:224:12
[INFO] [stderr]     |
[INFO] [stderr] 224 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:224:19
[INFO] [stderr]     |
[INFO] [stderr] 224 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:225:12
[INFO] [stderr]     |
[INFO] [stderr] 225 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:225:19
[INFO] [stderr]     |
[INFO] [stderr] 225 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:226:25
[INFO] [stderr]     |
[INFO] [stderr] 226 |     let out: [u32; 4] = cast(a.cmp_lt(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:242:12
[INFO] [stderr]     |
[INFO] [stderr] 242 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:242:19
[INFO] [stderr]     |
[INFO] [stderr] 242 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:243:12
[INFO] [stderr]     |
[INFO] [stderr] 243 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:243:19
[INFO] [stderr]     |
[INFO] [stderr] 243 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:244:25
[INFO] [stderr]     |
[INFO] [stderr] 244 |     let out: [u32; 4] = cast(a.cmp_lt0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:257:12
[INFO] [stderr]     |
[INFO] [stderr] 257 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:257:19
[INFO] [stderr]     |
[INFO] [stderr] 257 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:258:12
[INFO] [stderr]     |
[INFO] [stderr] 258 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:258:19
[INFO] [stderr]     |
[INFO] [stderr] 258 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:259:25
[INFO] [stderr]     |
[INFO] [stderr] 259 |     let out: [u32; 4] = cast(a.cmp_ne(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:272:12
[INFO] [stderr]     |
[INFO] [stderr] 272 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:272:19
[INFO] [stderr]     |
[INFO] [stderr] 272 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:273:12
[INFO] [stderr]     |
[INFO] [stderr] 273 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:273:19
[INFO] [stderr]     |
[INFO] [stderr] 273 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:274:25
[INFO] [stderr]     |
[INFO] [stderr] 274 |     let out: [u32; 4] = cast(a.cmp_ne0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:290:12
[INFO] [stderr]     |
[INFO] [stderr] 290 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:290:19
[INFO] [stderr]     |
[INFO] [stderr] 290 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:291:12
[INFO] [stderr]     |
[INFO] [stderr] 291 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:291:19
[INFO] [stderr]     |
[INFO] [stderr] 291 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:292:25
[INFO] [stderr]     |
[INFO] [stderr] 292 |     let out: [u32; 4] = cast(a.cmp_nge(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:308:12
[INFO] [stderr]     |
[INFO] [stderr] 308 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:308:19
[INFO] [stderr]     |
[INFO] [stderr] 308 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:309:12
[INFO] [stderr]     |
[INFO] [stderr] 309 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:309:19
[INFO] [stderr]     |
[INFO] [stderr] 309 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:310:25
[INFO] [stderr]     |
[INFO] [stderr] 310 |     let out: [u32; 4] = cast(a.cmp_nge0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:323:12
[INFO] [stderr]     |
[INFO] [stderr] 323 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:323:19
[INFO] [stderr]     |
[INFO] [stderr] 323 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:324:12
[INFO] [stderr]     |
[INFO] [stderr] 324 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:324:19
[INFO] [stderr]     |
[INFO] [stderr] 324 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:325:25
[INFO] [stderr]     |
[INFO] [stderr] 325 |     let out: [u32; 4] = cast(a.cmp_ngt(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:338:12
[INFO] [stderr]     |
[INFO] [stderr] 338 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:338:19
[INFO] [stderr]     |
[INFO] [stderr] 338 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:339:12
[INFO] [stderr]     |
[INFO] [stderr] 339 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:339:19
[INFO] [stderr]     |
[INFO] [stderr] 339 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:340:25
[INFO] [stderr]     |
[INFO] [stderr] 340 |     let out: [u32; 4] = cast(a.cmp_ngt0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:356:12
[INFO] [stderr]     |
[INFO] [stderr] 356 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:356:19
[INFO] [stderr]     |
[INFO] [stderr] 356 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:357:12
[INFO] [stderr]     |
[INFO] [stderr] 357 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:357:19
[INFO] [stderr]     |
[INFO] [stderr] 357 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:358:25
[INFO] [stderr]     |
[INFO] [stderr] 358 |     let out: [u32; 4] = cast(a.cmp_nle(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:374:12
[INFO] [stderr]     |
[INFO] [stderr] 374 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:374:19
[INFO] [stderr]     |
[INFO] [stderr] 374 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:375:12
[INFO] [stderr]     |
[INFO] [stderr] 375 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:375:19
[INFO] [stderr]     |
[INFO] [stderr] 375 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:376:25
[INFO] [stderr]     |
[INFO] [stderr] 376 |     let out: [u32; 4] = cast(a.cmp_nle0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:389:12
[INFO] [stderr]     |
[INFO] [stderr] 389 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:389:19
[INFO] [stderr]     |
[INFO] [stderr] 389 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:390:12
[INFO] [stderr]     |
[INFO] [stderr] 390 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:390:19
[INFO] [stderr]     |
[INFO] [stderr] 390 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:391:25
[INFO] [stderr]     |
[INFO] [stderr] 391 |     let out: [u32; 4] = cast(a.cmp_nlt(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:404:12
[INFO] [stderr]     |
[INFO] [stderr] 404 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:404:19
[INFO] [stderr]     |
[INFO] [stderr] 404 |     let a: m128 = cast([f, f, f, f]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:405:12
[INFO] [stderr]     |
[INFO] [stderr] 405 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:405:19
[INFO] [stderr]     |
[INFO] [stderr] 405 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:406:25
[INFO] [stderr]     |
[INFO] [stderr] 406 |     let out: [u32; 4] = cast(a.cmp_nlt0(b));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:418:10
[INFO] [stderr]     |
[INFO] [stderr] 418 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:418:17
[INFO] [stderr]     |
[INFO] [stderr] 418 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:419:10
[INFO] [stderr]     |
[INFO] [stderr] 419 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:419:17
[INFO] [stderr]     |
[INFO] [stderr] 419 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:420:23
[INFO] [stderr]     |
[INFO] [stderr] 420 |   let out: [u32; 4] = cast(a.cmp_ordinary(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:427:10
[INFO] [stderr]     |
[INFO] [stderr] 427 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:427:17
[INFO] [stderr]     |
[INFO] [stderr] 427 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:428:10
[INFO] [stderr]     |
[INFO] [stderr] 428 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:428:17
[INFO] [stderr]     |
[INFO] [stderr] 428 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:429:23
[INFO] [stderr]     |
[INFO] [stderr] 429 |   let out: [u32; 4] = cast(a.cmp_ordinary0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:436:10
[INFO] [stderr]     |
[INFO] [stderr] 436 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:436:17
[INFO] [stderr]     |
[INFO] [stderr] 436 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:437:10
[INFO] [stderr]     |
[INFO] [stderr] 437 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:437:17
[INFO] [stderr]     |
[INFO] [stderr] 437 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:438:23
[INFO] [stderr]     |
[INFO] [stderr] 438 |   let out: [u32; 4] = cast(a.cmp_nan(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:445:10
[INFO] [stderr]     |
[INFO] [stderr] 445 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:445:17
[INFO] [stderr]     |
[INFO] [stderr] 445 |   let a: m128 = cast([1.0, f32::from_bits(max), 1.0, f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:446:10
[INFO] [stderr]     |
[INFO] [stderr] 446 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:446:17
[INFO] [stderr]     |
[INFO] [stderr] 446 |   let b: m128 = cast([1.0, 1.0, f32::from_bits(max), f32::from_bits(max)]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:447:23
[INFO] [stderr]     |
[INFO] [stderr] 447 |   let out: [u32; 4] = cast(a.cmp_nan0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:454:12
[INFO] [stderr]     |
[INFO] [stderr] 454 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:454:19
[INFO] [stderr]     |
[INFO] [stderr] 454 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:455:12
[INFO] [stderr]     |
[INFO] [stderr] 455 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:455:19
[INFO] [stderr]     |
[INFO] [stderr] 455 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:463:12
[INFO] [stderr]     |
[INFO] [stderr] 463 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:463:19
[INFO] [stderr]     |
[INFO] [stderr] 463 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:464:12
[INFO] [stderr]     |
[INFO] [stderr] 464 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:464:19
[INFO] [stderr]     |
[INFO] [stderr] 464 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:472:12
[INFO] [stderr]     |
[INFO] [stderr] 472 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:472:19
[INFO] [stderr]     |
[INFO] [stderr] 472 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:473:12
[INFO] [stderr]     |
[INFO] [stderr] 473 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:473:19
[INFO] [stderr]     |
[INFO] [stderr] 473 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:481:12
[INFO] [stderr]     |
[INFO] [stderr] 481 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:481:19
[INFO] [stderr]     |
[INFO] [stderr] 481 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:482:12
[INFO] [stderr]     |
[INFO] [stderr] 482 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:482:19
[INFO] [stderr]     |
[INFO] [stderr] 482 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:490:12
[INFO] [stderr]     |
[INFO] [stderr] 490 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:490:19
[INFO] [stderr]     |
[INFO] [stderr] 490 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:491:12
[INFO] [stderr]     |
[INFO] [stderr] 491 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:491:19
[INFO] [stderr]     |
[INFO] [stderr] 491 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:499:12
[INFO] [stderr]     |
[INFO] [stderr] 499 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:499:19
[INFO] [stderr]     |
[INFO] [stderr] 499 |     let a: m128 = cast([f, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:500:12
[INFO] [stderr]     |
[INFO] [stderr] 500 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:500:19
[INFO] [stderr]     |
[INFO] [stderr] 500 |     let b: m128 = cast([5.0_f32, 5.0, 5.0, 5.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:507:10
[INFO] [stderr]     |
[INFO] [stderr] 507 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:507:17
[INFO] [stderr]     |
[INFO] [stderr] 507 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:509:25
[INFO] [stderr]     |
[INFO] [stderr] 509 |     let out: [u32; 4] = cast(a.round_replace0_i32(i));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:518:10
[INFO] [stderr]     |
[INFO] [stderr] 518 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:518:17
[INFO] [stderr]     |
[INFO] [stderr] 518 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:520:10
[INFO] [stderr]     |
[INFO] [stderr] 520 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:520:17
[INFO] [stderr]     |
[INFO] [stderr] 520 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:522:10
[INFO] [stderr]     |
[INFO] [stderr] 522 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:522:17
[INFO] [stderr]     |
[INFO] [stderr] 522 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:524:10
[INFO] [stderr]     |
[INFO] [stderr] 524 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:524:17
[INFO] [stderr]     |
[INFO] [stderr] 524 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:526:10
[INFO] [stderr]     |
[INFO] [stderr] 526 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:526:17
[INFO] [stderr]     |
[INFO] [stderr] 526 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:528:10
[INFO] [stderr]     |
[INFO] [stderr] 528 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:528:17
[INFO] [stderr]     |
[INFO] [stderr] 528 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:530:10
[INFO] [stderr]     |
[INFO] [stderr] 530 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:530:17
[INFO] [stderr]     |
[INFO] [stderr] 530 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:537:10
[INFO] [stderr]     |
[INFO] [stderr] 537 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:537:17
[INFO] [stderr]     |
[INFO] [stderr] 537 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:539:25
[INFO] [stderr]     |
[INFO] [stderr] 539 |     let out: [u32; 4] = cast(a.round_replace0_i64(i));
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:546:10
[INFO] [stderr]     |
[INFO] [stderr] 546 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:546:17
[INFO] [stderr]     |
[INFO] [stderr] 546 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 1.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:556:10
[INFO] [stderr]     |
[INFO] [stderr] 556 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:556:17
[INFO] [stderr]     |
[INFO] [stderr] 556 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:558:10
[INFO] [stderr]     |
[INFO] [stderr] 558 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:558:17
[INFO] [stderr]     |
[INFO] [stderr] 558 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:560:10
[INFO] [stderr]     |
[INFO] [stderr] 560 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:560:17
[INFO] [stderr]     |
[INFO] [stderr] 560 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:562:10
[INFO] [stderr]     |
[INFO] [stderr] 562 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:562:17
[INFO] [stderr]     |
[INFO] [stderr] 562 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:564:10
[INFO] [stderr]     |
[INFO] [stderr] 564 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:564:17
[INFO] [stderr]     |
[INFO] [stderr] 564 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:566:10
[INFO] [stderr]     |
[INFO] [stderr] 566 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:566:17
[INFO] [stderr]     |
[INFO] [stderr] 566 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:568:10
[INFO] [stderr]     |
[INFO] [stderr] 568 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:568:17
[INFO] [stderr]     |
[INFO] [stderr] 568 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:574:10
[INFO] [stderr]     |
[INFO] [stderr] 574 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:574:17
[INFO] [stderr]     |
[INFO] [stderr] 574 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:576:10
[INFO] [stderr]     |
[INFO] [stderr] 576 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:576:17
[INFO] [stderr]     |
[INFO] [stderr] 576 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:578:10
[INFO] [stderr]     |
[INFO] [stderr] 578 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:578:17
[INFO] [stderr]     |
[INFO] [stderr] 578 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:580:10
[INFO] [stderr]     |
[INFO] [stderr] 580 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:580:17
[INFO] [stderr]     |
[INFO] [stderr] 580 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:582:10
[INFO] [stderr]     |
[INFO] [stderr] 582 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:582:17
[INFO] [stderr]     |
[INFO] [stderr] 582 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:584:10
[INFO] [stderr]     |
[INFO] [stderr] 584 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:584:17
[INFO] [stderr]     |
[INFO] [stderr] 584 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:586:10
[INFO] [stderr]     |
[INFO] [stderr] 586 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:586:17
[INFO] [stderr]     |
[INFO] [stderr] 586 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:593:10
[INFO] [stderr]     |
[INFO] [stderr] 593 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:593:17
[INFO] [stderr]     |
[INFO] [stderr] 593 |   let a: m128 = cast([5.0_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:595:10
[INFO] [stderr]     |
[INFO] [stderr] 595 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:595:17
[INFO] [stderr]     |
[INFO] [stderr] 595 |   let a: m128 = cast([5.3_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:597:10
[INFO] [stderr]     |
[INFO] [stderr] 597 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:597:17
[INFO] [stderr]     |
[INFO] [stderr] 597 |   let a: m128 = cast([5.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:599:10
[INFO] [stderr]     |
[INFO] [stderr] 599 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:599:17
[INFO] [stderr]     |
[INFO] [stderr] 599 |   let a: m128 = cast([5.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:601:10
[INFO] [stderr]     |
[INFO] [stderr] 601 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:601:17
[INFO] [stderr]     |
[INFO] [stderr] 601 |   let a: m128 = cast([-1.2_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:603:10
[INFO] [stderr]     |
[INFO] [stderr] 603 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:603:17
[INFO] [stderr]     |
[INFO] [stderr] 603 |   let a: m128 = cast([-1.5_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:605:10
[INFO] [stderr]     |
[INFO] [stderr] 605 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:605:17
[INFO] [stderr]     |
[INFO] [stderr] 605 |   let a: m128 = cast([-1.7_f32, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:611:10
[INFO] [stderr]     |
[INFO] [stderr] 611 |   let a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:611:17
[INFO] [stderr]     |
[INFO] [stderr] 611 |   let a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:612:10
[INFO] [stderr]     |
[INFO] [stderr] 612 |   let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:612:17
[INFO] [stderr]     |
[INFO] [stderr] 612 |   let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:613:23
[INFO] [stderr]     |
[INFO] [stderr] 613 |   let out: [f32; 4] = cast(a / b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:619:14
[INFO] [stderr]     |
[INFO] [stderr] 619 |   let mut a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]);
[INFO] [stderr]     |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:619:21
[INFO] [stderr]     |
[INFO] [stderr] 619 |   let mut a: m128 = cast([8.0_f32, 12.0, 15.0, 9.0]);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:620:10
[INFO] [stderr]     |
[INFO] [stderr] 620 |   let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:620:17
[INFO] [stderr]     |
[INFO] [stderr] 620 |   let b: m128 = cast([-2.0_f32, 3.0, 2.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:622:23
[INFO] [stderr]     |
[INFO] [stderr] 622 |   let out: [f32; 4] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:628:10
[INFO] [stderr]     |
[INFO] [stderr] 628 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:628:17
[INFO] [stderr]     |
[INFO] [stderr] 628 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:629:10
[INFO] [stderr]     |
[INFO] [stderr] 629 |   let b: m128 = cast([2.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:629:17
[INFO] [stderr]     |
[INFO] [stderr] 629 |   let b: m128 = cast([2.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:630:23
[INFO] [stderr]     |
[INFO] [stderr] 630 |   let out: [f32; 4] = cast(a.div0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:636:23
[INFO] [stderr]     |
[INFO] [stderr] 636 |   let aligned_array = Align16([5.0_f32, 6.0, 7.0, 8.0]);
[INFO] [stderr]     |                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:637:15
[INFO] [stderr]     |
[INFO] [stderr] 637 |   let m_load: m128 = m128::load(&aligned_array);
[INFO] [stderr]     |               ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:638:30
[INFO] [stderr]     |
[INFO] [stderr] 638 |   let u32x4_load: [u32; 4] = cast(m_load);
[INFO] [stderr]     |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:639:20
[INFO] [stderr]     |
[INFO] [stderr] 639 |   let m_transmute: m128 = cast(aligned_array);
[INFO] [stderr]     |                    ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:639:27
[INFO] [stderr]     |
[INFO] [stderr] 639 |   let m_transmute: m128 = cast(aligned_array);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:640:35
[INFO] [stderr]     |
[INFO] [stderr] 640 |   let u32x4_transmute: [u32; 4] = cast(m_transmute);
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:646:44
[INFO] [stderr]     |
[INFO] [stderr] 646 |   let lane0 = unsafe { *(&m_load as *const m128 as *const f32) };
[INFO] [stderr]     |                                            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:654:10
[INFO] [stderr]     |
[INFO] [stderr] 654 |   let m: m128 = m128::load_splat(&float);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:655:26
[INFO] [stderr]     |
[INFO] [stderr] 655 |   let m_bits: [u32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:656:33
[INFO] [stderr]     |
[INFO] [stderr] 656 |   let float_bits_x4: [u32; 4] = cast([float, float, float, float]);
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:659:16
[INFO] [stderr]     |
[INFO] [stderr] 659 |   let floats = Align16([5.0_f32, 6.0, 7.0, 8.0]);
[INFO] [stderr]     |                ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:660:10
[INFO] [stderr]     |
[INFO] [stderr] 660 |   let m: m128 = m128::load_splat(&floats.0[1]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:661:26
[INFO] [stderr]     |
[INFO] [stderr] 661 |   let m_bits: [u32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:662:33
[INFO] [stderr]     |
[INFO] [stderr] 662 |   let float_bits_x4: [u32; 4] = cast([floats.0[1], floats.0[1], floats.0[1], floats.0[1]]);
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:669:10
[INFO] [stderr]     |
[INFO] [stderr] 669 |   let m: m128 = m128::load0(&float);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:670:26
[INFO] [stderr]     |
[INFO] [stderr] 670 |   let m_bits: [u32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:671:33
[INFO] [stderr]     |
[INFO] [stderr] 671 |   let float_bits_x4: [u32; 4] = cast([float, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:677:23
[INFO] [stderr]     |
[INFO] [stderr] 677 |   let aligned_array = Align16([5.0_f32, 6.0, 7.0, 8.0]);
[INFO] [stderr]     |                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:678:23
[INFO] [stderr]     |
[INFO] [stderr] 678 |   let m_load_reverse: m128 = m128::load_reverse(&aligned_array);
[INFO] [stderr]     |                       ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:679:38
[INFO] [stderr]     |
[INFO] [stderr] 679 |   let u32x4_load_reverse: [u32; 4] = cast(m_load_reverse);
[INFO] [stderr]     |                                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:680:20
[INFO] [stderr]     |
[INFO] [stderr] 680 |   let m_transmute: m128 = cast(aligned_array);
[INFO] [stderr]     |                    ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:680:27
[INFO] [stderr]     |
[INFO] [stderr] 680 |   let m_transmute: m128 = cast(aligned_array);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:681:35
[INFO] [stderr]     |
[INFO] [stderr] 681 |   let u32x4_transmute: [u32; 4] = cast(m_transmute);
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:687:52
[INFO] [stderr]     |
[INFO] [stderr] 687 |   let lane0 = unsafe { *(&m_load_reverse as *const m128 as *const f32) };
[INFO] [stderr]     |                                                    ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:695:25
[INFO] [stderr]     |
[INFO] [stderr] 695 |   let m_load_unaligned: m128 = m128::load_unaligned(&array);
[INFO] [stderr]     |                         ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:696:30
[INFO] [stderr]     |
[INFO] [stderr] 696 |   let u32x4_load: [u32; 4] = cast(m_load_unaligned);
[INFO] [stderr]     |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:697:20
[INFO] [stderr]     |
[INFO] [stderr] 697 |   let m_transmute: m128 = cast(array);
[INFO] [stderr]     |                    ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:697:27
[INFO] [stderr]     |
[INFO] [stderr] 697 |   let m_transmute: m128 = cast(array);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:698:35
[INFO] [stderr]     |
[INFO] [stderr] 698 |   let u32x4_transmute: [u32; 4] = cast(m_transmute);
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:704:54
[INFO] [stderr]     |
[INFO] [stderr] 704 |   let lane0 = unsafe { *(&m_load_unaligned as *const m128 as *const f32) };
[INFO] [stderr]     |                                                      ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:711:10
[INFO] [stderr]     |
[INFO] [stderr] 711 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:711:17
[INFO] [stderr]     |
[INFO] [stderr] 711 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:712:10
[INFO] [stderr]     |
[INFO] [stderr] 712 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:712:17
[INFO] [stderr]     |
[INFO] [stderr] 712 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:713:23
[INFO] [stderr]     |
[INFO] [stderr] 713 |   let out: [f32; 4] = cast(a.max(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:719:10
[INFO] [stderr]     |
[INFO] [stderr] 719 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:719:17
[INFO] [stderr]     |
[INFO] [stderr] 719 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:720:10
[INFO] [stderr]     |
[INFO] [stderr] 720 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:720:17
[INFO] [stderr]     |
[INFO] [stderr] 720 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:721:23
[INFO] [stderr]     |
[INFO] [stderr] 721 |   let out: [f32; 4] = cast(a.max0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:727:10
[INFO] [stderr]     |
[INFO] [stderr] 727 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:727:17
[INFO] [stderr]     |
[INFO] [stderr] 727 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:728:10
[INFO] [stderr]     |
[INFO] [stderr] 728 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:728:17
[INFO] [stderr]     |
[INFO] [stderr] 728 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:729:23
[INFO] [stderr]     |
[INFO] [stderr] 729 |   let out: [f32; 4] = cast(a.min(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:735:10
[INFO] [stderr]     |
[INFO] [stderr] 735 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:735:17
[INFO] [stderr]     |
[INFO] [stderr] 735 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:736:10
[INFO] [stderr]     |
[INFO] [stderr] 736 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:736:17
[INFO] [stderr]     |
[INFO] [stderr] 736 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:737:23
[INFO] [stderr]     |
[INFO] [stderr] 737 |   let out: [f32; 4] = cast(a.min0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:743:10
[INFO] [stderr]     |
[INFO] [stderr] 743 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:743:17
[INFO] [stderr]     |
[INFO] [stderr] 743 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:744:10
[INFO] [stderr]     |
[INFO] [stderr] 744 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:744:17
[INFO] [stderr]     |
[INFO] [stderr] 744 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:745:23
[INFO] [stderr]     |
[INFO] [stderr] 745 |   let out: [f32; 4] = cast(a.copy0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:751:10
[INFO] [stderr]     |
[INFO] [stderr] 751 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:751:17
[INFO] [stderr]     |
[INFO] [stderr] 751 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:752:10
[INFO] [stderr]     |
[INFO] [stderr] 752 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:752:17
[INFO] [stderr]     |
[INFO] [stderr] 752 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:753:23
[INFO] [stderr]     |
[INFO] [stderr] 753 |   let out: [f32; 4] = cast(a.copy_high_low(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:759:10
[INFO] [stderr]     |
[INFO] [stderr] 759 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:759:17
[INFO] [stderr]     |
[INFO] [stderr] 759 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:760:10
[INFO] [stderr]     |
[INFO] [stderr] 760 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:760:17
[INFO] [stderr]     |
[INFO] [stderr] 760 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:761:23
[INFO] [stderr]     |
[INFO] [stderr] 761 |   let out: [f32; 4] = cast(a.copy_low_high(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:775:12
[INFO] [stderr]     |
[INFO] [stderr] 775 |     let m: m128 = cast(arr);
[INFO] [stderr]     |            ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:775:19
[INFO] [stderr]     |
[INFO] [stderr] 775 |     let m: m128 = cast(arr);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:783:10
[INFO] [stderr]     |
[INFO] [stderr] 783 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:783:17
[INFO] [stderr]     |
[INFO] [stderr] 783 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:784:10
[INFO] [stderr]     |
[INFO] [stderr] 784 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:784:17
[INFO] [stderr]     |
[INFO] [stderr] 784 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:785:23
[INFO] [stderr]     |
[INFO] [stderr] 785 |   let out: [f32; 4] = cast(a * b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:791:14
[INFO] [stderr]     |
[INFO] [stderr] 791 |   let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:791:21
[INFO] [stderr]     |
[INFO] [stderr] 791 |   let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:792:10
[INFO] [stderr]     |
[INFO] [stderr] 792 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:792:17
[INFO] [stderr]     |
[INFO] [stderr] 792 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:794:23
[INFO] [stderr]     |
[INFO] [stderr] 794 |   let out: [f32; 4] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:801:10
[INFO] [stderr]     |
[INFO] [stderr] 801 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:801:17
[INFO] [stderr]     |
[INFO] [stderr] 801 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:802:10
[INFO] [stderr]     |
[INFO] [stderr] 802 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:802:17
[INFO] [stderr]     |
[INFO] [stderr] 802 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:803:23
[INFO] [stderr]     |
[INFO] [stderr] 803 |   let out: [u32; 4] = cast(a | b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:810:14
[INFO] [stderr]     |
[INFO] [stderr] 810 |   let mut a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]     |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:810:21
[INFO] [stderr]     |
[INFO] [stderr] 810 |   let mut a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:811:10
[INFO] [stderr]     |
[INFO] [stderr] 811 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:811:17
[INFO] [stderr]     |
[INFO] [stderr] 811 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:813:23
[INFO] [stderr]     |
[INFO] [stderr] 813 |   let out: [u32; 4] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `prefetch0` in this scope
[INFO] [stderr]    --> tests/sse.rs:822:3
[INFO] [stderr]     |
[INFO] [stderr] 822 |   prefetch0(&0);
[INFO] [stderr]     |   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `prefetch1` in this scope
[INFO] [stderr]    --> tests/sse.rs:823:3
[INFO] [stderr]     |
[INFO] [stderr] 823 |   prefetch1(&1);
[INFO] [stderr]     |   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `prefetch2` in this scope
[INFO] [stderr]    --> tests/sse.rs:824:3
[INFO] [stderr]     |
[INFO] [stderr] 824 |   prefetch2(&2);
[INFO] [stderr]     |   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `prefetch_nta` in this scope
[INFO] [stderr]    --> tests/sse.rs:825:3
[INFO] [stderr]     |
[INFO] [stderr] 825 |   prefetch_nta(&['n', 't', 'a']);
[INFO] [stderr]     |   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:830:10
[INFO] [stderr]     |
[INFO] [stderr] 830 |   let a: m128 = cast([2.0_f32, 3.0, 5.0, -12.3]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:830:17
[INFO] [stderr]     |
[INFO] [stderr] 830 |   let a: m128 = cast([2.0_f32, 3.0, 5.0, -12.3]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:831:23
[INFO] [stderr]     |
[INFO] [stderr] 831 |   let out: [f32; 4] = cast(a.reciprocal());
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:841:10
[INFO] [stderr]     |
[INFO] [stderr] 841 |   let a: m128 = cast([2.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:841:17
[INFO] [stderr]     |
[INFO] [stderr] 841 |   let a: m128 = cast([2.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:842:23
[INFO] [stderr]     |
[INFO] [stderr] 842 |   let out: [f32; 4] = cast(a.reciprocal0());
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:851:10
[INFO] [stderr]     |
[INFO] [stderr] 851 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:851:17
[INFO] [stderr]     |
[INFO] [stderr] 851 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:852:23
[INFO] [stderr]     |
[INFO] [stderr] 852 |   let out: [f32; 4] = cast(a.reciprocal_sqrt());
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:862:10
[INFO] [stderr]     |
[INFO] [stderr] 862 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:862:17
[INFO] [stderr]     |
[INFO] [stderr] 862 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:863:23
[INFO] [stderr]     |
[INFO] [stderr] 863 |   let out: [f32; 4] = cast(a.reciprocal_sqrt0());
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:874:10
[INFO] [stderr]     |
[INFO] [stderr] 874 |   let m: m128 = m128::set(array[3], array[2], array[1], array[0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:875:26
[INFO] [stderr]     |
[INFO] [stderr] 875 |   let m_cast: [f32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:877:38
[INFO] [stderr]     |
[INFO] [stderr] 877 |   assert_eq!(unsafe { *(&m as *const m128 as *const f32) }, 5.0_f32);
[INFO] [stderr]     |                                      ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:882:10
[INFO] [stderr]     |
[INFO] [stderr] 882 |   let m: m128 = m128::splat(5.0);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:883:26
[INFO] [stderr]     |
[INFO] [stderr] 883 |   let m_cast: [f32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:890:10
[INFO] [stderr]     |
[INFO] [stderr] 890 |   let m: m128 = m128::set0(5.0);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:891:26
[INFO] [stderr]     |
[INFO] [stderr] 891 |   let m_cast: [f32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:893:38
[INFO] [stderr]     |
[INFO] [stderr] 893 |   assert_eq!(unsafe { *(&m as *const m128 as *const f32) }, 5.0_f32);
[INFO] [stderr]     |                                      ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:900:10
[INFO] [stderr]     |
[INFO] [stderr] 900 |   let m: m128 = m128::set_reverse(array[0], array[1], array[2], array[3]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:901:26
[INFO] [stderr]     |
[INFO] [stderr] 901 |   let m_cast: [f32; 4] = cast(m);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:903:38
[INFO] [stderr]     |
[INFO] [stderr] 903 |   assert_eq!(unsafe { *(&m as *const m128 as *const f32) }, 5.0_f32);
[INFO] [stderr]     |                                      ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:908:10
[INFO] [stderr]     |
[INFO] [stderr] 908 |   let a: m128 = m128::set_reverse(5.0, 6.0, 7.0, 8.0);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:909:10
[INFO] [stderr]     |
[INFO] [stderr] 909 |   let b: m128 = m128::set_reverse(15.0, 16.0, 17.0, 18.0);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:911:10
[INFO] [stderr]     |
[INFO] [stderr] 911 |   let c: m128 = shuffle128!(a, b, [0, 2, 1, 3]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:912:25
[INFO] [stderr]     |
[INFO] [stderr] 912 |   let c_arr: [f32; 4] = cast(c);
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:915:10
[INFO] [stderr]     |
[INFO] [stderr] 915 |   let c: m128 = shuffle128!(a, b, [1, 0, 3, 2]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:916:25
[INFO] [stderr]     |
[INFO] [stderr] 916 |   let c_arr: [f32; 4] = cast(c);
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:922:10
[INFO] [stderr]     |
[INFO] [stderr] 922 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:922:17
[INFO] [stderr]     |
[INFO] [stderr] 922 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:923:23
[INFO] [stderr]     |
[INFO] [stderr] 923 |   let out: [f32; 4] = cast(a.sqrt());
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:930:10
[INFO] [stderr]     |
[INFO] [stderr] 930 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:930:17
[INFO] [stderr]     |
[INFO] [stderr] 930 |   let a: m128 = cast([4.0_f32, 9.0, 16.0, 25.0]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:931:23
[INFO] [stderr]     |
[INFO] [stderr] 931 |   let out: [f32; 4] = cast(a.sqrt0());
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:937:26
[INFO] [stderr]     |
[INFO] [stderr] 937 |   let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:937:46
[INFO] [stderr]     |
[INFO] [stderr] 937 |   let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                                              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:938:10
[INFO] [stderr]     |
[INFO] [stderr] 938 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:938:17
[INFO] [stderr]     |
[INFO] [stderr] 938 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:938:22
[INFO] [stderr]     |
[INFO] [stderr] 938 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:945:26
[INFO] [stderr]     |
[INFO] [stderr] 945 |   let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:945:46
[INFO] [stderr]     |
[INFO] [stderr] 945 |   let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                                              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:946:10
[INFO] [stderr]     |
[INFO] [stderr] 946 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:946:17
[INFO] [stderr]     |
[INFO] [stderr] 946 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:946:22
[INFO] [stderr]     |
[INFO] [stderr] 946 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:955:10
[INFO] [stderr]     |
[INFO] [stderr] 955 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:955:17
[INFO] [stderr]     |
[INFO] [stderr] 955 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:955:22
[INFO] [stderr]     |
[INFO] [stderr] 955 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:962:26
[INFO] [stderr]     |
[INFO] [stderr] 962 |   let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:962:46
[INFO] [stderr]     |
[INFO] [stderr] 962 |   let mut aligned_array: Align16<[f32; 4]> = Align16([0.0, 0.0, 0.0, 0.0]);
[INFO] [stderr]     |                                              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:963:10
[INFO] [stderr]     |
[INFO] [stderr] 963 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:963:17
[INFO] [stderr]     |
[INFO] [stderr] 963 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:963:22
[INFO] [stderr]     |
[INFO] [stderr] 963 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:971:10
[INFO] [stderr]     |
[INFO] [stderr] 971 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:971:17
[INFO] [stderr]     |
[INFO] [stderr] 971 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse.rs:971:22
[INFO] [stderr]     |
[INFO] [stderr] 971 |   let m: m128 = cast(Align16([5.0_f32, 6.0, 7.0, 8.0]));
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:978:10
[INFO] [stderr]     |
[INFO] [stderr] 978 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:978:17
[INFO] [stderr]     |
[INFO] [stderr] 978 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:979:10
[INFO] [stderr]     |
[INFO] [stderr] 979 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:979:17
[INFO] [stderr]     |
[INFO] [stderr] 979 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:980:23
[INFO] [stderr]     |
[INFO] [stderr] 980 |   let out: [f32; 4] = cast(a - b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:986:14
[INFO] [stderr]     |
[INFO] [stderr] 986 |   let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:986:21
[INFO] [stderr]     |
[INFO] [stderr] 986 |   let mut a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:987:10
[INFO] [stderr]     |
[INFO] [stderr] 987 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:987:17
[INFO] [stderr]     |
[INFO] [stderr] 987 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:989:23
[INFO] [stderr]     |
[INFO] [stderr] 989 |   let out: [f32; 4] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:995:10
[INFO] [stderr]     |
[INFO] [stderr] 995 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:995:17
[INFO] [stderr]     |
[INFO] [stderr] 995 |   let a: m128 = cast([5.0_f32, 6.0, 7.0, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse.rs:996:10
[INFO] [stderr]     |
[INFO] [stderr] 996 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:996:17
[INFO] [stderr]     |
[INFO] [stderr] 996 |   let b: m128 = cast([-8.0_f32, 4.0, 1.0, 0.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse.rs:997:23
[INFO] [stderr]     |
[INFO] [stderr] 997 |   let out: [f32; 4] = cast(a.sub0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1003:10
[INFO] [stderr]      |
[INFO] [stderr] 1003 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1003:17
[INFO] [stderr]      |
[INFO] [stderr] 1003 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1004:10
[INFO] [stderr]      |
[INFO] [stderr] 1004 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1004:17
[INFO] [stderr]      |
[INFO] [stderr] 1004 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1005:23
[INFO] [stderr]      |
[INFO] [stderr] 1005 |   let out: [f32; 4] = cast(a.unpack_high(b));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1011:10
[INFO] [stderr]      |
[INFO] [stderr] 1011 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1011:17
[INFO] [stderr]      |
[INFO] [stderr] 1011 |   let a: m128 = cast([5.0_f32, 6.0, 13.0, 8.5]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1012:10
[INFO] [stderr]      |
[INFO] [stderr] 1012 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1012:17
[INFO] [stderr]      |
[INFO] [stderr] 1012 |   let b: m128 = cast([-8.0_f32, 4.0, 12.0, 0.5]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1013:23
[INFO] [stderr]      |
[INFO] [stderr] 1013 |   let out: [f32; 4] = cast(a.unpack_low(b));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1020:10
[INFO] [stderr]      |
[INFO] [stderr] 1020 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1020:17
[INFO] [stderr]      |
[INFO] [stderr] 1020 |   let a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1021:10
[INFO] [stderr]      |
[INFO] [stderr] 1021 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1021:17
[INFO] [stderr]      |
[INFO] [stderr] 1021 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1022:23
[INFO] [stderr]      |
[INFO] [stderr] 1022 |   let out: [u32; 4] = cast(a ^ b);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1029:14
[INFO] [stderr]      |
[INFO] [stderr] 1029 |   let mut a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]      |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1029:21
[INFO] [stderr]      |
[INFO] [stderr] 1029 |   let mut a: m128 = cast([0, max, max, 0]);
[INFO] [stderr]      |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1030:10
[INFO] [stderr]      |
[INFO] [stderr] 1030 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1030:17
[INFO] [stderr]      |
[INFO] [stderr] 1030 |   let b: m128 = cast([max, 0, max, 0]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1032:23
[INFO] [stderr]      |
[INFO] [stderr] 1032 |   let out: [u32; 4] = cast(a);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1038:10
[INFO] [stderr]      |
[INFO] [stderr] 1038 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.0]);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1038:17
[INFO] [stderr]      |
[INFO] [stderr] 1038 |   let m: m128 = cast([5.0_f32, 6.0, 7.0, 8.0]);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1039:21
[INFO] [stderr]      |
[INFO] [stderr] 1039 |   let a: [f32; 4] = cast(m);
[INFO] [stderr]      |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1040:14
[INFO] [stderr]      |
[INFO] [stderr] 1040 |   let neg_m: m128 = -m;
[INFO] [stderr]      |              ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1041:25
[INFO] [stderr]      |
[INFO] [stderr] 1041 |   let neg_a: [f32; 4] = cast(neg_m);
[INFO] [stderr]      |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1043:18
[INFO] [stderr]      |
[INFO] [stderr] 1043 |   let neg_neg_m: m128 = -neg_m;
[INFO] [stderr]      |                  ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1044:29
[INFO] [stderr]      |
[INFO] [stderr] 1044 |   let neg_neg_a: [f32; 4] = cast(neg_neg_m);
[INFO] [stderr]      |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1050:10
[INFO] [stderr]      |
[INFO] [stderr] 1050 |   let m: m128 = cast(core::u128::MAX);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1050:17
[INFO] [stderr]      |
[INFO] [stderr] 1050 |   let m: m128 = cast(core::u128::MAX);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1051:35
[INFO] [stderr]      |
[INFO] [stderr] 1051 |   let not_m_as_floats: [f32; 4] = cast(!m);
[INFO] [stderr]      |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse.rs:1053:10
[INFO] [stderr]      |
[INFO] [stderr] 1053 |   let m: m128 = cast(0_u128);
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1053:17
[INFO] [stderr]      |
[INFO] [stderr] 1053 |   let m: m128 = cast(0_u128);
[INFO] [stderr]      |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse.rs:1054:29
[INFO] [stderr]      |
[INFO] [stderr] 1054 |   let not_m_as_u128: u128 = cast(!m);
[INFO] [stderr]      |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1438:18
[INFO] [stderr]      |
[INFO] [stderr] 1438 |   let i: m128i = m128i::set0_i32(-1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1446:18
[INFO] [stderr]      |
[INFO] [stderr] 1446 |   let i: m128i = m128i::set0_i64(-1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1453:18
[INFO] [stderr]      |
[INFO] [stderr] 1453 |   let i: m128i = m128i::load(&Align16(12345));
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 473 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[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] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1596:18
[INFO] [stderr]      |
[INFO] [stderr] 1596 |   let i: m128i = m128i::set_i8(0, 1, -100, 127, 0, 100, 7, 2, 3, 1, -1, -5, 103, 10, 15, 16);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1607:5
[INFO] [stderr]      |
[INFO] [stderr] 1607 |     m128i::set_reverse_i8(0, 1, -100, 127, 0, 100, 7, 2, 3, 1, -1, -5, 103, 10, 15, 16);
[INFO] [stderr]      |     ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1617:18
[INFO] [stderr]      |
[INFO] [stderr] 1617 |   let i: m128i = m128i::set_i16(0, 1, -100, 127, 0, 100, 7, 2);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1624:18
[INFO] [stderr]      |
[INFO] [stderr] 1624 |   let i: m128i = m128i::set_reverse_i16(0, 1, -100, 127, 0, 100, 7, 2);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1631:18
[INFO] [stderr]      |
[INFO] [stderr] 1631 |   let i: m128i = m128i::set_i32(0, 1, -100, 127);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1638:18
[INFO] [stderr]      |
[INFO] [stderr] 1638 |   let i: m128i = m128i::set_reverse_i32(0, 1, -100, 127);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1645:18
[INFO] [stderr]      |
[INFO] [stderr] 1645 |   let i: m128i = m128i::set_i64(0, 1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1652:18
[INFO] [stderr]      |
[INFO] [stderr] 1652 |   let i: m128i = m128i::splat_i8(1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1659:18
[INFO] [stderr]      |
[INFO] [stderr] 1659 |   let i: m128i = m128i::splat_i16(1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1666:18
[INFO] [stderr]      |
[INFO] [stderr] 1666 |   let i: m128i = m128i::splat_i32(1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `m128i`
[INFO] [stderr]     --> tests/sse2.rs:1673:18
[INFO] [stderr]      |
[INFO] [stderr] 1673 |   let i: m128i = m128i::splat_i64(1);
[INFO] [stderr]      |                  ^^^^^ use of undeclared type or module `m128i`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]   --> tests/sse2.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]    |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse2.rs:10:18
[INFO] [stderr]    |
[INFO] [stderr] 10 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]   --> tests/sse2.rs:53:10
[INFO] [stderr]    |
[INFO] [stderr] 53 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]    |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse2.rs:53:18
[INFO] [stderr]    |
[INFO] [stderr] 53 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]   --> tests/sse2.rs:93:10
[INFO] [stderr]    |
[INFO] [stderr] 93 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]    |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]   --> tests/sse2.rs:93:18
[INFO] [stderr]    |
[INFO] [stderr] 93 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]    |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:151:10
[INFO] [stderr]     |
[INFO] [stderr] 151 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:151:18
[INFO] [stderr]     |
[INFO] [stderr] 151 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:209:10
[INFO] [stderr]     |
[INFO] [stderr] 209 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:209:18
[INFO] [stderr]     |
[INFO] [stderr] 209 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:267:10
[INFO] [stderr]     |
[INFO] [stderr] 267 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:267:18
[INFO] [stderr]     |
[INFO] [stderr] 267 |   let m: m128i = cast(core::u128::MAX);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:325:10
[INFO] [stderr]     |
[INFO] [stderr] 325 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:325:18
[INFO] [stderr]     |
[INFO] [stderr] 325 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:331:10
[INFO] [stderr]     |
[INFO] [stderr] 331 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:331:18
[INFO] [stderr]     |
[INFO] [stderr] 331 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:337:10
[INFO] [stderr]     |
[INFO] [stderr] 337 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:337:18
[INFO] [stderr]     |
[INFO] [stderr] 337 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:343:10
[INFO] [stderr]     |
[INFO] [stderr] 343 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:343:18
[INFO] [stderr]     |
[INFO] [stderr] 343 |   let m: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse2.rs:349:10
[INFO] [stderr]     |
[INFO] [stderr] 349 |   let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:349:17
[INFO] [stderr]     |
[INFO] [stderr] 349 |   let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:350:11
[INFO] [stderr]     |
[INFO] [stderr] 350 |   let mi: m128i = m.round_i32x4();
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:351:26
[INFO] [stderr]     |
[INFO] [stderr] 351 |   let mi_arr: [i32; 4] = cast(mi);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse2.rs:357:10
[INFO] [stderr]     |
[INFO] [stderr] 357 |   let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:357:17
[INFO] [stderr]     |
[INFO] [stderr] 357 |   let m: m128 = cast([5.0_f32, 6.1, 7.9, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:358:11
[INFO] [stderr]     |
[INFO] [stderr] 358 |   let mi: m128i = m.truncate_i32x4();
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:359:26
[INFO] [stderr]     |
[INFO] [stderr] 359 |   let mi_arr: [i32; 4] = cast(mi);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse2.rs:365:10
[INFO] [stderr]     |
[INFO] [stderr] 365 |   let m: m128 = cast([5.0_f32, 6.5, 7.9, 8.5]);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:365:17
[INFO] [stderr]     |
[INFO] [stderr] 365 |   let m: m128 = cast([5.0_f32, 6.5, 7.9, 8.5]);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:366:11
[INFO] [stderr]     |
[INFO] [stderr] 366 |   let md: m128d = m.round_f64x2();
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:367:26
[INFO] [stderr]     |
[INFO] [stderr] 367 |   let md_arr: [f64; 2] = cast(md);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:374:10
[INFO] [stderr]     |
[INFO] [stderr] 374 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:374:18
[INFO] [stderr]     |
[INFO] [stderr] 374 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:375:10
[INFO] [stderr]     |
[INFO] [stderr] 375 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:375:18
[INFO] [stderr]     |
[INFO] [stderr] 375 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:376:23
[INFO] [stderr]     |
[INFO] [stderr] 376 |   let out: [u32; 4] = cast(a & b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:383:14
[INFO] [stderr]     |
[INFO] [stderr] 383 |   let mut a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:383:22
[INFO] [stderr]     |
[INFO] [stderr] 383 |   let mut a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:384:10
[INFO] [stderr]     |
[INFO] [stderr] 384 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:384:18
[INFO] [stderr]     |
[INFO] [stderr] 384 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:386:23
[INFO] [stderr]     |
[INFO] [stderr] 386 |   let out: [u32; 4] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse2.rs:392:10
[INFO] [stderr]     |
[INFO] [stderr] 392 |   let m: m128 = cast(12_345_678_u128);
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:392:17
[INFO] [stderr]     |
[INFO] [stderr] 392 |   let m: m128 = cast(12_345_678_u128);
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:393:11
[INFO] [stderr]     |
[INFO] [stderr] 393 |   let mi: m128i = m.cast_m128i();
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:394:23
[INFO] [stderr]     |
[INFO] [stderr] 394 |   let mi_bits: u128 = cast(mi);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:400:10
[INFO] [stderr]     |
[INFO] [stderr] 400 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:400:18
[INFO] [stderr]     |
[INFO] [stderr] 400 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:401:10
[INFO] [stderr]     |
[INFO] [stderr] 401 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:401:18
[INFO] [stderr]     |
[INFO] [stderr] 401 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:402:23
[INFO] [stderr]     |
[INFO] [stderr] 402 |   let out: [f64; 2] = cast(a + b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:408:14
[INFO] [stderr]     |
[INFO] [stderr] 408 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:408:22
[INFO] [stderr]     |
[INFO] [stderr] 408 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:409:10
[INFO] [stderr]     |
[INFO] [stderr] 409 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:409:18
[INFO] [stderr]     |
[INFO] [stderr] 409 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:411:23
[INFO] [stderr]     |
[INFO] [stderr] 411 |   let out: [f64; 2] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:417:10
[INFO] [stderr]     |
[INFO] [stderr] 417 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:417:18
[INFO] [stderr]     |
[INFO] [stderr] 417 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:418:10
[INFO] [stderr]     |
[INFO] [stderr] 418 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:418:18
[INFO] [stderr]     |
[INFO] [stderr] 418 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:419:23
[INFO] [stderr]     |
[INFO] [stderr] 419 |   let out: [f64; 2] = cast(a.add0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:425:10
[INFO] [stderr]     |
[INFO] [stderr] 425 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:425:18
[INFO] [stderr]     |
[INFO] [stderr] 425 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:426:10
[INFO] [stderr]     |
[INFO] [stderr] 426 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:426:18
[INFO] [stderr]     |
[INFO] [stderr] 426 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:427:23
[INFO] [stderr]     |
[INFO] [stderr] 427 |   let out: [u64; 2] = cast(a & b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:433:14
[INFO] [stderr]     |
[INFO] [stderr] 433 |   let mut a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:433:22
[INFO] [stderr]     |
[INFO] [stderr] 433 |   let mut a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:434:10
[INFO] [stderr]     |
[INFO] [stderr] 434 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:434:18
[INFO] [stderr]     |
[INFO] [stderr] 434 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:436:23
[INFO] [stderr]     |
[INFO] [stderr] 436 |   let out: [u64; 2] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:442:10
[INFO] [stderr]     |
[INFO] [stderr] 442 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:442:18
[INFO] [stderr]     |
[INFO] [stderr] 442 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:443:10
[INFO] [stderr]     |
[INFO] [stderr] 443 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:443:18
[INFO] [stderr]     |
[INFO] [stderr] 443 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:444:23
[INFO] [stderr]     |
[INFO] [stderr] 444 |   let out: [u64; 2] = cast(a.andnot(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:450:10
[INFO] [stderr]     |
[INFO] [stderr] 450 |   let m: m128d = cast(12_345_678_u128);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:450:18
[INFO] [stderr]     |
[INFO] [stderr] 450 |   let m: m128d = cast(12_345_678_u128);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:451:11
[INFO] [stderr]     |
[INFO] [stderr] 451 |   let mi: m128i = m.cast_m128i();
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:452:23
[INFO] [stderr]     |
[INFO] [stderr] 452 |   let mi_bits: u128 = cast(mi);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:459:10
[INFO] [stderr]     |
[INFO] [stderr] 459 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:459:18
[INFO] [stderr]     |
[INFO] [stderr] 459 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:460:10
[INFO] [stderr]     |
[INFO] [stderr] 460 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:460:18
[INFO] [stderr]     |
[INFO] [stderr] 460 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:461:14
[INFO] [stderr]     |
[INFO] [stderr] 461 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_eq(b)), [max, 0]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:461:21
[INFO] [stderr]     |
[INFO] [stderr] 457 | fn m128d_cmp_eq() {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 461 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_eq(b)), [max, 0]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:467:10
[INFO] [stderr]     |
[INFO] [stderr] 467 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:467:18
[INFO] [stderr]     |
[INFO] [stderr] 467 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:468:10
[INFO] [stderr]     |
[INFO] [stderr] 468 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:468:18
[INFO] [stderr]     |
[INFO] [stderr] 468 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:470:5
[INFO] [stderr]     |
[INFO] [stderr] 470 |     cast::<m128d, [u64; 2]>(a.cmp_eq0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:470:12
[INFO] [stderr]     |
[INFO] [stderr] 465 | fn m128d_cmp_eq0() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 470 |     cast::<m128d, [u64; 2]>(a.cmp_eq0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:478:10
[INFO] [stderr]     |
[INFO] [stderr] 478 |   let a: m128d = cast([5.0, 12.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:478:18
[INFO] [stderr]     |
[INFO] [stderr] 478 |   let a: m128d = cast([5.0, 12.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:479:10
[INFO] [stderr]     |
[INFO] [stderr] 479 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:479:18
[INFO] [stderr]     |
[INFO] [stderr] 479 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:480:14
[INFO] [stderr]     |
[INFO] [stderr] 480 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ge(b)), [max, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:480:21
[INFO] [stderr]     |
[INFO] [stderr] 476 | fn m128d_cmp_ge() {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 480 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ge(b)), [max, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:486:10
[INFO] [stderr]     |
[INFO] [stderr] 486 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:486:18
[INFO] [stderr]     |
[INFO] [stderr] 486 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:487:10
[INFO] [stderr]     |
[INFO] [stderr] 487 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:487:18
[INFO] [stderr]     |
[INFO] [stderr] 487 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:489:5
[INFO] [stderr]     |
[INFO] [stderr] 489 |     cast::<m128d, [u64; 2]>(a.cmp_ge0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:489:12
[INFO] [stderr]     |
[INFO] [stderr] 484 | fn m128d_cmp_ge0() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 489 |     cast::<m128d, [u64; 2]>(a.cmp_ge0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:497:10
[INFO] [stderr]     |
[INFO] [stderr] 497 |   let a: m128d = cast([5.0, 12.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:497:18
[INFO] [stderr]     |
[INFO] [stderr] 497 |   let a: m128d = cast([5.0, 12.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:498:10
[INFO] [stderr]     |
[INFO] [stderr] 498 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:498:18
[INFO] [stderr]     |
[INFO] [stderr] 498 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:499:14
[INFO] [stderr]     |
[INFO] [stderr] 499 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_gt(b)), [0, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:499:21
[INFO] [stderr]     |
[INFO] [stderr] 495 | fn m128d_cmp_gt() {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 499 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_gt(b)), [0, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:504:10
[INFO] [stderr]     |
[INFO] [stderr] 504 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:504:18
[INFO] [stderr]     |
[INFO] [stderr] 504 |   let a: m128d = cast([5.0, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:505:10
[INFO] [stderr]     |
[INFO] [stderr] 505 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:505:18
[INFO] [stderr]     |
[INFO] [stderr] 505 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:507:5
[INFO] [stderr]     |
[INFO] [stderr] 507 |     cast::<m128d, [u64; 2]>(a.cmp_gt0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:507:12
[INFO] [stderr]     |
[INFO] [stderr] 503 | fn m128d_cmp_gt0() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 507 |     cast::<m128d, [u64; 2]>(a.cmp_gt0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:515:10
[INFO] [stderr]     |
[INFO] [stderr] 515 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:515:18
[INFO] [stderr]     |
[INFO] [stderr] 515 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:516:10
[INFO] [stderr]     |
[INFO] [stderr] 516 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:516:18
[INFO] [stderr]     |
[INFO] [stderr] 516 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:517:14
[INFO] [stderr]     |
[INFO] [stderr] 517 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_le(b)), [max, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:517:21
[INFO] [stderr]     |
[INFO] [stderr] 513 | fn m128d_cmp_le() {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 517 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_le(b)), [max, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:523:10
[INFO] [stderr]     |
[INFO] [stderr] 523 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:523:18
[INFO] [stderr]     |
[INFO] [stderr] 523 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:524:10
[INFO] [stderr]     |
[INFO] [stderr] 524 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:524:18
[INFO] [stderr]     |
[INFO] [stderr] 524 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:526:5
[INFO] [stderr]     |
[INFO] [stderr] 526 |     cast::<m128d, [u64; 2]>(a.cmp_le0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:526:12
[INFO] [stderr]     |
[INFO] [stderr] 521 | fn m128d_cmp_le0() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 526 |     cast::<m128d, [u64; 2]>(a.cmp_le0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:534:10
[INFO] [stderr]     |
[INFO] [stderr] 534 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:534:18
[INFO] [stderr]     |
[INFO] [stderr] 534 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:535:10
[INFO] [stderr]     |
[INFO] [stderr] 535 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:535:18
[INFO] [stderr]     |
[INFO] [stderr] 535 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:536:14
[INFO] [stderr]     |
[INFO] [stderr] 536 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_lt(b)), [max, 0]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:536:21
[INFO] [stderr]     |
[INFO] [stderr] 532 | fn m128d_cmp_lt() {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 536 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_lt(b)), [max, 0]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:542:10
[INFO] [stderr]     |
[INFO] [stderr] 542 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:542:18
[INFO] [stderr]     |
[INFO] [stderr] 542 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:543:10
[INFO] [stderr]     |
[INFO] [stderr] 543 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:543:18
[INFO] [stderr]     |
[INFO] [stderr] 543 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:545:5
[INFO] [stderr]     |
[INFO] [stderr] 545 |     cast::<m128d, [u64; 2]>(a.cmp_lt0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:545:12
[INFO] [stderr]     |
[INFO] [stderr] 540 | fn m128d_cmp_lt0() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 545 |     cast::<m128d, [u64; 2]>(a.cmp_lt0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:553:10
[INFO] [stderr]     |
[INFO] [stderr] 553 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:553:18
[INFO] [stderr]     |
[INFO] [stderr] 553 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:554:10
[INFO] [stderr]     |
[INFO] [stderr] 554 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:554:18
[INFO] [stderr]     |
[INFO] [stderr] 554 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:555:14
[INFO] [stderr]     |
[INFO] [stderr] 555 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ne(b)), [max, 0]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:555:21
[INFO] [stderr]     |
[INFO] [stderr] 551 | fn m128d_cmp_ne() {
[INFO] [stderr]     |                - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 555 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ne(b)), [max, 0]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:561:10
[INFO] [stderr]     |
[INFO] [stderr] 561 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:561:18
[INFO] [stderr]     |
[INFO] [stderr] 561 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:562:10
[INFO] [stderr]     |
[INFO] [stderr] 562 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:562:18
[INFO] [stderr]     |
[INFO] [stderr] 562 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:564:5
[INFO] [stderr]     |
[INFO] [stderr] 564 |     cast::<m128d, [u64; 2]>(a.cmp_ne0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:564:12
[INFO] [stderr]     |
[INFO] [stderr] 559 | fn m128d_cmp_ne0() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 564 |     cast::<m128d, [u64; 2]>(a.cmp_ne0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:572:10
[INFO] [stderr]     |
[INFO] [stderr] 572 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:572:18
[INFO] [stderr]     |
[INFO] [stderr] 572 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:573:10
[INFO] [stderr]     |
[INFO] [stderr] 573 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:573:18
[INFO] [stderr]     |
[INFO] [stderr] 573 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:574:14
[INFO] [stderr]     |
[INFO] [stderr] 574 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nge(b)), [max, 0]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:574:21
[INFO] [stderr]     |
[INFO] [stderr] 570 | fn m128d_cmp_nge() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 574 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nge(b)), [max, 0]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:580:10
[INFO] [stderr]     |
[INFO] [stderr] 580 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:580:18
[INFO] [stderr]     |
[INFO] [stderr] 580 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:581:10
[INFO] [stderr]     |
[INFO] [stderr] 581 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:581:18
[INFO] [stderr]     |
[INFO] [stderr] 581 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:583:5
[INFO] [stderr]     |
[INFO] [stderr] 583 |     cast::<m128d, [u64; 2]>(a.cmp_nge0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:583:12
[INFO] [stderr]     |
[INFO] [stderr] 578 | fn m128d_cmp_nge0() {
[INFO] [stderr]     |                  - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 583 |     cast::<m128d, [u64; 2]>(a.cmp_nge0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:591:10
[INFO] [stderr]     |
[INFO] [stderr] 591 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:591:18
[INFO] [stderr]     |
[INFO] [stderr] 591 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:592:10
[INFO] [stderr]     |
[INFO] [stderr] 592 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:592:18
[INFO] [stderr]     |
[INFO] [stderr] 592 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:593:14
[INFO] [stderr]     |
[INFO] [stderr] 593 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ngt(b)), [max, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:593:21
[INFO] [stderr]     |
[INFO] [stderr] 589 | fn m128d_cmp_ngt() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 593 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ngt(b)), [max, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:599:10
[INFO] [stderr]     |
[INFO] [stderr] 599 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:599:18
[INFO] [stderr]     |
[INFO] [stderr] 599 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:600:10
[INFO] [stderr]     |
[INFO] [stderr] 600 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:600:18
[INFO] [stderr]     |
[INFO] [stderr] 600 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:602:5
[INFO] [stderr]     |
[INFO] [stderr] 602 |     cast::<m128d, [u64; 2]>(a.cmp_ngt0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:602:12
[INFO] [stderr]     |
[INFO] [stderr] 597 | fn m128d_cmp_ngt0() {
[INFO] [stderr]     |                  - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 602 |     cast::<m128d, [u64; 2]>(a.cmp_ngt0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:609:10
[INFO] [stderr]     |
[INFO] [stderr] 609 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:609:18
[INFO] [stderr]     |
[INFO] [stderr] 609 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:610:10
[INFO] [stderr]     |
[INFO] [stderr] 610 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:610:18
[INFO] [stderr]     |
[INFO] [stderr] 610 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:611:14
[INFO] [stderr]     |
[INFO] [stderr] 611 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nle(b)), [0, 0]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:611:21
[INFO] [stderr]     |
[INFO] [stderr] 608 | fn m128d_cmp_nle() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 611 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nle(b)), [0, 0]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:616:10
[INFO] [stderr]     |
[INFO] [stderr] 616 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:616:18
[INFO] [stderr]     |
[INFO] [stderr] 616 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:617:10
[INFO] [stderr]     |
[INFO] [stderr] 617 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:617:18
[INFO] [stderr]     |
[INFO] [stderr] 617 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:619:5
[INFO] [stderr]     |
[INFO] [stderr] 619 |     cast::<m128d, [u64; 2]>(a.cmp_nle0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:619:12
[INFO] [stderr]     |
[INFO] [stderr] 615 | fn m128d_cmp_nle0() {
[INFO] [stderr]     |                  - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 619 |     cast::<m128d, [u64; 2]>(a.cmp_nle0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:627:10
[INFO] [stderr]     |
[INFO] [stderr] 627 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:627:18
[INFO] [stderr]     |
[INFO] [stderr] 627 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:628:10
[INFO] [stderr]     |
[INFO] [stderr] 628 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:628:18
[INFO] [stderr]     |
[INFO] [stderr] 628 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:629:14
[INFO] [stderr]     |
[INFO] [stderr] 629 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nlt(b)), [0, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:629:21
[INFO] [stderr]     |
[INFO] [stderr] 625 | fn m128d_cmp_nlt() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 629 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nlt(b)), [0, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:634:10
[INFO] [stderr]     |
[INFO] [stderr] 634 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:634:18
[INFO] [stderr]     |
[INFO] [stderr] 634 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:635:10
[INFO] [stderr]     |
[INFO] [stderr] 635 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:635:18
[INFO] [stderr]     |
[INFO] [stderr] 635 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:637:5
[INFO] [stderr]     |
[INFO] [stderr] 637 |     cast::<m128d, [u64; 2]>(a.cmp_nlt0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:637:12
[INFO] [stderr]     |
[INFO] [stderr] 633 | fn m128d_cmp_nlt0() {
[INFO] [stderr]     |                  - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 637 |     cast::<m128d, [u64; 2]>(a.cmp_nlt0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:645:10
[INFO] [stderr]     |
[INFO] [stderr] 645 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:645:18
[INFO] [stderr]     |
[INFO] [stderr] 645 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:646:10
[INFO] [stderr]     |
[INFO] [stderr] 646 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:646:18
[INFO] [stderr]     |
[INFO] [stderr] 646 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:647:14
[INFO] [stderr]     |
[INFO] [stderr] 647 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ordinary(b)), [max, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:647:21
[INFO] [stderr]     |
[INFO] [stderr] 643 | fn m128d_cmp_ordinary() {
[INFO] [stderr]     |                      - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 647 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_ordinary(b)), [max, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:653:10
[INFO] [stderr]     |
[INFO] [stderr] 653 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:653:18
[INFO] [stderr]     |
[INFO] [stderr] 653 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:654:10
[INFO] [stderr]     |
[INFO] [stderr] 654 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:654:18
[INFO] [stderr]     |
[INFO] [stderr] 654 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:656:5
[INFO] [stderr]     |
[INFO] [stderr] 656 |     cast::<m128d, [u64; 2]>(a.cmp_ordinary0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:656:12
[INFO] [stderr]     |
[INFO] [stderr] 651 | fn m128d_cmp_ordinary0() {
[INFO] [stderr]     |                       - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 656 |     cast::<m128d, [u64; 2]>(a.cmp_ordinary0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:664:10
[INFO] [stderr]     |
[INFO] [stderr] 664 |   let a: m128d = cast([4.0_f64.to_bits(), max]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:664:18
[INFO] [stderr]     |
[INFO] [stderr] 664 |   let a: m128d = cast([4.0_f64.to_bits(), max]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:665:10
[INFO] [stderr]     |
[INFO] [stderr] 665 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:665:18
[INFO] [stderr]     |
[INFO] [stderr] 665 |   let b: m128d = cast([5.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:666:14
[INFO] [stderr]     |
[INFO] [stderr] 666 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nan(b)), [0, max]);
[INFO] [stderr]     |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:666:21
[INFO] [stderr]     |
[INFO] [stderr] 662 | fn m128d_cmp_nan() {
[INFO] [stderr]     |                 - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 666 |   assert_eq!(cast::<m128d, [u64; 2]>(a.cmp_nan(b)), [0, max]);
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:672:10
[INFO] [stderr]     |
[INFO] [stderr] 672 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:672:18
[INFO] [stderr]     |
[INFO] [stderr] 672 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:673:10
[INFO] [stderr]     |
[INFO] [stderr] 673 |   let b: m128d = cast([max, 7.0_f64.to_bits()]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:673:18
[INFO] [stderr]     |
[INFO] [stderr] 673 |   let b: m128d = cast([max, 7.0_f64.to_bits()]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:675:5
[INFO] [stderr]     |
[INFO] [stderr] 675 |     cast::<m128d, [u64; 2]>(a.cmp_nan0(b)),
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:675:12
[INFO] [stderr]     |
[INFO] [stderr] 670 | fn m128d_cmp_nan0() {
[INFO] [stderr]     |                  - help: you might be missing a type parameter: `<m128d>`
[INFO] [stderr] ...
[INFO] [stderr] 675 |     cast::<m128d, [u64; 2]>(a.cmp_nan0(b)),
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:682:10
[INFO] [stderr]     |
[INFO] [stderr] 682 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:682:18
[INFO] [stderr]     |
[INFO] [stderr] 682 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:683:10
[INFO] [stderr]     |
[INFO] [stderr] 683 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:683:18
[INFO] [stderr]     |
[INFO] [stderr] 683 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:689:10
[INFO] [stderr]     |
[INFO] [stderr] 689 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:689:18
[INFO] [stderr]     |
[INFO] [stderr] 689 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:690:10
[INFO] [stderr]     |
[INFO] [stderr] 690 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:690:18
[INFO] [stderr]     |
[INFO] [stderr] 690 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:696:10
[INFO] [stderr]     |
[INFO] [stderr] 696 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:696:18
[INFO] [stderr]     |
[INFO] [stderr] 696 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:697:10
[INFO] [stderr]     |
[INFO] [stderr] 697 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:697:18
[INFO] [stderr]     |
[INFO] [stderr] 697 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:703:10
[INFO] [stderr]     |
[INFO] [stderr] 703 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:703:18
[INFO] [stderr]     |
[INFO] [stderr] 703 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:704:10
[INFO] [stderr]     |
[INFO] [stderr] 704 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:704:18
[INFO] [stderr]     |
[INFO] [stderr] 704 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:710:10
[INFO] [stderr]     |
[INFO] [stderr] 710 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:710:18
[INFO] [stderr]     |
[INFO] [stderr] 710 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:711:10
[INFO] [stderr]     |
[INFO] [stderr] 711 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:711:18
[INFO] [stderr]     |
[INFO] [stderr] 711 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:717:10
[INFO] [stderr]     |
[INFO] [stderr] 717 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:717:18
[INFO] [stderr]     |
[INFO] [stderr] 717 |   let a: m128d = cast([4.0, 7.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:718:10
[INFO] [stderr]     |
[INFO] [stderr] 718 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:718:18
[INFO] [stderr]     |
[INFO] [stderr] 718 |   let b: m128d = cast([4.0, 5.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:724:10
[INFO] [stderr]     |
[INFO] [stderr] 724 |   let a: m128d = cast([4.8, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:724:18
[INFO] [stderr]     |
[INFO] [stderr] 724 |   let a: m128d = cast([4.8, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:725:10
[INFO] [stderr]     |
[INFO] [stderr] 725 |   let r: m128i = a.round_i32x4();
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:726:26
[INFO] [stderr]     |
[INFO] [stderr] 726 |   let r_i32s: [i32; 4] = cast(r);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:732:10
[INFO] [stderr]     |
[INFO] [stderr] 732 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:732:18
[INFO] [stderr]     |
[INFO] [stderr] 732 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]    --> tests/sse2.rs:733:10
[INFO] [stderr]     |
[INFO] [stderr] 733 |   let r: m128 = a.round_f32x4();
[INFO] [stderr]     |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:734:26
[INFO] [stderr]     |
[INFO] [stderr] 734 |   let r_f32s: [f32; 4] = cast(r);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:741:10
[INFO] [stderr]     |
[INFO] [stderr] 741 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:741:18
[INFO] [stderr]     |
[INFO] [stderr] 741 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:747:10
[INFO] [stderr]     |
[INFO] [stderr] 747 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:747:18
[INFO] [stderr]     |
[INFO] [stderr] 747 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:754:10
[INFO] [stderr]     |
[INFO] [stderr] 754 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:754:18
[INFO] [stderr]     |
[INFO] [stderr] 754 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:760:10
[INFO] [stderr]     |
[INFO] [stderr] 760 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:760:18
[INFO] [stderr]     |
[INFO] [stderr] 760 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:761:10
[INFO] [stderr]     |
[INFO] [stderr] 761 |   let b: m128d = a.replace0_with_i32(20_i32);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:762:21
[INFO] [stderr]     |
[INFO] [stderr] 762 |   let c: [f64; 2] = cast(b);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:769:10
[INFO] [stderr]     |
[INFO] [stderr] 769 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:769:18
[INFO] [stderr]     |
[INFO] [stderr] 769 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:770:10
[INFO] [stderr]     |
[INFO] [stderr] 770 |   let b: m128d = a.replace0_with_i64(20_i64);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:771:21
[INFO] [stderr]     |
[INFO] [stderr] 771 |   let c: [f64; 2] = cast(b);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:777:10
[INFO] [stderr]     |
[INFO] [stderr] 777 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:777:18
[INFO] [stderr]     |
[INFO] [stderr] 777 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:778:10
[INFO] [stderr]     |
[INFO] [stderr] 778 |   let b: m128d = a.replace0_with_f32(m128::set0(8.0));
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:779:21
[INFO] [stderr]     |
[INFO] [stderr] 779 |   let c: [f64; 2] = cast(b);
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:785:10
[INFO] [stderr]     |
[INFO] [stderr] 785 |   let a: m128d = cast([4.8, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:785:18
[INFO] [stderr]     |
[INFO] [stderr] 785 |   let a: m128d = cast([4.8, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]    --> tests/sse2.rs:786:10
[INFO] [stderr]     |
[INFO] [stderr] 786 |   let r: m128i = a.truncate_i32x4();
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:787:26
[INFO] [stderr]     |
[INFO] [stderr] 787 |   let r_i32s: [i32; 4] = cast(r);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:793:10
[INFO] [stderr]     |
[INFO] [stderr] 793 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:793:18
[INFO] [stderr]     |
[INFO] [stderr] 793 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:800:10
[INFO] [stderr]     |
[INFO] [stderr] 800 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:800:18
[INFO] [stderr]     |
[INFO] [stderr] 800 |   let a: m128d = cast([4.5, 7.1]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:806:10
[INFO] [stderr]     |
[INFO] [stderr] 806 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:806:18
[INFO] [stderr]     |
[INFO] [stderr] 806 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:807:10
[INFO] [stderr]     |
[INFO] [stderr] 807 |   let b: m128d = cast([-2.0_f64, 3.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:807:18
[INFO] [stderr]     |
[INFO] [stderr] 807 |   let b: m128d = cast([-2.0_f64, 3.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:808:23
[INFO] [stderr]     |
[INFO] [stderr] 808 |   let out: [f64; 2] = cast(a / b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:814:14
[INFO] [stderr]     |
[INFO] [stderr] 814 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:814:22
[INFO] [stderr]     |
[INFO] [stderr] 814 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:815:10
[INFO] [stderr]     |
[INFO] [stderr] 815 |   let b: m128d = cast([-2.0_f64, 3.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:815:18
[INFO] [stderr]     |
[INFO] [stderr] 815 |   let b: m128d = cast([-2.0_f64, 3.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:817:23
[INFO] [stderr]     |
[INFO] [stderr] 817 |   let out: [f64; 2] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:823:10
[INFO] [stderr]     |
[INFO] [stderr] 823 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:823:18
[INFO] [stderr]     |
[INFO] [stderr] 823 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:824:10
[INFO] [stderr]     |
[INFO] [stderr] 824 |   let b: m128d = cast([2.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:824:18
[INFO] [stderr]     |
[INFO] [stderr] 824 |   let b: m128d = cast([2.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:825:23
[INFO] [stderr]     |
[INFO] [stderr] 825 |   let out: [f64; 2] = cast(a.div0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]    --> tests/sse2.rs:831:22
[INFO] [stderr]     |
[INFO] [stderr] 831 |   let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]);
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse2.rs:831:42
[INFO] [stderr]     |
[INFO] [stderr] 831 |   let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]);
[INFO] [stderr]     |                                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:832:11
[INFO] [stderr]     |
[INFO] [stderr] 832 |   let md: m128d = m128d::load(&aligned_array);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:833:27
[INFO] [stderr]     |
[INFO] [stderr] 833 |   let md_f64s: [f64; 2] = cast(md);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]    --> tests/sse2.rs:839:20
[INFO] [stderr]     |
[INFO] [stderr] 839 |   let aligned_f64: Align16<f64> = Align16(5.0_f64);
[INFO] [stderr]     |                    ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse2.rs:839:35
[INFO] [stderr]     |
[INFO] [stderr] 839 |   let aligned_f64: Align16<f64> = Align16(5.0_f64);
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:840:11
[INFO] [stderr]     |
[INFO] [stderr] 840 |   let md: m128d = m128d::load_aligned_splat(&aligned_f64);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:841:27
[INFO] [stderr]     |
[INFO] [stderr] 841 |   let md_f64s: [f64; 2] = cast(md);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:848:11
[INFO] [stderr]     |
[INFO] [stderr] 848 |   let md: m128d = m128d::load0(&f);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:849:27
[INFO] [stderr]     |
[INFO] [stderr] 849 |   let md_f64s: [f64; 2] = cast(md);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:855:11
[INFO] [stderr]     |
[INFO] [stderr] 855 |   let md: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:855:19
[INFO] [stderr]     |
[INFO] [stderr] 855 |   let md: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:856:12
[INFO] [stderr]     |
[INFO] [stderr] 856 |   let md2: m128d = md.replace_high(&7.0);
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:857:28
[INFO] [stderr]     |
[INFO] [stderr] 857 |   let md2_f64s: [f64; 2] = cast(md2);
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:863:11
[INFO] [stderr]     |
[INFO] [stderr] 863 |   let md: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:863:19
[INFO] [stderr]     |
[INFO] [stderr] 863 |   let md: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:864:12
[INFO] [stderr]     |
[INFO] [stderr] 864 |   let md2: m128d = md.replace_low(&7.0);
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:865:28
[INFO] [stderr]     |
[INFO] [stderr] 865 |   let md2_f64s: [f64; 2] = cast(md2);
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]    --> tests/sse2.rs:871:22
[INFO] [stderr]     |
[INFO] [stderr] 871 |   let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]);
[INFO] [stderr]     |                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]    --> tests/sse2.rs:871:42
[INFO] [stderr]     |
[INFO] [stderr] 871 |   let aligned_array: Align16<[f64; 2]> = Align16([5.0, 6.0]);
[INFO] [stderr]     |                                          ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:872:11
[INFO] [stderr]     |
[INFO] [stderr] 872 |   let md: m128d = m128d::load_reverse(&aligned_array);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:873:27
[INFO] [stderr]     |
[INFO] [stderr] 873 |   let md_f64s: [f64; 2] = cast(md);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:880:11
[INFO] [stderr]     |
[INFO] [stderr] 880 |   let md: m128d = m128d::load_unaligned(&array);
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:881:27
[INFO] [stderr]     |
[INFO] [stderr] 881 |   let md_f64s: [f64; 2] = cast(md);
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:887:10
[INFO] [stderr]     |
[INFO] [stderr] 887 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:887:18
[INFO] [stderr]     |
[INFO] [stderr] 887 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:888:10
[INFO] [stderr]     |
[INFO] [stderr] 888 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:888:18
[INFO] [stderr]     |
[INFO] [stderr] 888 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:889:23
[INFO] [stderr]     |
[INFO] [stderr] 889 |   let out: [f64; 2] = cast(a.max(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:895:10
[INFO] [stderr]     |
[INFO] [stderr] 895 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:895:18
[INFO] [stderr]     |
[INFO] [stderr] 895 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:896:10
[INFO] [stderr]     |
[INFO] [stderr] 896 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:896:18
[INFO] [stderr]     |
[INFO] [stderr] 896 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:897:23
[INFO] [stderr]     |
[INFO] [stderr] 897 |   let out: [f64; 2] = cast(a.max0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:903:10
[INFO] [stderr]     |
[INFO] [stderr] 903 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:903:18
[INFO] [stderr]     |
[INFO] [stderr] 903 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:904:10
[INFO] [stderr]     |
[INFO] [stderr] 904 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:904:18
[INFO] [stderr]     |
[INFO] [stderr] 904 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:905:23
[INFO] [stderr]     |
[INFO] [stderr] 905 |   let out: [f64; 2] = cast(a.min(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:911:10
[INFO] [stderr]     |
[INFO] [stderr] 911 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:911:18
[INFO] [stderr]     |
[INFO] [stderr] 911 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:912:10
[INFO] [stderr]     |
[INFO] [stderr] 912 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:912:18
[INFO] [stderr]     |
[INFO] [stderr] 912 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:913:23
[INFO] [stderr]     |
[INFO] [stderr] 913 |   let out: [f64; 2] = cast(a.min0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:919:10
[INFO] [stderr]     |
[INFO] [stderr] 919 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:919:18
[INFO] [stderr]     |
[INFO] [stderr] 919 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:920:10
[INFO] [stderr]     |
[INFO] [stderr] 920 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:920:18
[INFO] [stderr]     |
[INFO] [stderr] 920 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:921:23
[INFO] [stderr]     |
[INFO] [stderr] 921 |   let out: [f64; 2] = cast(a.copy0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:930:12
[INFO] [stderr]     |
[INFO] [stderr] 930 |     let m: m128d = cast(arr);
[INFO] [stderr]     |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:930:20
[INFO] [stderr]     |
[INFO] [stderr] 930 |     let m: m128d = cast(arr);
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:938:10
[INFO] [stderr]     |
[INFO] [stderr] 938 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:938:18
[INFO] [stderr]     |
[INFO] [stderr] 938 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:939:10
[INFO] [stderr]     |
[INFO] [stderr] 939 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:939:18
[INFO] [stderr]     |
[INFO] [stderr] 939 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:940:23
[INFO] [stderr]     |
[INFO] [stderr] 940 |   let out: [f64; 2] = cast(a * b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:946:14
[INFO] [stderr]     |
[INFO] [stderr] 946 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:946:22
[INFO] [stderr]     |
[INFO] [stderr] 946 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:947:10
[INFO] [stderr]     |
[INFO] [stderr] 947 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:947:18
[INFO] [stderr]     |
[INFO] [stderr] 947 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:949:23
[INFO] [stderr]     |
[INFO] [stderr] 949 |   let out: [f64; 2] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:955:10
[INFO] [stderr]     |
[INFO] [stderr] 955 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:955:18
[INFO] [stderr]     |
[INFO] [stderr] 955 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:956:10
[INFO] [stderr]     |
[INFO] [stderr] 956 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:956:18
[INFO] [stderr]     |
[INFO] [stderr] 956 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:957:23
[INFO] [stderr]     |
[INFO] [stderr] 957 |   let out: [f64; 2] = cast(a.mul0(b));
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:963:10
[INFO] [stderr]     |
[INFO] [stderr] 963 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:963:18
[INFO] [stderr]     |
[INFO] [stderr] 963 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:964:10
[INFO] [stderr]     |
[INFO] [stderr] 964 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:964:18
[INFO] [stderr]     |
[INFO] [stderr] 964 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:965:23
[INFO] [stderr]     |
[INFO] [stderr] 965 |   let out: [u64; 2] = cast(a | b);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:971:14
[INFO] [stderr]     |
[INFO] [stderr] 971 |   let mut a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:971:22
[INFO] [stderr]     |
[INFO] [stderr] 971 |   let mut a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:972:10
[INFO] [stderr]     |
[INFO] [stderr] 972 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:972:18
[INFO] [stderr]     |
[INFO] [stderr] 972 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:974:23
[INFO] [stderr]     |
[INFO] [stderr] 974 |   let out: [u64; 2] = cast(a);
[INFO] [stderr]     |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:980:10
[INFO] [stderr]     |
[INFO] [stderr] 980 |   let a: m128d = m128d::set(5.0, 6.0);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:981:26
[INFO] [stderr]     |
[INFO] [stderr] 981 |   let a_f64s: [f64; 2] = cast(a);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:987:10
[INFO] [stderr]     |
[INFO] [stderr] 987 |   let a: m128d = m128d::splat(5.0);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:988:26
[INFO] [stderr]     |
[INFO] [stderr] 988 |   let a_f64s: [f64; 2] = cast(a);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]    --> tests/sse2.rs:994:10
[INFO] [stderr]     |
[INFO] [stderr] 994 |   let a: m128d = m128d::set0(5.0);
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]    --> tests/sse2.rs:995:26
[INFO] [stderr]     |
[INFO] [stderr] 995 |   let a_f64s: [f64; 2] = cast(a);
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1001:10
[INFO] [stderr]      |
[INFO] [stderr] 1001 |   let a: m128d = m128d::set_reverse(5.0, 6.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1002:26
[INFO] [stderr]      |
[INFO] [stderr] 1002 |   let a_f64s: [f64; 2] = cast(a);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1008:10
[INFO] [stderr]      |
[INFO] [stderr] 1008 |   let a: m128d = m128d::set_reverse(5.0, 6.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1009:10
[INFO] [stderr]      |
[INFO] [stderr] 1009 |   let b: m128d = m128d::set_reverse(15.0, 16.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1011:10
[INFO] [stderr]      |
[INFO] [stderr] 1011 |   let c: m128d = shuffle128d!(a, b, [0, 1]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1012:25
[INFO] [stderr]      |
[INFO] [stderr] 1012 |   let c_arr: [f64; 2] = cast(c);
[INFO] [stderr]      |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1015:10
[INFO] [stderr]      |
[INFO] [stderr] 1015 |   let c: m128d = shuffle128d!(a, b, [1, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1016:25
[INFO] [stderr]      |
[INFO] [stderr] 1016 |   let c_arr: [f64; 2] = cast(c);
[INFO] [stderr]      |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1019:10
[INFO] [stderr]      |
[INFO] [stderr] 1019 |   let c: m128d = shuffle128d!(a, b, [1, 1]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1020:25
[INFO] [stderr]      |
[INFO] [stderr] 1020 |   let c_arr: [f64; 2] = cast(c);
[INFO] [stderr]      |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1023:10
[INFO] [stderr]      |
[INFO] [stderr] 1023 |   let c: m128d = shuffle128d!(a, b, [0, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1024:25
[INFO] [stderr]      |
[INFO] [stderr] 1024 |   let c_arr: [f64; 2] = cast(c);
[INFO] [stderr]      |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1030:10
[INFO] [stderr]      |
[INFO] [stderr] 1030 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1031:10
[INFO] [stderr]      |
[INFO] [stderr] 1031 |   let a: m128d = a.sqrt();
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1032:26
[INFO] [stderr]      |
[INFO] [stderr] 1032 |   let a_f64s: [f64; 2] = cast(a);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1038:10
[INFO] [stderr]      |
[INFO] [stderr] 1038 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1039:10
[INFO] [stderr]      |
[INFO] [stderr] 1039 |   let b: m128d = m128d::set0(4.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1040:10
[INFO] [stderr]      |
[INFO] [stderr] 1040 |   let a: m128d = a.sqrt_other0(b);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1041:26
[INFO] [stderr]      |
[INFO] [stderr] 1041 |   let a_f64s: [f64; 2] = cast(a);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1047:14
[INFO] [stderr]      |
[INFO] [stderr] 1047 |   let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]);
[INFO] [stderr]      |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1047:34
[INFO] [stderr]      |
[INFO] [stderr] 1047 |   let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]);
[INFO] [stderr]      |                                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1048:10
[INFO] [stderr]      |
[INFO] [stderr] 1048 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1055:14
[INFO] [stderr]      |
[INFO] [stderr] 1055 |   let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]);
[INFO] [stderr]      |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1055:34
[INFO] [stderr]      |
[INFO] [stderr] 1055 |   let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]);
[INFO] [stderr]      |                                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1056:10
[INFO] [stderr]      |
[INFO] [stderr] 1056 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1065:10
[INFO] [stderr]      |
[INFO] [stderr] 1065 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1074:10
[INFO] [stderr]      |
[INFO] [stderr] 1074 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1081:14
[INFO] [stderr]      |
[INFO] [stderr] 1081 |   let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]);
[INFO] [stderr]      |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1081:34
[INFO] [stderr]      |
[INFO] [stderr] 1081 |   let mut t: Align16<[f64; 2]> = Align16([0.0, 0.0]);
[INFO] [stderr]      |                                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1082:10
[INFO] [stderr]      |
[INFO] [stderr] 1082 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1090:10
[INFO] [stderr]      |
[INFO] [stderr] 1090 |   let a: m128d = m128d::set_reverse(25.0, 36.0);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1097:10
[INFO] [stderr]      |
[INFO] [stderr] 1097 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1097:18
[INFO] [stderr]      |
[INFO] [stderr] 1097 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1098:10
[INFO] [stderr]      |
[INFO] [stderr] 1098 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1098:18
[INFO] [stderr]      |
[INFO] [stderr] 1098 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1099:23
[INFO] [stderr]      |
[INFO] [stderr] 1099 |   let out: [f64; 2] = cast(a - b);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1105:14
[INFO] [stderr]      |
[INFO] [stderr] 1105 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1105:22
[INFO] [stderr]      |
[INFO] [stderr] 1105 |   let mut a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1106:10
[INFO] [stderr]      |
[INFO] [stderr] 1106 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1106:18
[INFO] [stderr]      |
[INFO] [stderr] 1106 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1108:23
[INFO] [stderr]      |
[INFO] [stderr] 1108 |   let out: [f64; 2] = cast(a);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1114:10
[INFO] [stderr]      |
[INFO] [stderr] 1114 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1114:18
[INFO] [stderr]      |
[INFO] [stderr] 1114 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1115:10
[INFO] [stderr]      |
[INFO] [stderr] 1115 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1115:18
[INFO] [stderr]      |
[INFO] [stderr] 1115 |   let b: m128d = cast([-8.0_f64, 4.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1116:23
[INFO] [stderr]      |
[INFO] [stderr] 1116 |   let out: [f64; 2] = cast(a.sub0(b));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1122:10
[INFO] [stderr]      |
[INFO] [stderr] 1122 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1122:18
[INFO] [stderr]      |
[INFO] [stderr] 1122 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1123:10
[INFO] [stderr]      |
[INFO] [stderr] 1123 |   let b: m128d = cast([15.0_f64, 16.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1123:18
[INFO] [stderr]      |
[INFO] [stderr] 1123 |   let b: m128d = cast([15.0_f64, 16.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1124:10
[INFO] [stderr]      |
[INFO] [stderr] 1124 |   let c: m128d = a.unpack_high(b);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1125:26
[INFO] [stderr]      |
[INFO] [stderr] 1125 |   let c_f64s: [f64; 2] = cast(c);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1131:10
[INFO] [stderr]      |
[INFO] [stderr] 1131 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1131:18
[INFO] [stderr]      |
[INFO] [stderr] 1131 |   let a: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1132:10
[INFO] [stderr]      |
[INFO] [stderr] 1132 |   let b: m128d = cast([15.0_f64, 16.0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1132:18
[INFO] [stderr]      |
[INFO] [stderr] 1132 |   let b: m128d = cast([15.0_f64, 16.0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1133:10
[INFO] [stderr]      |
[INFO] [stderr] 1133 |   let c: m128d = a.unpack_low(b);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1134:26
[INFO] [stderr]      |
[INFO] [stderr] 1134 |   let c_f64s: [f64; 2] = cast(c);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1140:10
[INFO] [stderr]      |
[INFO] [stderr] 1140 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1140:18
[INFO] [stderr]      |
[INFO] [stderr] 1140 |   let a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1141:10
[INFO] [stderr]      |
[INFO] [stderr] 1141 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1141:18
[INFO] [stderr]      |
[INFO] [stderr] 1141 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1142:23
[INFO] [stderr]      |
[INFO] [stderr] 1142 |   let out: [u64; 2] = cast(a ^ b);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1148:14
[INFO] [stderr]      |
[INFO] [stderr] 1148 |   let mut a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]      |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1148:22
[INFO] [stderr]      |
[INFO] [stderr] 1148 |   let mut a: m128d = cast([core::u64::MAX, 0]);
[INFO] [stderr]      |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1149:10
[INFO] [stderr]      |
[INFO] [stderr] 1149 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1149:18
[INFO] [stderr]      |
[INFO] [stderr] 1149 |   let b: m128d = cast([core::u64::MAX, core::u64::MAX]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1151:23
[INFO] [stderr]      |
[INFO] [stderr] 1151 |   let out: [u64; 2] = cast(a);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1157:11
[INFO] [stderr]      |
[INFO] [stderr] 1157 |   let md: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1157:19
[INFO] [stderr]      |
[INFO] [stderr] 1157 |   let md: m128d = cast([5.0_f64, 6.0]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1158:21
[INFO] [stderr]      |
[INFO] [stderr] 1158 |   let a: [f64; 2] = cast(md);
[INFO] [stderr]      |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1159:15
[INFO] [stderr]      |
[INFO] [stderr] 1159 |   let neg_md: m128d = -md;
[INFO] [stderr]      |               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1160:25
[INFO] [stderr]      |
[INFO] [stderr] 1160 |   let neg_a: [f64; 2] = cast(neg_md);
[INFO] [stderr]      |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1162:19
[INFO] [stderr]      |
[INFO] [stderr] 1162 |   let neg_neg_md: m128d = -neg_md;
[INFO] [stderr]      |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1163:29
[INFO] [stderr]      |
[INFO] [stderr] 1163 |   let neg_neg_a: [f64; 2] = cast(neg_neg_md);
[INFO] [stderr]      |                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128d` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1169:11
[INFO] [stderr]      |
[INFO] [stderr] 1169 |   let md: m128d = cast(core::u128::MAX);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1169:19
[INFO] [stderr]      |
[INFO] [stderr] 1169 |   let md: m128d = cast(core::u128::MAX);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1170:37
[INFO] [stderr]      |
[INFO] [stderr] 1170 |   let not_md_as_doubles: [f64; 2] = cast(!md);
[INFO] [stderr]      |                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1172:11
[INFO] [stderr]      |
[INFO] [stderr] 1172 |   let md: m128 = cast(0_u128);
[INFO] [stderr]      |           ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1172:18
[INFO] [stderr]      |
[INFO] [stderr] 1172 |   let md: m128 = cast(0_u128);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1173:30
[INFO] [stderr]      |
[INFO] [stderr] 1173 |   let not_md_as_u128: u128 = cast(!md);
[INFO] [stderr]      |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1179:11
[INFO] [stderr]      |
[INFO] [stderr] 1179 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1179:19
[INFO] [stderr]      |
[INFO] [stderr] 1179 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1182:11
[INFO] [stderr]      |
[INFO] [stderr] 1182 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1182:19
[INFO] [stderr]      |
[INFO] [stderr] 1182 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1183:23
[INFO] [stderr]      |
[INFO] [stderr] 1183 |   let out: [i8; 16] = cast(ai.add_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1192:11
[INFO] [stderr]      |
[INFO] [stderr] 1192 |   let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1192:19
[INFO] [stderr]      |
[INFO] [stderr] 1192 |   let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1193:11
[INFO] [stderr]      |
[INFO] [stderr] 1193 |   let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1193:19
[INFO] [stderr]      |
[INFO] [stderr] 1193 |   let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1194:23
[INFO] [stderr]      |
[INFO] [stderr] 1194 |   let out: [i16; 8] = cast(ai.add_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1200:11
[INFO] [stderr]      |
[INFO] [stderr] 1200 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1200:19
[INFO] [stderr]      |
[INFO] [stderr] 1200 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1201:11
[INFO] [stderr]      |
[INFO] [stderr] 1201 |   let bi: m128i = cast([1_i32, 2, 2, -1]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1201:19
[INFO] [stderr]      |
[INFO] [stderr] 1201 |   let bi: m128i = cast([1_i32, 2, 2, -1]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1202:23
[INFO] [stderr]      |
[INFO] [stderr] 1202 |   let out: [i32; 4] = cast(ai.add_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1208:11
[INFO] [stderr]      |
[INFO] [stderr] 1208 |   let ai: m128i = cast([core::i64::MAX, core::i64::MIN]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1208:19
[INFO] [stderr]      |
[INFO] [stderr] 1208 |   let ai: m128i = cast([core::i64::MAX, core::i64::MIN]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1209:11
[INFO] [stderr]      |
[INFO] [stderr] 1209 |   let bi: m128i = cast([2_i64, -27]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1209:19
[INFO] [stderr]      |
[INFO] [stderr] 1209 |   let bi: m128i = cast([2_i64, -27]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1210:23
[INFO] [stderr]      |
[INFO] [stderr] 1210 |   let out: [i64; 2] = cast(ai.add_i64(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1216:11
[INFO] [stderr]      |
[INFO] [stderr] 1216 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1216:19
[INFO] [stderr]      |
[INFO] [stderr] 1216 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1219:11
[INFO] [stderr]      |
[INFO] [stderr] 1219 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1219:19
[INFO] [stderr]      |
[INFO] [stderr] 1219 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -27, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1220:23
[INFO] [stderr]      |
[INFO] [stderr] 1220 |   let out: [i8; 16] = cast(ai.saturating_add_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1229:11
[INFO] [stderr]      |
[INFO] [stderr] 1229 |   let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1229:19
[INFO] [stderr]      |
[INFO] [stderr] 1229 |   let ai: m128i = cast([0_i16, 1, -1, core::i16::MAX, core::i16::MIN, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1230:11
[INFO] [stderr]      |
[INFO] [stderr] 1230 |   let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1230:19
[INFO] [stderr]      |
[INFO] [stderr] 1230 |   let bi: m128i = cast([1_i16, 2, 2, 1, -1, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1231:23
[INFO] [stderr]      |
[INFO] [stderr] 1231 |   let out: [i16; 8] = cast(ai.saturating_add_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1237:11
[INFO] [stderr]      |
[INFO] [stderr] 1237 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1237:19
[INFO] [stderr]      |
[INFO] [stderr] 1237 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1240:11
[INFO] [stderr]      |
[INFO] [stderr] 1240 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1240:19
[INFO] [stderr]      |
[INFO] [stderr] 1240 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1241:23
[INFO] [stderr]      |
[INFO] [stderr] 1241 |   let out: [u8; 16] = cast(ai.saturating_add_u8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1250:11
[INFO] [stderr]      |
[INFO] [stderr] 1250 |   let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1250:19
[INFO] [stderr]      |
[INFO] [stderr] 1250 |   let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1251:11
[INFO] [stderr]      |
[INFO] [stderr] 1251 |   let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1251:19
[INFO] [stderr]      |
[INFO] [stderr] 1251 |   let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1252:23
[INFO] [stderr]      |
[INFO] [stderr] 1252 |   let out: [u16; 8] = cast(ai.saturating_add_u16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1259:10
[INFO] [stderr]      |
[INFO] [stderr] 1259 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1259:18
[INFO] [stderr]      |
[INFO] [stderr] 1259 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1260:10
[INFO] [stderr]      |
[INFO] [stderr] 1260 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1260:18
[INFO] [stderr]      |
[INFO] [stderr] 1260 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1261:23
[INFO] [stderr]      |
[INFO] [stderr] 1261 |   let out: [u32; 4] = cast(a.andnot(b));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1268:10
[INFO] [stderr]      |
[INFO] [stderr] 1268 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1268:18
[INFO] [stderr]      |
[INFO] [stderr] 1268 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1269:10
[INFO] [stderr]      |
[INFO] [stderr] 1269 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1269:18
[INFO] [stderr]      |
[INFO] [stderr] 1269 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1270:23
[INFO] [stderr]      |
[INFO] [stderr] 1270 |   let out: [u32; 4] = cast(a | b);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1277:14
[INFO] [stderr]      |
[INFO] [stderr] 1277 |   let mut a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1277:22
[INFO] [stderr]      |
[INFO] [stderr] 1277 |   let mut a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1278:10
[INFO] [stderr]      |
[INFO] [stderr] 1278 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1278:18
[INFO] [stderr]      |
[INFO] [stderr] 1278 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1280:23
[INFO] [stderr]      |
[INFO] [stderr] 1280 |   let out: [u32; 4] = cast(a);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1287:10
[INFO] [stderr]      |
[INFO] [stderr] 1287 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1287:18
[INFO] [stderr]      |
[INFO] [stderr] 1287 |   let a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1288:10
[INFO] [stderr]      |
[INFO] [stderr] 1288 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1288:18
[INFO] [stderr]      |
[INFO] [stderr] 1288 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1289:23
[INFO] [stderr]      |
[INFO] [stderr] 1289 |   let out: [u32; 4] = cast(a ^ b);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1296:14
[INFO] [stderr]      |
[INFO] [stderr] 1296 |   let mut a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1296:22
[INFO] [stderr]      |
[INFO] [stderr] 1296 |   let mut a: m128i = cast([0, max, max, 0]);
[INFO] [stderr]      |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1297:10
[INFO] [stderr]      |
[INFO] [stderr] 1297 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1297:18
[INFO] [stderr]      |
[INFO] [stderr] 1297 |   let b: m128i = cast([max, 0, max, 0]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1299:23
[INFO] [stderr]      |
[INFO] [stderr] 1299 |   let out: [u32; 4] = cast(a);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1305:11
[INFO] [stderr]      |
[INFO] [stderr] 1305 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1305:19
[INFO] [stderr]      |
[INFO] [stderr] 1305 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1308:11
[INFO] [stderr]      |
[INFO] [stderr] 1308 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1308:19
[INFO] [stderr]      |
[INFO] [stderr] 1308 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1309:23
[INFO] [stderr]      |
[INFO] [stderr] 1309 |   let out: [u8; 16] = cast(ai.average_u8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1318:11
[INFO] [stderr]      |
[INFO] [stderr] 1318 |   let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1318:19
[INFO] [stderr]      |
[INFO] [stderr] 1318 |   let ai: m128i = cast([0_u16, 1, core::u16::MAX, core::u16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1319:11
[INFO] [stderr]      |
[INFO] [stderr] 1319 |   let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1319:19
[INFO] [stderr]      |
[INFO] [stderr] 1319 |   let bi: m128i = cast([1_u16, 2, 2, 1, core::u16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1320:23
[INFO] [stderr]      |
[INFO] [stderr] 1320 |   let out: [u16; 8] = cast(ai.average_u16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1326:11
[INFO] [stderr]      |
[INFO] [stderr] 1326 |   let mi: m128i = cast(12_345_678_u128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1326:19
[INFO] [stderr]      |
[INFO] [stderr] 1326 |   let mi: m128i = cast(12_345_678_u128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1327:10
[INFO] [stderr]      |
[INFO] [stderr] 1327 |   let m: m128 = mi.cast_m128();
[INFO] [stderr]      |          ^^^^ help: a builtin type with a similar name exists: `i128`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1328:22
[INFO] [stderr]      |
[INFO] [stderr] 1328 |   let m_bits: u128 = cast(m);
[INFO] [stderr]      |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1334:11
[INFO] [stderr]      |
[INFO] [stderr] 1334 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1334:19
[INFO] [stderr]      |
[INFO] [stderr] 1334 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1337:11
[INFO] [stderr]      |
[INFO] [stderr] 1337 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1337:19
[INFO] [stderr]      |
[INFO] [stderr] 1337 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1338:23
[INFO] [stderr]      |
[INFO] [stderr] 1338 |   let out: [i8; 16] = cast(ai.cmp_eq_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1344:11
[INFO] [stderr]      |
[INFO] [stderr] 1344 |   let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1344:19
[INFO] [stderr]      |
[INFO] [stderr] 1344 |   let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1345:11
[INFO] [stderr]      |
[INFO] [stderr] 1345 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1345:19
[INFO] [stderr]      |
[INFO] [stderr] 1345 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1346:23
[INFO] [stderr]      |
[INFO] [stderr] 1346 |   let out: [i16; 8] = cast(ai.cmp_eq_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1352:11
[INFO] [stderr]      |
[INFO] [stderr] 1352 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1352:19
[INFO] [stderr]      |
[INFO] [stderr] 1352 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1353:11
[INFO] [stderr]      |
[INFO] [stderr] 1353 |   let bi: m128i = cast([1_i32, -1, 2, -1]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1353:19
[INFO] [stderr]      |
[INFO] [stderr] 1353 |   let bi: m128i = cast([1_i32, -1, 2, -1]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1354:23
[INFO] [stderr]      |
[INFO] [stderr] 1354 |   let out: [i32; 4] = cast(ai.cmp_eq_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1360:11
[INFO] [stderr]      |
[INFO] [stderr] 1360 |   let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1360:19
[INFO] [stderr]      |
[INFO] [stderr] 1360 |   let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1361:11
[INFO] [stderr]      |
[INFO] [stderr] 1361 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1361:19
[INFO] [stderr]      |
[INFO] [stderr] 1361 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1362:23
[INFO] [stderr]      |
[INFO] [stderr] 1362 |   let out: [i8; 16] = cast(ai.cmp_gt_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1368:11
[INFO] [stderr]      |
[INFO] [stderr] 1368 |   let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1368:19
[INFO] [stderr]      |
[INFO] [stderr] 1368 |   let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1369:11
[INFO] [stderr]      |
[INFO] [stderr] 1369 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1369:19
[INFO] [stderr]      |
[INFO] [stderr] 1369 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1370:23
[INFO] [stderr]      |
[INFO] [stderr] 1370 |   let out: [i16; 8] = cast(ai.cmp_gt_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1376:11
[INFO] [stderr]      |
[INFO] [stderr] 1376 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1376:19
[INFO] [stderr]      |
[INFO] [stderr] 1376 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1377:11
[INFO] [stderr]      |
[INFO] [stderr] 1377 |   let bi: m128i = cast([1_i32, -1, 2, -1]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1377:19
[INFO] [stderr]      |
[INFO] [stderr] 1377 |   let bi: m128i = cast([1_i32, -1, 2, -1]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1378:23
[INFO] [stderr]      |
[INFO] [stderr] 1378 |   let out: [i32; 4] = cast(ai.cmp_gt_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1384:11
[INFO] [stderr]      |
[INFO] [stderr] 1384 |   let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1384:19
[INFO] [stderr]      |
[INFO] [stderr] 1384 |   let ai: m128i = cast([0_i8, 2, 2, 127, 0, 100, 7, 2, 3, 1, -1, -1, 103, 10, 15, 16]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1385:11
[INFO] [stderr]      |
[INFO] [stderr] 1385 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1385:19
[INFO] [stderr]      |
[INFO] [stderr] 1385 |   let bi: m128i = cast([1_i8, 2, 2, 1, -1, 8, 9, 20, 60, 40, 2, 9, -1, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1386:23
[INFO] [stderr]      |
[INFO] [stderr] 1386 |   let out: [i8; 16] = cast(ai.cmp_lt_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1395:11
[INFO] [stderr]      |
[INFO] [stderr] 1395 |   let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1395:19
[INFO] [stderr]      |
[INFO] [stderr] 1395 |   let ai: m128i = cast([0_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1396:11
[INFO] [stderr]      |
[INFO] [stderr] 1396 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1396:19
[INFO] [stderr]      |
[INFO] [stderr] 1396 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1397:23
[INFO] [stderr]      |
[INFO] [stderr] 1397 |   let out: [i16; 8] = cast(ai.cmp_lt_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1403:11
[INFO] [stderr]      |
[INFO] [stderr] 1403 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1403:19
[INFO] [stderr]      |
[INFO] [stderr] 1403 |   let ai: m128i = cast([0_i32, -1, core::i32::MAX, core::i32::MIN]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1404:11
[INFO] [stderr]      |
[INFO] [stderr] 1404 |   let bi: m128i = cast([1_i32, -1, 2, -1]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1404:19
[INFO] [stderr]      |
[INFO] [stderr] 1404 |   let bi: m128i = cast([1_i32, -1, 2, -1]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1405:23
[INFO] [stderr]      |
[INFO] [stderr] 1405 |   let out: [i32; 4] = cast(ai.cmp_lt_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1411:10
[INFO] [stderr]      |
[INFO] [stderr] 1411 |   let i: m128i = cast([-1, 23, 8, 6]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1411:18
[INFO] [stderr]      |
[INFO] [stderr] 1411 |   let i: m128i = cast([-1, 23, 8, 6]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1412:23
[INFO] [stderr]      |
[INFO] [stderr] 1412 |   let out: [f64; 2] = cast(i.round_low_f64());
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1418:10
[INFO] [stderr]      |
[INFO] [stderr] 1418 |   let i: m128i = cast([-1, 23, 8, 6]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1418:18
[INFO] [stderr]      |
[INFO] [stderr] 1418 |   let i: m128i = cast([-1, 23, 8, 6]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1419:23
[INFO] [stderr]      |
[INFO] [stderr] 1419 |   let out: [f32; 4] = cast(i.round_f32());
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1425:10
[INFO] [stderr]      |
[INFO] [stderr] 1425 |   let i: m128i = cast([-1, 23, 8, 6]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1425:18
[INFO] [stderr]      |
[INFO] [stderr] 1425 |   let i: m128i = cast([-1, 23, 8, 6]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1432:10
[INFO] [stderr]      |
[INFO] [stderr] 1432 |   let i: m128i = cast([-1_i64, 23]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1432:18
[INFO] [stderr]      |
[INFO] [stderr] 1432 |   let i: m128i = cast([-1_i64, 23]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1438:10
[INFO] [stderr]      |
[INFO] [stderr] 1438 |   let i: m128i = m128i::set0_i32(-1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1439:26
[INFO] [stderr]      |
[INFO] [stderr] 1439 |   let i_i32s: [i32; 4] = cast(i);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1446:10
[INFO] [stderr]      |
[INFO] [stderr] 1446 |   let i: m128i = m128i::set0_i64(-1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1447:26
[INFO] [stderr]      |
[INFO] [stderr] 1447 |   let i_i64s: [i64; 2] = cast(i);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1453:10
[INFO] [stderr]      |
[INFO] [stderr] 1453 |   let i: m128i = m128i::load(&Align16(12345));
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Align16` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1453:31
[INFO] [stderr]      |
[INFO] [stderr] 1453 |   let i: m128i = m128i::load(&Align16(12345));
[INFO] [stderr]      |                               ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1454:22
[INFO] [stderr]      |
[INFO] [stderr] 1454 |   let i_i128: i128 = cast(i);
[INFO] [stderr]      |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1460:11
[INFO] [stderr]      |
[INFO] [stderr] 1460 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1460:19
[INFO] [stderr]      |
[INFO] [stderr] 1460 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1461:11
[INFO] [stderr]      |
[INFO] [stderr] 1461 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1461:19
[INFO] [stderr]      |
[INFO] [stderr] 1461 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1462:23
[INFO] [stderr]      |
[INFO] [stderr] 1462 |   let out: [i32; 4] = cast(ai.mul_i16_hadd(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1468:11
[INFO] [stderr]      |
[INFO] [stderr] 1468 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1468:19
[INFO] [stderr]      |
[INFO] [stderr] 1468 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1471:11
[INFO] [stderr]      |
[INFO] [stderr] 1471 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1471:19
[INFO] [stderr]      |
[INFO] [stderr] 1471 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1472:23
[INFO] [stderr]      |
[INFO] [stderr] 1472 |   let out: [u8; 16] = cast(ai.max_u8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1481:11
[INFO] [stderr]      |
[INFO] [stderr] 1481 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1481:19
[INFO] [stderr]      |
[INFO] [stderr] 1481 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1484:11
[INFO] [stderr]      |
[INFO] [stderr] 1484 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1484:19
[INFO] [stderr]      |
[INFO] [stderr] 1484 |   let bi: m128i = cast([1_u8, 2, 2, 1, 255, 8, 9, 20, 60, 40, 2, 9, 255, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1485:23
[INFO] [stderr]      |
[INFO] [stderr] 1485 |   let out: [u8; 16] = cast(ai.min_u8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1491:11
[INFO] [stderr]      |
[INFO] [stderr] 1491 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1491:19
[INFO] [stderr]      |
[INFO] [stderr] 1491 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1492:11
[INFO] [stderr]      |
[INFO] [stderr] 1492 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1492:19
[INFO] [stderr]      |
[INFO] [stderr] 1492 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1493:23
[INFO] [stderr]      |
[INFO] [stderr] 1493 |   let out: [i16; 8] = cast(ai.max_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1499:11
[INFO] [stderr]      |
[INFO] [stderr] 1499 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1499:19
[INFO] [stderr]      |
[INFO] [stderr] 1499 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1500:11
[INFO] [stderr]      |
[INFO] [stderr] 1500 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1500:19
[INFO] [stderr]      |
[INFO] [stderr] 1500 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1501:23
[INFO] [stderr]      |
[INFO] [stderr] 1501 |   let out: [i16; 8] = cast(ai.min_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1507:10
[INFO] [stderr]      |
[INFO] [stderr] 1507 |   let i: m128i = cast([3_i64, 7]);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1507:18
[INFO] [stderr]      |
[INFO] [stderr] 1507 |   let i: m128i = cast([3_i64, 7]);
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1508:10
[INFO] [stderr]      |
[INFO] [stderr] 1508 |   let c: m128i = i.copy0_i64();
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1509:26
[INFO] [stderr]      |
[INFO] [stderr] 1509 |   let c_i64s: [i64; 2] = cast(c);
[INFO] [stderr]      |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1515:10
[INFO] [stderr]      |
[INFO] [stderr] 1515 |   let i: m128i = cast([
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1515:18
[INFO] [stderr]      |
[INFO] [stderr] 1515 |   let i: m128i = cast([
[INFO] [stderr]      |                  ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1524:11
[INFO] [stderr]      |
[INFO] [stderr] 1524 |   let ai: m128i = cast([7_i16, 3453, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1524:19
[INFO] [stderr]      |
[INFO] [stderr] 1524 |   let ai: m128i = cast([7_i16, 3453, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1525:11
[INFO] [stderr]      |
[INFO] [stderr] 1525 |   let bi: m128i = cast([1_i16, 2, 2342, 9654, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1525:19
[INFO] [stderr]      |
[INFO] [stderr] 1525 |   let bi: m128i = cast([1_i16, 2, 2342, 9654, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1526:23
[INFO] [stderr]      |
[INFO] [stderr] 1526 |   let out: [i16; 8] = cast(ai.mul_high_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1532:11
[INFO] [stderr]      |
[INFO] [stderr] 1532 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1532:19
[INFO] [stderr]      |
[INFO] [stderr] 1532 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1533:11
[INFO] [stderr]      |
[INFO] [stderr] 1533 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1533:19
[INFO] [stderr]      |
[INFO] [stderr] 1533 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1534:23
[INFO] [stderr]      |
[INFO] [stderr] 1534 |   let out: [i16; 8] = cast(ai.mul_low_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1540:11
[INFO] [stderr]      |
[INFO] [stderr] 1540 |   let ai: m128i = cast([7_u16, 5000, 17000, 9001, 3543, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1540:19
[INFO] [stderr]      |
[INFO] [stderr] 1540 |   let ai: m128i = cast([7_u16, 5000, 17000, 9001, 3543, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1541:11
[INFO] [stderr]      |
[INFO] [stderr] 1541 |   let bi: m128i = cast([1_u16, 8, 26, 23, core::u16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1541:19
[INFO] [stderr]      |
[INFO] [stderr] 1541 |   let bi: m128i = cast([1_u16, 8, 26, 23, core::u16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1542:23
[INFO] [stderr]      |
[INFO] [stderr] 1542 |   let out: [u16; 8] = cast(ai.mul_high_u16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1548:11
[INFO] [stderr]      |
[INFO] [stderr] 1548 |   let ai: m128i = cast([67_777_777_i64, 8765]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1548:19
[INFO] [stderr]      |
[INFO] [stderr] 1548 |   let ai: m128i = cast([67_777_777_i64, 8765]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1549:11
[INFO] [stderr]      |
[INFO] [stderr] 1549 |   let bi: m128i = cast([3_i64, 12]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1549:19
[INFO] [stderr]      |
[INFO] [stderr] 1549 |   let bi: m128i = cast([3_i64, 12]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1550:23
[INFO] [stderr]      |
[INFO] [stderr] 1550 |   let out: [u64; 2] = cast(ai.half_mul_u32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1556:11
[INFO] [stderr]      |
[INFO] [stderr] 1556 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1556:19
[INFO] [stderr]      |
[INFO] [stderr] 1556 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1557:11
[INFO] [stderr]      |
[INFO] [stderr] 1557 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1557:19
[INFO] [stderr]      |
[INFO] [stderr] 1557 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1558:23
[INFO] [stderr]      |
[INFO] [stderr] 1558 |   let out: [i8; 16] = cast(ai.pack_i16_saturating_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1567:11
[INFO] [stderr]      |
[INFO] [stderr] 1567 |   let ai: m128i = cast([-1_i32, 23, 8, 6]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1567:19
[INFO] [stderr]      |
[INFO] [stderr] 1567 |   let ai: m128i = cast([-1_i32, 23, 8, 6]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1568:11
[INFO] [stderr]      |
[INFO] [stderr] 1568 |   let bi: m128i = cast([-1_i32, -800_000, 8, 6]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1568:19
[INFO] [stderr]      |
[INFO] [stderr] 1568 |   let bi: m128i = cast([-1_i32, -800_000, 8, 6]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1569:23
[INFO] [stderr]      |
[INFO] [stderr] 1569 |   let out: [i16; 8] = cast(ai.pack_i32_saturating_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1575:11
[INFO] [stderr]      |
[INFO] [stderr] 1575 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1575:19
[INFO] [stderr]      |
[INFO] [stderr] 1575 |   let ai: m128i = cast([7_i16, 1, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1576:11
[INFO] [stderr]      |
[INFO] [stderr] 1576 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1576:19
[INFO] [stderr]      |
[INFO] [stderr] 1576 |   let bi: m128i = cast([1_i16, 2, 2, 1, core::i16::MAX, 8, 9, 20]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1577:23
[INFO] [stderr]      |
[INFO] [stderr] 1577 |   let out: [u8; 16] = cast(ai.pack_i16_saturating_u8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1586:11
[INFO] [stderr]      |
[INFO] [stderr] 1586 |   let ai: m128i = cast([
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1586:19
[INFO] [stderr]      |
[INFO] [stderr] 1586 |   let ai: m128i = cast([
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1589:11
[INFO] [stderr]      |
[INFO] [stderr] 1589 |   let bi: m128i = cast([1_i8, 2, 2, 1, -10, 8, 9, 20, 60, 40, 2, 9, -8, 26, 30, 31]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1589:19
[INFO] [stderr]      |
[INFO] [stderr] 1589 |   let bi: m128i = cast([1_i8, 2, 2, 1, -10, 8, 9, 20, 60, 40, 2, 9, -8, 26, 30, 31]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1590:23
[INFO] [stderr]      |
[INFO] [stderr] 1590 |   let out: [i64; 2] = cast(ai.signed_abs_diff_i8(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1596:10
[INFO] [stderr]      |
[INFO] [stderr] 1596 |   let i: m128i = m128i::set_i8(0, 1, -100, 127, 0, 100, 7, 2, 3, 1, -1, -5, 103, 10, 15, 16);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1597:23
[INFO] [stderr]      |
[INFO] [stderr] 1597 |   let out: [i8; 16] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1606:10
[INFO] [stderr]      |
[INFO] [stderr] 1606 |   let i: m128i =
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1608:23
[INFO] [stderr]      |
[INFO] [stderr] 1608 |   let out: [i8; 16] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1617:10
[INFO] [stderr]      |
[INFO] [stderr] 1617 |   let i: m128i = m128i::set_i16(0, 1, -100, 127, 0, 100, 7, 2);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1618:23
[INFO] [stderr]      |
[INFO] [stderr] 1618 |   let out: [i16; 8] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1624:10
[INFO] [stderr]      |
[INFO] [stderr] 1624 |   let i: m128i = m128i::set_reverse_i16(0, 1, -100, 127, 0, 100, 7, 2);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1625:23
[INFO] [stderr]      |
[INFO] [stderr] 1625 |   let out: [i16; 8] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1631:10
[INFO] [stderr]      |
[INFO] [stderr] 1631 |   let i: m128i = m128i::set_i32(0, 1, -100, 127);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1632:23
[INFO] [stderr]      |
[INFO] [stderr] 1632 |   let out: [i32; 4] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1638:10
[INFO] [stderr]      |
[INFO] [stderr] 1638 |   let i: m128i = m128i::set_reverse_i32(0, 1, -100, 127);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1639:23
[INFO] [stderr]      |
[INFO] [stderr] 1639 |   let out: [i32; 4] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1645:10
[INFO] [stderr]      |
[INFO] [stderr] 1645 |   let i: m128i = m128i::set_i64(0, 1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1646:23
[INFO] [stderr]      |
[INFO] [stderr] 1646 |   let out: [i64; 2] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1652:10
[INFO] [stderr]      |
[INFO] [stderr] 1652 |   let i: m128i = m128i::splat_i8(1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1653:23
[INFO] [stderr]      |
[INFO] [stderr] 1653 |   let out: [i8; 16] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1659:10
[INFO] [stderr]      |
[INFO] [stderr] 1659 |   let i: m128i = m128i::splat_i16(1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1660:23
[INFO] [stderr]      |
[INFO] [stderr] 1660 |   let out: [i16; 8] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1666:10
[INFO] [stderr]      |
[INFO] [stderr] 1666 |   let i: m128i = m128i::splat_i32(1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1667:23
[INFO] [stderr]      |
[INFO] [stderr] 1667 |   let out: [i32; 4] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1673:10
[INFO] [stderr]      |
[INFO] [stderr] 1673 |   let i: m128i = m128i::splat_i64(1);
[INFO] [stderr]      |          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1674:23
[INFO] [stderr]      |
[INFO] [stderr] 1674 |   let out: [i64; 2] = cast(i);
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1680:11
[INFO] [stderr]      |
[INFO] [stderr] 1680 |   let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1680:19
[INFO] [stderr]      |
[INFO] [stderr] 1680 |   let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1681:11
[INFO] [stderr]      |
[INFO] [stderr] 1681 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1681:19
[INFO] [stderr]      |
[INFO] [stderr] 1681 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1682:23
[INFO] [stderr]      |
[INFO] [stderr] 1682 |   let out: [i16; 8] = cast(ai.shift_left_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1688:11
[INFO] [stderr]      |
[INFO] [stderr] 1688 |   let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1688:19
[INFO] [stderr]      |
[INFO] [stderr] 1688 |   let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1689:11
[INFO] [stderr]      |
[INFO] [stderr] 1689 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1689:19
[INFO] [stderr]      |
[INFO] [stderr] 1689 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1690:23
[INFO] [stderr]      |
[INFO] [stderr] 1690 |   let out: [i32; 4] = cast(ai.shift_left_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1696:11
[INFO] [stderr]      |
[INFO] [stderr] 1696 |   let ai: m128i = cast([1_i64, core::i64::MAX]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1696:19
[INFO] [stderr]      |
[INFO] [stderr] 1696 |   let ai: m128i = cast([1_i64, core::i64::MAX]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1697:11
[INFO] [stderr]      |
[INFO] [stderr] 1697 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1697:19
[INFO] [stderr]      |
[INFO] [stderr] 1697 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1698:23
[INFO] [stderr]      |
[INFO] [stderr] 1698 |   let out: [i64; 2] = cast(ai.shift_left_i64(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1704:11
[INFO] [stderr]      |
[INFO] [stderr] 1704 |   let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1704:19
[INFO] [stderr]      |
[INFO] [stderr] 1704 |   let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1705:11
[INFO] [stderr]      |
[INFO] [stderr] 1705 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1705:19
[INFO] [stderr]      |
[INFO] [stderr] 1705 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1706:23
[INFO] [stderr]      |
[INFO] [stderr] 1706 |   let out: [i16; 8] = cast(ai.shift_right_sign_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1712:11
[INFO] [stderr]      |
[INFO] [stderr] 1712 |   let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1712:19
[INFO] [stderr]      |
[INFO] [stderr] 1712 |   let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1713:11
[INFO] [stderr]      |
[INFO] [stderr] 1713 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1713:19
[INFO] [stderr]      |
[INFO] [stderr] 1713 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1714:23
[INFO] [stderr]      |
[INFO] [stderr] 1714 |   let out: [i32; 4] = cast(ai.shift_right_sign_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1720:11
[INFO] [stderr]      |
[INFO] [stderr] 1720 |   let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1720:19
[INFO] [stderr]      |
[INFO] [stderr] 1720 |   let ai: m128i = cast([5_i16, 2, core::i16::MAX, core::i16::MAX, 0, 100, 7, 2]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1721:11
[INFO] [stderr]      |
[INFO] [stderr] 1721 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1721:19
[INFO] [stderr]      |
[INFO] [stderr] 1721 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1722:23
[INFO] [stderr]      |
[INFO] [stderr] 1722 |   let out: [i16; 8] = cast(ai.shift_right_zero_i16(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1728:11
[INFO] [stderr]      |
[INFO] [stderr] 1728 |   let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1728:19
[INFO] [stderr]      |
[INFO] [stderr] 1728 |   let ai: m128i = cast([3_i32, 2, core::i32::MAX, core::i32::MAX]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1729:11
[INFO] [stderr]      |
[INFO] [stderr] 1729 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1729:19
[INFO] [stderr]      |
[INFO] [stderr] 1729 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1730:23
[INFO] [stderr]      |
[INFO] [stderr] 1730 |   let out: [i32; 4] = cast(ai.shift_right_zero_i32(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1736:11
[INFO] [stderr]      |
[INFO] [stderr] 1736 |   let ai: m128i = cast([1_i64, core::i64::MAX]);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1736:19
[INFO] [stderr]      |
[INFO] [stderr] 1736 |   let ai: m128i = cast([1_i64, core::i64::MAX]);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `m128i` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1737:11
[INFO] [stderr]      |
[INFO] [stderr] 1737 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1737:19
[INFO] [stderr]      |
[INFO] [stderr] 1737 |   let bi: m128i = cast(2_i128);
[INFO] [stderr]      |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `cast` in this scope
[INFO] [stderr]     --> tests/sse2.rs:1738:23
[INFO] [stderr]      |
[INFO] [stderr] 1738 |   let out: [i64; 2] = cast(ai.shift_right_zero_i64(bi));
[INFO] [stderr]      |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intel_simd_help::*`
[INFO] [stderr]  --> tests/sse2.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use intel_simd_help::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 776 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `winit-gfx-hal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9b866f2cebd99f5938c09c6e9d98b980d4afab4d0480383bb7f591bf6de95872"`
[INFO] running `"docker" "rm" "-f" "9b866f2cebd99f5938c09c6e9d98b980d4afab4d0480383bb7f591bf6de95872"`
[INFO] [stdout] 9b866f2cebd99f5938c09c6e9d98b980d4afab4d0480383bb7f591bf6de95872
