[INFO] crate winit-gfx-hal 0.0.0 is already in cache [INFO] testing winit-gfx-hal-0.0.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate winit-gfx-hal 0.0.0 into work/builds/worker-10/source [INFO] validating manifest of crates.io crate winit-gfx-hal 0.0.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-10/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 9ec6fbc8aa16227b13df3bdc2da8b0a80905b81ca17b97b494f09e2a90e74f20 [INFO] running `"docker" "start" "-a" "9ec6fbc8aa16227b13df3bdc2da8b0a80905b81ca17b97b494f09e2a90e74f20"` [INFO] [stderr] Compiling winit-gfx-hal v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "9ec6fbc8aa16227b13df3bdc2da8b0a80905b81ca17b97b494f09e2a90e74f20"` [INFO] running `"docker" "rm" "-f" "9ec6fbc8aa16227b13df3bdc2da8b0a80905b81ca17b97b494f09e2a90e74f20"` [INFO] [stdout] 9ec6fbc8aa16227b13df3bdc2da8b0a80905b81ca17b97b494f09e2a90e74f20 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] cadabe9c38e1f8f891279b1baa5b1864a128b1175721eac613bf9a61195ac4fb [INFO] running `"docker" "start" "-a" "cadabe9c38e1f8f891279b1baa5b1864a128b1175721eac613bf9a61195ac4fb"` [INFO] [stderr] Compiling winit-gfx-hal v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import [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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `winit-gfx-hal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import [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] error[E0432]: unresolved import [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] 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[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] warning: unused import: `lokacore::*` [INFO] [stderr] --> tests/branchless.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use lokacore::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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: Could not compile `winit-gfx-hal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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::(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::(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::(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] 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] 60 | try_cast_slice_mut::(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] 68 | try_cast_slice_mut::(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] 73 | try_cast_slice_mut::(the_bytes).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `test_try_cast_slice_mut` [INFO] [stderr] [INFO] [stderr] warning: unused import: `lokacore::*` [INFO] [stderr] --> tests/cast_slice_tests.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use lokacore::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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: Could not compile `winit-gfx-hal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `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 `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: cannot find macro `shuffle128!` in this scope [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] error: cannot find macro `shuffle128!` in this scope [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] 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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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] warning: unused import: `intel_simd_help::*` [INFO] [stderr] --> tests/sse.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 471 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] warning: build failed, waiting for other jobs to finish... [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 `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: 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[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 `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] [ERROR] error running command: command timed out after 900 seconds [INFO] running `"docker" "inspect" "cadabe9c38e1f8f891279b1baa5b1864a128b1175721eac613bf9a61195ac4fb"` [INFO] running `"docker" "rm" "-f" "cadabe9c38e1f8f891279b1baa5b1864a128b1175721eac613bf9a61195ac4fb"` [INFO] [stdout] cadabe9c38e1f8f891279b1baa5b1864a128b1175721eac613bf9a61195ac4fb