[INFO] updating cached repository https://github.com/yupferris/gloat
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 64a5bc178ecb6cfc14b201b32c2dc40b529a91c2
[INFO] checking yupferris/gloat against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyupferris%2Fgloat" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] [stderr] Checking out files:  81% (303/370)   
Checking out files:  82% (304/370)   
Checking out files:  83% (308/370)   
Checking out files:  84% (311/370)   
Checking out files:  85% (315/370)   
Checking out files:  86% (319/370)   
Checking out files:  87% (322/370)   
Checking out files:  88% (326/370)   
Checking out files:  89% (330/370)   
Checking out files:  90% (333/370)   
Checking out files:  91% (337/370)   
Checking out files:  92% (341/370)   
Checking out files:  93% (345/370)   
Checking out files:  94% (348/370)   
Checking out files:  95% (352/370)   
Checking out files:  96% (356/370)   
Checking out files:  97% (359/370)   
Checking out files:  98% (363/370)   
Checking out files:  98% (365/370)   
Checking out files:  99% (367/370)   
Checking out files: 100% (370/370)   
Checking out files: 100% (370/370), done.
[INFO] validating manifest of git repo https://github.com/yupferris/gloat on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/yupferris/gloat
[INFO] finished tweaking git repo https://github.com/yupferris/gloat
[INFO] tweaked toml for git repo https://github.com/yupferris/gloat written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/yupferris/gloat already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 944355b7725a9eb8a892b008823d5ce397fc1db1d5e349a0aca5861d5d705ac1
[INFO] running `"docker" "start" "-a" "944355b7725a9eb8a892b008823d5ce397fc1db1d5e349a0aca5861d5d705ac1"`
[INFO] [stderr]    Compiling minifb v0.13.0
[INFO] [stderr]     Checking x11-dl v2.18.4
[INFO] [stderr]     Checking gloat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `std::arch::x86`
[INFO] [stderr]  --> src/vec4.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::arch::x86::*;
[INFO] [stderr]   |                ^^^ could not find `x86` in `arch`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `__m128` in this scope
[INFO] [stderr]  --> src/vec4.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 |     inner: __m128,
[INFO] [stderr]   |            ^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use core::arch::x86_64::__m128;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::arch::x86_64::__m128;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 |             inner: unsafe { _mm_set_ps(w, z, y, x) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_set_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_set_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set1_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 |             inner: unsafe { _mm_set1_ps(value) },
[INFO] [stderr]    |                             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_setzero_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:24:29
[INFO] [stderr]    |
[INFO] [stderr] 24 |             inner: unsafe { _mm_setzero_ps() },
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_setzero_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_setzero_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:29:18
[INFO] [stderr]    |
[INFO] [stderr] 29 |         unsafe { _mm_cvtss_f32(self.inner) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 1) as _)) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_shuffle_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:33:32
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 1) as _)) }
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_MM_SHUFFLE` in this scope
[INFO] [stderr]   --> src/vec4.rs:33:71
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 1) as _)) }
[INFO] [stderr]    |                                                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:37:18
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 2) as _)) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_shuffle_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:37:32
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 2) as _)) }
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_MM_SHUFFLE` in this scope
[INFO] [stderr]   --> src/vec4.rs:37:71
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 2) as _)) }
[INFO] [stderr]    |                                                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 3) as _)) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_shuffle_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:41:32
[INFO] [stderr]    |
[INFO] [stderr] 41 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 3) as _)) }
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_MM_SHUFFLE` in this scope
[INFO] [stderr]   --> src/vec4.rs:41:71
[INFO] [stderr]    |
[INFO] [stderr] 41 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 3) as _)) }
[INFO] [stderr]    |                                                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_mul_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:55:31
[INFO] [stderr]    |
[INFO] [stderr] 55 |             let mut product = _mm_mul_ps(self.inner, other.inner);
[INFO] [stderr]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_hadd_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             product = _mm_hadd_ps(product, product);
[INFO] [stderr]    |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_hadd_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             product = _mm_hadd_ps(product, product);
[INFO] [stderr]    |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:58:13
[INFO] [stderr]    |
[INFO] [stderr] 58 |             _mm_cvtss_f32(product)
[INFO] [stderr]    |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_min_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:64:29
[INFO] [stderr]    |
[INFO] [stderr] 64 |             inner: unsafe { _mm_min_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_min_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_min_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_max_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:70:29
[INFO] [stderr]    |
[INFO] [stderr] 70 |             inner: unsafe { _mm_max_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_max_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_max_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_add_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:80:29
[INFO] [stderr]    |
[INFO] [stderr] 80 |             inner: unsafe { _mm_add_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_add_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_add_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_div_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:96:29
[INFO] [stderr]    |
[INFO] [stderr] 96 |             inner: unsafe { _mm_div_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_div_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_div_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_div_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:106:29
[INFO] [stderr]     |
[INFO] [stderr] 106 |             inner: unsafe { _mm_div_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_div_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_div_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set1_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:106:52
[INFO] [stderr]     |
[INFO] [stderr] 106 |             inner: unsafe { _mm_div_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                                                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_mul_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:122:29
[INFO] [stderr]     |
[INFO] [stderr] 122 |             inner: unsafe { _mm_mul_ps(self.inner, other.inner) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_mul_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:132:29
[INFO] [stderr]     |
[INFO] [stderr] 132 |             inner: unsafe { _mm_mul_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set1_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:132:52
[INFO] [stderr]     |
[INFO] [stderr] 132 |             inner: unsafe { _mm_mul_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                                                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_sub_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:142:29
[INFO] [stderr]     |
[INFO] [stderr] 142 |             inner: unsafe { _mm_sub_ps(self.inner, other.inner) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_sub_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_sub_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 29 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error[E0432]: unresolved import `std::arch::x86`
[INFO] [stderr]  --> src/vec4.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::arch::x86::*;
[INFO] [stderr]   |                ^^^ could not find `x86` in `arch`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `gloat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0412]: cannot find type `__m128` in this scope
[INFO] [stderr]  --> src/vec4.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 |     inner: __m128,
[INFO] [stderr]   |            ^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use core::arch::x86_64::__m128;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::arch::x86_64::__m128;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 |             inner: unsafe { _mm_set_ps(w, z, y, x) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_set_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_set_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set1_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 |             inner: unsafe { _mm_set1_ps(value) },
[INFO] [stderr]    |                             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_setzero_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:24:29
[INFO] [stderr]    |
[INFO] [stderr] 24 |             inner: unsafe { _mm_setzero_ps() },
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_setzero_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_setzero_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:29:18
[INFO] [stderr]    |
[INFO] [stderr] 29 |         unsafe { _mm_cvtss_f32(self.inner) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 1) as _)) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_shuffle_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:33:32
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 1) as _)) }
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_MM_SHUFFLE` in this scope
[INFO] [stderr]   --> src/vec4.rs:33:71
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 1) as _)) }
[INFO] [stderr]    |                                                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:37:18
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 2) as _)) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_shuffle_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:37:32
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 2) as _)) }
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_MM_SHUFFLE` in this scope
[INFO] [stderr]   --> src/vec4.rs:37:71
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 2) as _)) }
[INFO] [stderr]    |                                                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 3) as _)) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_shuffle_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:41:32
[INFO] [stderr]    |
[INFO] [stderr] 41 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 3) as _)) }
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_shuffle_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_MM_SHUFFLE` in this scope
[INFO] [stderr]   --> src/vec4.rs:41:71
[INFO] [stderr]    |
[INFO] [stderr] 41 |         unsafe { _mm_cvtss_f32(_mm_shuffle_ps(self.inner, self.inner, _MM_SHUFFLE(0, 0, 0, 3) as _)) }
[INFO] [stderr]    |                                                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_MM_SHUFFLE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_mul_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:55:31
[INFO] [stderr]    |
[INFO] [stderr] 55 |             let mut product = _mm_mul_ps(self.inner, other.inner);
[INFO] [stderr]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_hadd_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             product = _mm_hadd_ps(product, product);
[INFO] [stderr]    |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_hadd_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             product = _mm_hadd_ps(product, product);
[INFO] [stderr]    |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_hadd_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_cvtss_f32` in this scope
[INFO] [stderr]   --> src/vec4.rs:58:13
[INFO] [stderr]    |
[INFO] [stderr] 58 |             _mm_cvtss_f32(product)
[INFO] [stderr]    |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_cvtss_f32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_min_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:64:29
[INFO] [stderr]    |
[INFO] [stderr] 64 |             inner: unsafe { _mm_min_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_min_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_min_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_max_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:70:29
[INFO] [stderr]    |
[INFO] [stderr] 70 |             inner: unsafe { _mm_max_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_max_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_max_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_add_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:80:29
[INFO] [stderr]    |
[INFO] [stderr] 80 |             inner: unsafe { _mm_add_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_add_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_add_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_div_ps` in this scope
[INFO] [stderr]   --> src/vec4.rs:96:29
[INFO] [stderr]    |
[INFO] [stderr] 96 |             inner: unsafe { _mm_div_ps(self.inner, other.inner) },
[INFO] [stderr]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::arch::x86_64::_mm_div_ps;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::arch::x86_64::_mm_div_ps;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_div_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:106:29
[INFO] [stderr]     |
[INFO] [stderr] 106 |             inner: unsafe { _mm_div_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_div_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_div_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set1_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:106:52
[INFO] [stderr]     |
[INFO] [stderr] 106 |             inner: unsafe { _mm_div_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                                                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_mul_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:122:29
[INFO] [stderr]     |
[INFO] [stderr] 122 |             inner: unsafe { _mm_mul_ps(self.inner, other.inner) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_mul_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:132:29
[INFO] [stderr]     |
[INFO] [stderr] 132 |             inner: unsafe { _mm_mul_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_mul_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_set1_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:132:52
[INFO] [stderr]     |
[INFO] [stderr] 132 |             inner: unsafe { _mm_mul_ps(self.inner, _mm_set1_ps(other)) },
[INFO] [stderr]     |                                                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_set1_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `_mm_sub_ps` in this scope
[INFO] [stderr]    --> src/vec4.rs:142:29
[INFO] [stderr]     |
[INFO] [stderr] 142 |             inner: unsafe { _mm_sub_ps(self.inner, other.inner) },
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::arch::x86_64::_mm_sub_ps;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use std::arch::x86_64::_mm_sub_ps;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 29 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `gloat`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "944355b7725a9eb8a892b008823d5ce397fc1db1d5e349a0aca5861d5d705ac1"`
[INFO] running `"docker" "rm" "-f" "944355b7725a9eb8a892b008823d5ce397fc1db1d5e349a0aca5861d5d705ac1"`
[INFO] [stdout] 944355b7725a9eb8a892b008823d5ce397fc1db1d5e349a0aca5861d5d705ac1
