[INFO] crate typed_arch 0.1.1 is already in cache
[INFO] checking typed_arch-0.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate typed_arch 0.1.1 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate typed_arch 0.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate typed_arch 0.1.1
[INFO] finished tweaking crates.io crate typed_arch 0.1.1
[INFO] tweaked toml for crates.io crate typed_arch 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 3fabd792c9abeae46da88f3291277e5e5464f0cba89c5bd539dbd3e39952bf79
[INFO] running `"docker" "start" "-a" "3fabd792c9abeae46da88f3291277e5e5464f0cba89c5bd539dbd3e39952bf79"`
[INFO] [stderr]     Checking typed_arch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `core::simd`
[INFO] [stderr]  --> src/lib.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | use core::{mem, simd};
[INFO] [stderr]   |                 ^^^^ no `simd` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/avx.rs:9:32
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 {
[INFO] [stderr]   |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/avx.rs:9:42
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 {
[INFO] [stderr]   |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/avx.rs:9:52
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 {
[INFO] [stderr]   |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx.rs:19:33
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx.rs:19:43
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 |     a: i8x32,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     b: i8x32,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 |     mask: i8x32, // FIXME: should be m8x32
[INFO] [stderr]    |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:13:6
[INFO] [stderr]    |
[INFO] [stderr] 13 | ) -> i8x32 {
[INFO] [stderr]    |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/sse.rs:9:31
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]   |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/sse.rs:9:41
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]   |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:16:29
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:16:39
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:23:40
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:30:29
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:30:39
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:30:49
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:40:33
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:40:43
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:40:63
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 {
[INFO] [stderr]    |                                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:16:31
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:16:41
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:16:51
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:23:42
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:23:52
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:33:32
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:33:42
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:33:52
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:43:32
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:43:42
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:43:52
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:53:32
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:53:42
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:53:52
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:63:33
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:63:43
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:63:53
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:73:32
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:73:42
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:73:52
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:83:33
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:83:43
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:83:53
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]    |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:93:31
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:93:41
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:93:51
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:100:52
[INFO] [stderr]     |
[INFO] [stderr] 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:110:33
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:110:43
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:110:53
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:120:32
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:120:42
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:120:52
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:130:31
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:130:41
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:130:51
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:137:32
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:137:42
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:137:52
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:147:31
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:147:41
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:147:51
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:154:34
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:154:44
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:154:54
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:164:34
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:164:44
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:164:54
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:174:34
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:174:44
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:174:54
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:184:32
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:184:42
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:184:52
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:194:31
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:194:41
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:194:51
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:201:31
[INFO] [stderr]     |
[INFO] [stderr] 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:201:41
[INFO] [stderr]     |
[INFO] [stderr] 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:201:51
[INFO] [stderr]     |
[INFO] [stderr] 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:208:32
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:208:42
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:208:52
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:218:32
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:218:42
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:218:52
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:228:32
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:228:42
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:228:52
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:238:32
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:238:42
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:238:52
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:248:33
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:248:43
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:248:53
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:258:32
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:258:42
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:258:52
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:268:33
[INFO] [stderr]     |
[INFO] [stderr] 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:268:43
[INFO] [stderr]     |
[INFO] [stderr] 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:268:53
[INFO] [stderr]     |
[INFO] [stderr] 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:278:33
[INFO] [stderr]     |
[INFO] [stderr] 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:278:51
[INFO] [stderr]     |
[INFO] [stderr] 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:297:33
[INFO] [stderr]     |
[INFO] [stderr] 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:297:51
[INFO] [stderr]     |
[INFO] [stderr] 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:312:33
[INFO] [stderr]     |
[INFO] [stderr] 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:312:51
[INFO] [stderr]     |
[INFO] [stderr] 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:325:32
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:325:42
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:325:52
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:335:32
[INFO] [stderr]     |
[INFO] [stderr] 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:335:42
[INFO] [stderr]     |
[INFO] [stderr] 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:335:52
[INFO] [stderr]     |
[INFO] [stderr] 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:345:32
[INFO] [stderr]     |
[INFO] [stderr] 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:345:42
[INFO] [stderr]     |
[INFO] [stderr] 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:345:52
[INFO] [stderr]     |
[INFO] [stderr] 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:355:33
[INFO] [stderr]     |
[INFO] [stderr] 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:355:50
[INFO] [stderr]     |
[INFO] [stderr] 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:374:33
[INFO] [stderr]     |
[INFO] [stderr] 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:374:50
[INFO] [stderr]     |
[INFO] [stderr] 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:389:32
[INFO] [stderr]     |
[INFO] [stderr] 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:389:42
[INFO] [stderr]     |
[INFO] [stderr] 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:389:52
[INFO] [stderr]     |
[INFO] [stderr] 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:399:32
[INFO] [stderr]     |
[INFO] [stderr] 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:399:42
[INFO] [stderr]     |
[INFO] [stderr] 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:399:52
[INFO] [stderr]     |
[INFO] [stderr] 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:409:32
[INFO] [stderr]     |
[INFO] [stderr] 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:409:42
[INFO] [stderr]     |
[INFO] [stderr] 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:409:52
[INFO] [stderr]     |
[INFO] [stderr] 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:419:32
[INFO] [stderr]     |
[INFO] [stderr] 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:419:42
[INFO] [stderr]     |
[INFO] [stderr] 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:419:52
[INFO] [stderr]     |
[INFO] [stderr] 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:429:32
[INFO] [stderr]     |
[INFO] [stderr] 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:429:42
[INFO] [stderr]     |
[INFO] [stderr] 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:429:52
[INFO] [stderr]     |
[INFO] [stderr] 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:439:33
[INFO] [stderr]     |
[INFO] [stderr] 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:439:50
[INFO] [stderr]     |
[INFO] [stderr] 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:458:33
[INFO] [stderr]     |
[INFO] [stderr] 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:458:50
[INFO] [stderr]     |
[INFO] [stderr] 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:473:33
[INFO] [stderr]     |
[INFO] [stderr] 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:473:50
[INFO] [stderr]     |
[INFO] [stderr] 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:486:33
[INFO] [stderr]     |
[INFO] [stderr] 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:486:43
[INFO] [stderr]     |
[INFO] [stderr] 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:486:53
[INFO] [stderr]     |
[INFO] [stderr] 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:496:34
[INFO] [stderr]     |
[INFO] [stderr] 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:496:44
[INFO] [stderr]     |
[INFO] [stderr] 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:496:54
[INFO] [stderr]     |
[INFO] [stderr] 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:506:34
[INFO] [stderr]     |
[INFO] [stderr] 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:506:44
[INFO] [stderr]     |
[INFO] [stderr] 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:506:54
[INFO] [stderr]     |
[INFO] [stderr] 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:516:33
[INFO] [stderr]     |
[INFO] [stderr] 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:516:43
[INFO] [stderr]     |
[INFO] [stderr] 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:516:53
[INFO] [stderr]     |
[INFO] [stderr] 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:526:34
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:526:44
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:526:54
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:536:34
[INFO] [stderr]     |
[INFO] [stderr] 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:536:44
[INFO] [stderr]     |
[INFO] [stderr] 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:536:54
[INFO] [stderr]     |
[INFO] [stderr] 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:546:33
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:546:43
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:546:53
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:556:34
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:556:44
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:556:54
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:566:34
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:566:44
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:566:54
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:576:34
[INFO] [stderr]     |
[INFO] [stderr] 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:576:44
[INFO] [stderr]     |
[INFO] [stderr] 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:583:33
[INFO] [stderr]     |
[INFO] [stderr] 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:583:51
[INFO] [stderr]     |
[INFO] [stderr] 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:590:34
[INFO] [stderr]     |
[INFO] [stderr] 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:590:44
[INFO] [stderr]     |
[INFO] [stderr] 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:597:34
[INFO] [stderr]     |
[INFO] [stderr] 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:597:44
[INFO] [stderr]     |
[INFO] [stderr] 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:604:44
[INFO] [stderr]     |
[INFO] [stderr] 604 | pub unsafe fn _mm_cvtsi32_si128(a: i32) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:611:36
[INFO] [stderr]     |
[INFO] [stderr] 611 | pub unsafe fn _mm_cvtsi128_si32(a: i32x4) -> i32 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:618:51
[INFO] [stderr]     |
[INFO] [stderr] 618 | pub unsafe fn _mm_set_epi64x(e1: i64, e0: i64) -> i64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:625:68
[INFO] [stderr]     |
[INFO] [stderr] 625 | pub unsafe fn _mm_set_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 {
[INFO] [stderr]     |                                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:634:6
[INFO] [stderr]     |
[INFO] [stderr] 634 | ) -> i16x8 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:647:6
[INFO] [stderr]     |
[INFO] [stderr] 647 | ) -> i8x16 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:657:42
[INFO] [stderr]     |
[INFO] [stderr] 657 | pub unsafe fn _mm_set1_epi64x(a: i64) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:664:41
[INFO] [stderr]     |
[INFO] [stderr] 664 | pub unsafe fn _mm_set1_epi32(a: i32) -> i32x4 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:671:41
[INFO] [stderr]     |
[INFO] [stderr] 671 | pub unsafe fn _mm_set1_epi16(a: i16) -> i16x8 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:678:39
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub unsafe fn _mm_set1_epi8(a: i8) -> i8x16 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:685:69
[INFO] [stderr]     |
[INFO] [stderr] 685 | pub unsafe fn _mm_setr_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 {
[INFO] [stderr]     |                                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:694:6
[INFO] [stderr]     |
[INFO] [stderr] 694 | ) -> i16x8 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:707:6
[INFO] [stderr]     |
[INFO] [stderr] 707 | ) -> i8x16 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:717:48
[INFO] [stderr]     |
[INFO] [stderr] 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 {
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:717:58
[INFO] [stderr]     |
[INFO] [stderr] 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 {
[INFO] [stderr]     |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:734:8
[INFO] [stderr]     |
[INFO] [stderr] 734 |     a: i8x16,
[INFO] [stderr]     |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:735:11
[INFO] [stderr]     |
[INFO] [stderr] 735 |     mask: i8x16,
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:750:47
[INFO] [stderr]     |
[INFO] [stderr] 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:750:57
[INFO] [stderr]     |
[INFO] [stderr] 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:761:33
[INFO] [stderr]     |
[INFO] [stderr] 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:761:43
[INFO] [stderr]     |
[INFO] [stderr] 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:771:34
[INFO] [stderr]     |
[INFO] [stderr] 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:771:44
[INFO] [stderr]     |
[INFO] [stderr] 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:771:54
[INFO] [stderr]     |
[INFO] [stderr] 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:784:34
[INFO] [stderr]     |
[INFO] [stderr] 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:784:44
[INFO] [stderr]     |
[INFO] [stderr] 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:784:54
[INFO] [stderr]     |
[INFO] [stderr] 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:797:35
[INFO] [stderr]     |
[INFO] [stderr] 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 {
[INFO] [stderr]     |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:797:45
[INFO] [stderr]     |
[INFO] [stderr] 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 {
[INFO] [stderr]     |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:797:55
[INFO] [stderr]     |
[INFO] [stderr] 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 {
[INFO] [stderr]     |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:807:36
[INFO] [stderr]     |
[INFO] [stderr] 807 | pub unsafe fn _mm_extract_epi16(a: i16x8, i: u8) -> i16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:826:35
[INFO] [stderr]     |
[INFO] [stderr] 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 {
[INFO] [stderr]     |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:826:60
[INFO] [stderr]     |
[INFO] [stderr] 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 {
[INFO] [stderr]     |                                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:846:36
[INFO] [stderr]     |
[INFO] [stderr] 846 | pub unsafe fn _mm_movemask_epi8(a: i8x16) -> i16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:854:36
[INFO] [stderr]     |
[INFO] [stderr] 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:854:59
[INFO] [stderr]     |
[INFO] [stderr] 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 {
[INFO] [stderr]     |                                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:871:38
[INFO] [stderr]     |
[INFO] [stderr] 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:871:61
[INFO] [stderr]     |
[INFO] [stderr] 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:888:38
[INFO] [stderr]     |
[INFO] [stderr] 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:888:61
[INFO] [stderr]     |
[INFO] [stderr] 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:902:36
[INFO] [stderr]     |
[INFO] [stderr] 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:902:46
[INFO] [stderr]     |
[INFO] [stderr] 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:902:56
[INFO] [stderr]     |
[INFO] [stderr] 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:912:37
[INFO] [stderr]     |
[INFO] [stderr] 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:912:47
[INFO] [stderr]     |
[INFO] [stderr] 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:912:57
[INFO] [stderr]     |
[INFO] [stderr] 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:922:37
[INFO] [stderr]     |
[INFO] [stderr] 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:922:47
[INFO] [stderr]     |
[INFO] [stderr] 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:922:57
[INFO] [stderr]     |
[INFO] [stderr] 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:932:37
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:932:47
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:932:57
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:942:36
[INFO] [stderr]     |
[INFO] [stderr] 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:942:46
[INFO] [stderr]     |
[INFO] [stderr] 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:942:56
[INFO] [stderr]     |
[INFO] [stderr] 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:952:37
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:952:47
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:952:57
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:962:37
[INFO] [stderr]     |
[INFO] [stderr] 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:962:47
[INFO] [stderr]     |
[INFO] [stderr] 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:962:57
[INFO] [stderr]     |
[INFO] [stderr] 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:972:37
[INFO] [stderr]     |
[INFO] [stderr] 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:972:47
[INFO] [stderr]     |
[INFO] [stderr] 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:972:57
[INFO] [stderr]     |
[INFO] [stderr] 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:983:29
[INFO] [stderr]     |
[INFO] [stderr] 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:983:39
[INFO] [stderr]     |
[INFO] [stderr] 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:983:49
[INFO] [stderr]     |
[INFO] [stderr] 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:991:29
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:991:39
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:991:49
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:999:29
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:999:39
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:999:49
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1007:29
[INFO] [stderr]      |
[INFO] [stderr] 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1007:39
[INFO] [stderr]      |
[INFO] [stderr] 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1007:49
[INFO] [stderr]      |
[INFO] [stderr] 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1015:29
[INFO] [stderr]      |
[INFO] [stderr] 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1015:39
[INFO] [stderr]      |
[INFO] [stderr] 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1015:49
[INFO] [stderr]      |
[INFO] [stderr] 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1023:29
[INFO] [stderr]      |
[INFO] [stderr] 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1023:39
[INFO] [stderr]      |
[INFO] [stderr] 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1023:49
[INFO] [stderr]      |
[INFO] [stderr] 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1031:29
[INFO] [stderr]      |
[INFO] [stderr] 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1031:39
[INFO] [stderr]      |
[INFO] [stderr] 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1031:49
[INFO] [stderr]      |
[INFO] [stderr] 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1039:29
[INFO] [stderr]      |
[INFO] [stderr] 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1039:39
[INFO] [stderr]      |
[INFO] [stderr] 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1039:49
[INFO] [stderr]      |
[INFO] [stderr] 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1047:29
[INFO] [stderr]      |
[INFO] [stderr] 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1047:39
[INFO] [stderr]      |
[INFO] [stderr] 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1047:49
[INFO] [stderr]      |
[INFO] [stderr] 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1055:29
[INFO] [stderr]      |
[INFO] [stderr] 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1055:39
[INFO] [stderr]      |
[INFO] [stderr] 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1055:49
[INFO] [stderr]      |
[INFO] [stderr] 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1063:30
[INFO] [stderr]      |
[INFO] [stderr] 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1063:40
[INFO] [stderr]      |
[INFO] [stderr] 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1063:50
[INFO] [stderr]      |
[INFO] [stderr] 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1070:30
[INFO] [stderr]      |
[INFO] [stderr] 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 {
[INFO] [stderr]      |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1070:40
[INFO] [stderr]      |
[INFO] [stderr] 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 {
[INFO] [stderr]      |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1078:29
[INFO] [stderr]      |
[INFO] [stderr] 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1078:39
[INFO] [stderr]      |
[INFO] [stderr] 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1078:49
[INFO] [stderr]      |
[INFO] [stderr] 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1086:29
[INFO] [stderr]      |
[INFO] [stderr] 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1086:39
[INFO] [stderr]      |
[INFO] [stderr] 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1086:49
[INFO] [stderr]      |
[INFO] [stderr] 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1094:29
[INFO] [stderr]      |
[INFO] [stderr] 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1094:39
[INFO] [stderr]      |
[INFO] [stderr] 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1094:49
[INFO] [stderr]      |
[INFO] [stderr] 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1101:32
[INFO] [stderr]      |
[INFO] [stderr] 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1101:42
[INFO] [stderr]      |
[INFO] [stderr] 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1101:52
[INFO] [stderr]      |
[INFO] [stderr] 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1111:28
[INFO] [stderr]      |
[INFO] [stderr] 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1111:38
[INFO] [stderr]      |
[INFO] [stderr] 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1111:48
[INFO] [stderr]      |
[INFO] [stderr] 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1118:29
[INFO] [stderr]      |
[INFO] [stderr] 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1118:39
[INFO] [stderr]      |
[INFO] [stderr] 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1118:49
[INFO] [stderr]      |
[INFO] [stderr] 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1126:31
[INFO] [stderr]      |
[INFO] [stderr] 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1126:41
[INFO] [stderr]      |
[INFO] [stderr] 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1126:51
[INFO] [stderr]      |
[INFO] [stderr] 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1134:31
[INFO] [stderr]      |
[INFO] [stderr] 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1134:41
[INFO] [stderr]      |
[INFO] [stderr] 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1134:51
[INFO] [stderr]      |
[INFO] [stderr] 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1142:31
[INFO] [stderr]      |
[INFO] [stderr] 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1142:41
[INFO] [stderr]      |
[INFO] [stderr] 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1142:51
[INFO] [stderr]      |
[INFO] [stderr] 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1150:31
[INFO] [stderr]      |
[INFO] [stderr] 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1150:41
[INFO] [stderr]      |
[INFO] [stderr] 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1150:51
[INFO] [stderr]      |
[INFO] [stderr] 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1158:31
[INFO] [stderr]      |
[INFO] [stderr] 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1158:41
[INFO] [stderr]      |
[INFO] [stderr] 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1158:51
[INFO] [stderr]      |
[INFO] [stderr] 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1168:32
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1168:42
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1168:52
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1180:34
[INFO] [stderr]      |
[INFO] [stderr] 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1180:44
[INFO] [stderr]      |
[INFO] [stderr] 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1180:54
[INFO] [stderr]      |
[INFO] [stderr] 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1191:32
[INFO] [stderr]      |
[INFO] [stderr] 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1191:42
[INFO] [stderr]      |
[INFO] [stderr] 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1191:52
[INFO] [stderr]      |
[INFO] [stderr] 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1202:32
[INFO] [stderr]      |
[INFO] [stderr] 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1202:42
[INFO] [stderr]      |
[INFO] [stderr] 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1202:52
[INFO] [stderr]      |
[INFO] [stderr] 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1213:32
[INFO] [stderr]      |
[INFO] [stderr] 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1213:42
[INFO] [stderr]      |
[INFO] [stderr] 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1213:52
[INFO] [stderr]      |
[INFO] [stderr] 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1224:32
[INFO] [stderr]      |
[INFO] [stderr] 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1224:42
[INFO] [stderr]      |
[INFO] [stderr] 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1224:52
[INFO] [stderr]      |
[INFO] [stderr] 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1235:32
[INFO] [stderr]      |
[INFO] [stderr] 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1235:42
[INFO] [stderr]      |
[INFO] [stderr] 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1235:52
[INFO] [stderr]      |
[INFO] [stderr] 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1245:31
[INFO] [stderr]      |
[INFO] [stderr] 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1245:41
[INFO] [stderr]      |
[INFO] [stderr] 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1245:51
[INFO] [stderr]      |
[INFO] [stderr] 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1252:31
[INFO] [stderr]      |
[INFO] [stderr] 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1252:41
[INFO] [stderr]      |
[INFO] [stderr] 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1252:51
[INFO] [stderr]      |
[INFO] [stderr] 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1259:31
[INFO] [stderr]      |
[INFO] [stderr] 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1259:41
[INFO] [stderr]      |
[INFO] [stderr] 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1259:51
[INFO] [stderr]      |
[INFO] [stderr] 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1266:31
[INFO] [stderr]      |
[INFO] [stderr] 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1266:41
[INFO] [stderr]      |
[INFO] [stderr] 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1266:51
[INFO] [stderr]      |
[INFO] [stderr] 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1273:31
[INFO] [stderr]      |
[INFO] [stderr] 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1273:41
[INFO] [stderr]      |
[INFO] [stderr] 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1273:51
[INFO] [stderr]      |
[INFO] [stderr] 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1280:32
[INFO] [stderr]      |
[INFO] [stderr] 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1280:42
[INFO] [stderr]      |
[INFO] [stderr] 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1280:52
[INFO] [stderr]      |
[INFO] [stderr] 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1290:34
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1290:44
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1290:54
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1300:32
[INFO] [stderr]      |
[INFO] [stderr] 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1300:42
[INFO] [stderr]      |
[INFO] [stderr] 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1300:52
[INFO] [stderr]      |
[INFO] [stderr] 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1310:32
[INFO] [stderr]      |
[INFO] [stderr] 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1310:42
[INFO] [stderr]      |
[INFO] [stderr] 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1310:52
[INFO] [stderr]      |
[INFO] [stderr] 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1320:32
[INFO] [stderr]      |
[INFO] [stderr] 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1320:42
[INFO] [stderr]      |
[INFO] [stderr] 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1320:52
[INFO] [stderr]      |
[INFO] [stderr] 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1330:32
[INFO] [stderr]      |
[INFO] [stderr] 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1330:42
[INFO] [stderr]      |
[INFO] [stderr] 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1330:52
[INFO] [stderr]      |
[INFO] [stderr] 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1341:32
[INFO] [stderr]      |
[INFO] [stderr] 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1341:42
[INFO] [stderr]      |
[INFO] [stderr] 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1341:52
[INFO] [stderr]      |
[INFO] [stderr] 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1351:32
[INFO] [stderr]      |
[INFO] [stderr] 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1351:42
[INFO] [stderr]      |
[INFO] [stderr] 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1358:32
[INFO] [stderr]      |
[INFO] [stderr] 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1358:42
[INFO] [stderr]      |
[INFO] [stderr] 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1365:32
[INFO] [stderr]      |
[INFO] [stderr] 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1365:42
[INFO] [stderr]      |
[INFO] [stderr] 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1372:32
[INFO] [stderr]      |
[INFO] [stderr] 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1372:42
[INFO] [stderr]      |
[INFO] [stderr] 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1379:32
[INFO] [stderr]      |
[INFO] [stderr] 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1379:42
[INFO] [stderr]      |
[INFO] [stderr] 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1386:33
[INFO] [stderr]      |
[INFO] [stderr] 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1386:43
[INFO] [stderr]      |
[INFO] [stderr] 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1393:33
[INFO] [stderr]      |
[INFO] [stderr] 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1393:43
[INFO] [stderr]      |
[INFO] [stderr] 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1400:33
[INFO] [stderr]      |
[INFO] [stderr] 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1400:43
[INFO] [stderr]      |
[INFO] [stderr] 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1407:33
[INFO] [stderr]      |
[INFO] [stderr] 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1407:43
[INFO] [stderr]      |
[INFO] [stderr] 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1414:33
[INFO] [stderr]      |
[INFO] [stderr] 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1414:43
[INFO] [stderr]      |
[INFO] [stderr] 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1421:33
[INFO] [stderr]      |
[INFO] [stderr] 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1421:43
[INFO] [stderr]      |
[INFO] [stderr] 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1428:34
[INFO] [stderr]      |
[INFO] [stderr] 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1428:44
[INFO] [stderr]      |
[INFO] [stderr] 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1436:31
[INFO] [stderr]      |
[INFO] [stderr] 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1436:41
[INFO] [stderr]      |
[INFO] [stderr] 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1444:31
[INFO] [stderr]      |
[INFO] [stderr] 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1444:41
[INFO] [stderr]      |
[INFO] [stderr] 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1452:34
[INFO] [stderr]      |
[INFO] [stderr] 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1452:44
[INFO] [stderr]      |
[INFO] [stderr] 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1460:33
[INFO] [stderr]      |
[INFO] [stderr] 1460 | pub unsafe fn _mm_cvtsd_si32(a: f64x2) -> i32 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1470:31
[INFO] [stderr]      |
[INFO] [stderr] 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1470:41
[INFO] [stderr]      |
[INFO] [stderr] 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1470:51
[INFO] [stderr]      |
[INFO] [stderr] 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1477:32
[INFO] [stderr]      |
[INFO] [stderr] 1477 | pub unsafe fn _mm_cvtsd_f64(a: f64x2) -> f64 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1487:31
[INFO] [stderr]      |
[INFO] [stderr] 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1487:41
[INFO] [stderr]      |
[INFO] [stderr] 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1487:51
[INFO] [stderr]      |
[INFO] [stderr] 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1495:35
[INFO] [stderr]      |
[INFO] [stderr] 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1495:45
[INFO] [stderr]      |
[INFO] [stderr] 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1503:34
[INFO] [stderr]      |
[INFO] [stderr] 1503 | pub unsafe fn _mm_cvttsd_si32(a: f64x2) -> i32 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1511:35
[INFO] [stderr]      |
[INFO] [stderr] 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1511:45
[INFO] [stderr]      |
[INFO] [stderr] 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1519:37
[INFO] [stderr]      |
[INFO] [stderr] 1519 | pub unsafe fn _mm_set_sd(a: f64) -> f64x2 {
[INFO] [stderr]      |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1527:38
[INFO] [stderr]      |
[INFO] [stderr] 1527 | pub unsafe fn _mm_set1_pd(a: f64) -> f64x2 {
[INFO] [stderr]      |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1535:38
[INFO] [stderr]      |
[INFO] [stderr] 1535 | pub unsafe fn _mm_set_pd1(a: f64) -> f64x2 {
[INFO] [stderr]      |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1543:45
[INFO] [stderr]      |
[INFO] [stderr] 1543 | pub unsafe fn _mm_set_pd(a: f64, b: f64) -> f64x2 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1551:46
[INFO] [stderr]      |
[INFO] [stderr] 1551 | pub unsafe fn _mm_setr_pd(a: f64, b: f64) -> f64x2 {
[INFO] [stderr]      |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1559:35
[INFO] [stderr]      |
[INFO] [stderr] 1559 | pub unsafe fn _mm_setzero_pd() -> f64x2 {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1569:34
[INFO] [stderr]      |
[INFO] [stderr] 1569 | pub unsafe fn _mm_movemask_pd(a: f64x2) -> i32 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1579:44
[INFO] [stderr]      |
[INFO] [stderr] 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1579:54
[INFO] [stderr]      |
[INFO] [stderr] 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1587:52
[INFO] [stderr]      |
[INFO] [stderr] 1587 | pub unsafe fn _mm_load_sd(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1596:31
[INFO] [stderr]      |
[INFO] [stderr] 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1596:63
[INFO] [stderr]      |
[INFO] [stderr] 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1605:31
[INFO] [stderr]      |
[INFO] [stderr] 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1605:63
[INFO] [stderr]      |
[INFO] [stderr] 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1615:44
[INFO] [stderr]      |
[INFO] [stderr] 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1615:54
[INFO] [stderr]      |
[INFO] [stderr] 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1623:51
[INFO] [stderr]      |
[INFO] [stderr] 1623 | pub unsafe fn _mm_store_sd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1632:43
[INFO] [stderr]      |
[INFO] [stderr] 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1632:53
[INFO] [stderr]      |
[INFO] [stderr] 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1641:52
[INFO] [stderr]      |
[INFO] [stderr] 1641 | pub unsafe fn _mm_storeu_pd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1650:44
[INFO] [stderr]      |
[INFO] [stderr] 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1650:54
[INFO] [stderr]      |
[INFO] [stderr] 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1659:44
[INFO] [stderr]      |
[INFO] [stderr] 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1659:54
[INFO] [stderr]      |
[INFO] [stderr] 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1669:44
[INFO] [stderr]      |
[INFO] [stderr] 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1669:54
[INFO] [stderr]      |
[INFO] [stderr] 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1677:52
[INFO] [stderr]      |
[INFO] [stderr] 1677 | pub unsafe fn _mm_storeh_pd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1685:52
[INFO] [stderr]      |
[INFO] [stderr] 1685 | pub unsafe fn _mm_storel_pd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1693:53
[INFO] [stderr]      |
[INFO] [stderr] 1693 | pub unsafe fn _mm_load1_pd(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1701:53
[INFO] [stderr]      |
[INFO] [stderr] 1701 | pub unsafe fn _mm_load_pd1(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1710:45
[INFO] [stderr]      |
[INFO] [stderr] 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1710:55
[INFO] [stderr]      |
[INFO] [stderr] 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1719:53
[INFO] [stderr]      |
[INFO] [stderr] 1719 | pub unsafe fn _mm_loadu_pd(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1727:33
[INFO] [stderr]      |
[INFO] [stderr] 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1727:43
[INFO] [stderr]      |
[INFO] [stderr] 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1727:66
[INFO] [stderr]      |
[INFO] [stderr] 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 {
[INFO] [stderr]      |                                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1745:30
[INFO] [stderr]      |
[INFO] [stderr] 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1745:40
[INFO] [stderr]      |
[INFO] [stderr] 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1745:50
[INFO] [stderr]      |
[INFO] [stderr] 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1753:32
[INFO] [stderr]      |
[INFO] [stderr] 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1753:42
[INFO] [stderr]      |
[INFO] [stderr] 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1761:35
[INFO] [stderr]      |
[INFO] [stderr] 1761 | pub unsafe fn _mm_castpd_si128(a: f64x2) -> ::arch::__m128i {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1769:32
[INFO] [stderr]      |
[INFO] [stderr] 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1769:42
[INFO] [stderr]      |
[INFO] [stderr] 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1777:35
[INFO] [stderr]      |
[INFO] [stderr] 1777 | pub unsafe fn _mm_castps_si128(a: f32x4) -> ::arch::__m128i {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1785:55
[INFO] [stderr]      |
[INFO] [stderr] 1785 | pub unsafe fn _mm_castsi128_pd(a: ::arch::__m128i) -> f64x2 {
[INFO] [stderr]      |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1793:55
[INFO] [stderr]      |
[INFO] [stderr] 1793 | pub unsafe fn _mm_castsi128_ps(a: ::arch::__m128i) -> f32x4 {
[INFO] [stderr]      |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1800:37
[INFO] [stderr]      |
[INFO] [stderr] 1800 | pub unsafe fn _mm_undefined_pd() -> f64x2 {
[INFO] [stderr]      |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1811:34
[INFO] [stderr]      |
[INFO] [stderr] 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1811:44
[INFO] [stderr]      |
[INFO] [stderr] 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1811:54
[INFO] [stderr]      |
[INFO] [stderr] 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1825:34
[INFO] [stderr]      |
[INFO] [stderr] 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1825:44
[INFO] [stderr]      |
[INFO] [stderr] 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1825:54
[INFO] [stderr]      |
[INFO] [stderr] 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1837:31
[INFO] [stderr]      |
[INFO] [stderr] 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1837:41
[INFO] [stderr]      |
[INFO] [stderr] 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1846:33
[INFO] [stderr]      |
[INFO] [stderr] 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1846:43
[INFO] [stderr]      |
[INFO] [stderr] 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1854:50
[INFO] [stderr]      |
[INFO] [stderr] 1854 | pub unsafe fn _mm_set_epi64(e1: i64, e0: i64) -> i64x2 {
[INFO] [stderr]      |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1865:41
[INFO] [stderr]      |
[INFO] [stderr] 1865 | pub unsafe fn _mm_set1_epi64(a: i64) -> i64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1873:51
[INFO] [stderr]      |
[INFO] [stderr] 1873 | pub unsafe fn _mm_setr_epi64(e1: i64, e0: i64) -> i64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1884:36
[INFO] [stderr]      |
[INFO] [stderr] 1884 | pub unsafe fn _mm_movepi64_pi64(a: i64x2) -> i64 {
[INFO] [stderr]      |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1892:44
[INFO] [stderr]      |
[INFO] [stderr] 1892 | pub unsafe fn _mm_movpi64_epi64(a: i64) -> i64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1901:33
[INFO] [stderr]      |
[INFO] [stderr] 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1901:43
[INFO] [stderr]      |
[INFO] [stderr] 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1912:34
[INFO] [stderr]      |
[INFO] [stderr] 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1912:44
[INFO] [stderr]      |
[INFO] [stderr] 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:10:32
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:10:42
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:10:52
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:21:32
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:21:42
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:21:52
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:32:40
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:32:50
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:40:30
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:40:40
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:40:50
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:48:30
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:48:40
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:48:50
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:56:30
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:56:40
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:56:50
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:67:8
[INFO] [stderr]    |
[INFO] [stderr] 67 |     a: i8x16,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:68:8
[INFO] [stderr]    |
[INFO] [stderr] 68 |     b: i8x16,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:69:11
[INFO] [stderr]    |
[INFO] [stderr] 69 |     mask: i8x16, // FIXME: mask should be m8x16
[INFO] [stderr]    |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:70:6
[INFO] [stderr]    |
[INFO] [stderr] 70 | ) -> i8x16 {
[INFO] [stderr]    |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:80:31
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 {
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:80:58
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 {
[INFO] [stderr]    |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:94:30
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:94:40
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:101:31
[INFO] [stderr]     |
[INFO] [stderr] 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:101:41
[INFO] [stderr]     |
[INFO] [stderr] 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:108:36
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:108:46
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 {
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:15:35
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:15:45
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:15:55
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:27:34
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:27:44
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:27:54
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:40:34
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:40:44
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:40:54
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope
[INFO] [stderr]   --> src/x86_64/avx.rs:10:38
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 {
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope
[INFO] [stderr]   --> src/x86_64/avx.rs:10:68
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 {
[INFO] [stderr]    |                                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:11:33
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub unsafe fn _mm_cvtsd_si64(a: f64x2) -> i64 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:18:34
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub unsafe fn _mm_cvtsd_si64x(a: f64x2) -> i64 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:26:34
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub unsafe fn _mm_cvttsd_si64(a: f64x2) -> i64 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:33:35
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_cvttsd_si64x(a: f64x2) -> i64 {
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:40:44
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_cvtsi64_si128(a: i64) -> i64x2 {
[INFO] [stderr]    |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:48:45
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_cvtsi64x_si128(a: i64) -> i64x2 {
[INFO] [stderr]    |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:55:36
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub unsafe fn _mm_cvtsi128_si64(a: i64x2) -> i64 {
[INFO] [stderr]    |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:62:37
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub unsafe fn _mm_cvtsi128_si64x(a: i64x2) -> i64 {
[INFO] [stderr]    |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:70:33
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:70:51
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:78:34
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:78:52
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `core::simd`
[INFO] [stderr]  --> src/lib.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | use core::{mem, simd};
[INFO] [stderr]   |                 ^^^^ no `simd` in the root
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::arch::x86_64::__readeflags': See issue #51810 - use inline assembly instead
[INFO] [stderr]  --> src/x86_64/../x86/eflags.rs:3:16
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use arch::{__readeflags, __writeeflags};
[INFO] [stderr]   |                ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::arch::x86_64::__writeeflags': See issue #51810 - use inline assembly instead
[INFO] [stderr]  --> src/x86_64/../x86/eflags.rs:3:30
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use arch::{__readeflags, __writeeflags};
[INFO] [stderr]   |                              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1836:18
[INFO] [stderr]      |
[INFO] [stderr] 1836 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1845:18
[INFO] [stderr]      |
[INFO] [stderr] 1845 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1853:18
[INFO] [stderr]      |
[INFO] [stderr] 1853 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1864:18
[INFO] [stderr]      |
[INFO] [stderr] 1864 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1872:18
[INFO] [stderr]      |
[INFO] [stderr] 1872 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1883:18
[INFO] [stderr]      |
[INFO] [stderr] 1883 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1891:18
[INFO] [stderr]      |
[INFO] [stderr] 1891 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1900:18
[INFO] [stderr]      |
[INFO] [stderr] 1900 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1911:18
[INFO] [stderr]      |
[INFO] [stderr] 1911 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 542 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `typed_arch`.
[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 `f64x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/avx.rs:9:32
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 {
[INFO] [stderr]   |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/avx.rs:9:42
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 {
[INFO] [stderr]   |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/avx.rs:9:52
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 {
[INFO] [stderr]   |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx.rs:19:33
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx.rs:19:43
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 |     a: i8x32,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     b: i8x32,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 |     mask: i8x32, // FIXME: should be m8x32
[INFO] [stderr]    |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x32` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/avx2.rs:13:6
[INFO] [stderr]    |
[INFO] [stderr] 13 | ) -> i8x32 {
[INFO] [stderr]    |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/sse.rs:9:31
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]   |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]  --> src/x86_64/../x86/sse.rs:9:41
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]   |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:16:29
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:16:39
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:23:40
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:30:29
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:30:39
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:30:49
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:40:33
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:40:43
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse.rs:40:63
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 {
[INFO] [stderr]    |                                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:16:31
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:16:41
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:16:51
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:23:42
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:23:52
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:33:32
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:33:42
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:33:52
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:43:32
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:43:42
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:43:52
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:53:32
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:53:42
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:53:52
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:63:33
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:63:43
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:63:53
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:73:32
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:73:42
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:73:52
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:83:33
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:83:43
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:83:53
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]    |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:93:31
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:93:41
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse2.rs:93:51
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:100:42
[INFO] [stderr]     |
[INFO] [stderr] 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:100:52
[INFO] [stderr]     |
[INFO] [stderr] 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:110:33
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:110:43
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:110:53
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:120:32
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:120:42
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:120:52
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:130:31
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:130:41
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:130:51
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:137:32
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:137:42
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:137:52
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:147:31
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:147:41
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:147:51
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:154:34
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:154:44
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:154:54
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:164:34
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:164:44
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:164:54
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:174:34
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:174:44
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:174:54
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:184:32
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:184:42
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:184:52
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:194:31
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:194:41
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:194:51
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:201:31
[INFO] [stderr]     |
[INFO] [stderr] 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:201:41
[INFO] [stderr]     |
[INFO] [stderr] 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:201:51
[INFO] [stderr]     |
[INFO] [stderr] 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:208:32
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:208:42
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:208:52
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:218:32
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:218:42
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:218:52
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:228:32
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:228:42
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:228:52
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:238:32
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:238:42
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:238:52
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:248:33
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:248:43
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:248:53
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:258:32
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:258:42
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:258:52
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:268:33
[INFO] [stderr]     |
[INFO] [stderr] 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:268:43
[INFO] [stderr]     |
[INFO] [stderr] 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:268:53
[INFO] [stderr]     |
[INFO] [stderr] 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:278:33
[INFO] [stderr]     |
[INFO] [stderr] 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:278:51
[INFO] [stderr]     |
[INFO] [stderr] 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:297:33
[INFO] [stderr]     |
[INFO] [stderr] 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:297:51
[INFO] [stderr]     |
[INFO] [stderr] 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:312:33
[INFO] [stderr]     |
[INFO] [stderr] 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:312:51
[INFO] [stderr]     |
[INFO] [stderr] 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:325:32
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:325:42
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:325:52
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:335:32
[INFO] [stderr]     |
[INFO] [stderr] 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:335:42
[INFO] [stderr]     |
[INFO] [stderr] 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:335:52
[INFO] [stderr]     |
[INFO] [stderr] 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:345:32
[INFO] [stderr]     |
[INFO] [stderr] 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:345:42
[INFO] [stderr]     |
[INFO] [stderr] 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:345:52
[INFO] [stderr]     |
[INFO] [stderr] 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:355:33
[INFO] [stderr]     |
[INFO] [stderr] 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:355:50
[INFO] [stderr]     |
[INFO] [stderr] 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:374:33
[INFO] [stderr]     |
[INFO] [stderr] 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:374:50
[INFO] [stderr]     |
[INFO] [stderr] 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:389:32
[INFO] [stderr]     |
[INFO] [stderr] 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:389:42
[INFO] [stderr]     |
[INFO] [stderr] 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:389:52
[INFO] [stderr]     |
[INFO] [stderr] 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:399:32
[INFO] [stderr]     |
[INFO] [stderr] 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:399:42
[INFO] [stderr]     |
[INFO] [stderr] 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:399:52
[INFO] [stderr]     |
[INFO] [stderr] 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:409:32
[INFO] [stderr]     |
[INFO] [stderr] 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:409:42
[INFO] [stderr]     |
[INFO] [stderr] 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:409:52
[INFO] [stderr]     |
[INFO] [stderr] 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:419:32
[INFO] [stderr]     |
[INFO] [stderr] 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:419:42
[INFO] [stderr]     |
[INFO] [stderr] 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:419:52
[INFO] [stderr]     |
[INFO] [stderr] 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:429:32
[INFO] [stderr]     |
[INFO] [stderr] 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:429:42
[INFO] [stderr]     |
[INFO] [stderr] 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:429:52
[INFO] [stderr]     |
[INFO] [stderr] 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:439:33
[INFO] [stderr]     |
[INFO] [stderr] 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:439:50
[INFO] [stderr]     |
[INFO] [stderr] 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:458:33
[INFO] [stderr]     |
[INFO] [stderr] 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:458:50
[INFO] [stderr]     |
[INFO] [stderr] 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:473:33
[INFO] [stderr]     |
[INFO] [stderr] 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:473:50
[INFO] [stderr]     |
[INFO] [stderr] 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:486:33
[INFO] [stderr]     |
[INFO] [stderr] 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:486:43
[INFO] [stderr]     |
[INFO] [stderr] 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:486:53
[INFO] [stderr]     |
[INFO] [stderr] 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:496:34
[INFO] [stderr]     |
[INFO] [stderr] 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:496:44
[INFO] [stderr]     |
[INFO] [stderr] 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:496:54
[INFO] [stderr]     |
[INFO] [stderr] 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:506:34
[INFO] [stderr]     |
[INFO] [stderr] 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:506:44
[INFO] [stderr]     |
[INFO] [stderr] 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:506:54
[INFO] [stderr]     |
[INFO] [stderr] 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:516:33
[INFO] [stderr]     |
[INFO] [stderr] 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:516:43
[INFO] [stderr]     |
[INFO] [stderr] 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:516:53
[INFO] [stderr]     |
[INFO] [stderr] 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:526:34
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:526:44
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:526:54
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:536:34
[INFO] [stderr]     |
[INFO] [stderr] 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:536:44
[INFO] [stderr]     |
[INFO] [stderr] 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:536:54
[INFO] [stderr]     |
[INFO] [stderr] 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:546:33
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:546:43
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:546:53
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:556:34
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:556:44
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:556:54
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:566:34
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:566:44
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:566:54
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:576:34
[INFO] [stderr]     |
[INFO] [stderr] 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:576:44
[INFO] [stderr]     |
[INFO] [stderr] 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:583:33
[INFO] [stderr]     |
[INFO] [stderr] 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:583:51
[INFO] [stderr]     |
[INFO] [stderr] 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:590:34
[INFO] [stderr]     |
[INFO] [stderr] 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:590:44
[INFO] [stderr]     |
[INFO] [stderr] 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:597:34
[INFO] [stderr]     |
[INFO] [stderr] 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:597:44
[INFO] [stderr]     |
[INFO] [stderr] 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:604:44
[INFO] [stderr]     |
[INFO] [stderr] 604 | pub unsafe fn _mm_cvtsi32_si128(a: i32) -> i32x4 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:611:36
[INFO] [stderr]     |
[INFO] [stderr] 611 | pub unsafe fn _mm_cvtsi128_si32(a: i32x4) -> i32 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:618:51
[INFO] [stderr]     |
[INFO] [stderr] 618 | pub unsafe fn _mm_set_epi64x(e1: i64, e0: i64) -> i64x2 {
[INFO] [stderr]     |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:625:68
[INFO] [stderr]     |
[INFO] [stderr] 625 | pub unsafe fn _mm_set_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 {
[INFO] [stderr]     |                                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:634:6
[INFO] [stderr]     |
[INFO] [stderr] 634 | ) -> i16x8 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:647:6
[INFO] [stderr]     |
[INFO] [stderr] 647 | ) -> i8x16 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:657:42
[INFO] [stderr]     |
[INFO] [stderr] 657 | pub unsafe fn _mm_set1_epi64x(a: i64) -> i64x2 {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:664:41
[INFO] [stderr]     |
[INFO] [stderr] 664 | pub unsafe fn _mm_set1_epi32(a: i32) -> i32x4 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:671:41
[INFO] [stderr]     |
[INFO] [stderr] 671 | pub unsafe fn _mm_set1_epi16(a: i16) -> i16x8 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:678:39
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub unsafe fn _mm_set1_epi8(a: i8) -> i8x16 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:685:69
[INFO] [stderr]     |
[INFO] [stderr] 685 | pub unsafe fn _mm_setr_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 {
[INFO] [stderr]     |                                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:694:6
[INFO] [stderr]     |
[INFO] [stderr] 694 | ) -> i16x8 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:707:6
[INFO] [stderr]     |
[INFO] [stderr] 707 | ) -> i8x16 {
[INFO] [stderr]     |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:717:48
[INFO] [stderr]     |
[INFO] [stderr] 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 {
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:717:58
[INFO] [stderr]     |
[INFO] [stderr] 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 {
[INFO] [stderr]     |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:734:8
[INFO] [stderr]     |
[INFO] [stderr] 734 |     a: i8x16,
[INFO] [stderr]     |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:735:11
[INFO] [stderr]     |
[INFO] [stderr] 735 |     mask: i8x16,
[INFO] [stderr]     |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:750:47
[INFO] [stderr]     |
[INFO] [stderr] 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:750:57
[INFO] [stderr]     |
[INFO] [stderr] 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:761:33
[INFO] [stderr]     |
[INFO] [stderr] 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 {
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:761:43
[INFO] [stderr]     |
[INFO] [stderr] 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:771:34
[INFO] [stderr]     |
[INFO] [stderr] 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:771:44
[INFO] [stderr]     |
[INFO] [stderr] 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:771:54
[INFO] [stderr]     |
[INFO] [stderr] 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:784:34
[INFO] [stderr]     |
[INFO] [stderr] 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 {
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:784:44
[INFO] [stderr]     |
[INFO] [stderr] 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:784:54
[INFO] [stderr]     |
[INFO] [stderr] 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:797:35
[INFO] [stderr]     |
[INFO] [stderr] 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 {
[INFO] [stderr]     |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:797:45
[INFO] [stderr]     |
[INFO] [stderr] 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 {
[INFO] [stderr]     |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:797:55
[INFO] [stderr]     |
[INFO] [stderr] 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 {
[INFO] [stderr]     |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:807:36
[INFO] [stderr]     |
[INFO] [stderr] 807 | pub unsafe fn _mm_extract_epi16(a: i16x8, i: u8) -> i16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:826:35
[INFO] [stderr]     |
[INFO] [stderr] 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 {
[INFO] [stderr]     |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:826:60
[INFO] [stderr]     |
[INFO] [stderr] 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 {
[INFO] [stderr]     |                                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:846:36
[INFO] [stderr]     |
[INFO] [stderr] 846 | pub unsafe fn _mm_movemask_epi8(a: i8x16) -> i16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:854:36
[INFO] [stderr]     |
[INFO] [stderr] 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:854:59
[INFO] [stderr]     |
[INFO] [stderr] 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 {
[INFO] [stderr]     |                                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:871:38
[INFO] [stderr]     |
[INFO] [stderr] 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:871:61
[INFO] [stderr]     |
[INFO] [stderr] 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:888:38
[INFO] [stderr]     |
[INFO] [stderr] 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:888:61
[INFO] [stderr]     |
[INFO] [stderr] 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 {
[INFO] [stderr]     |                                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:902:36
[INFO] [stderr]     |
[INFO] [stderr] 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:902:46
[INFO] [stderr]     |
[INFO] [stderr] 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:902:56
[INFO] [stderr]     |
[INFO] [stderr] 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:912:37
[INFO] [stderr]     |
[INFO] [stderr] 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:912:47
[INFO] [stderr]     |
[INFO] [stderr] 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:912:57
[INFO] [stderr]     |
[INFO] [stderr] 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:922:37
[INFO] [stderr]     |
[INFO] [stderr] 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:922:47
[INFO] [stderr]     |
[INFO] [stderr] 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:922:57
[INFO] [stderr]     |
[INFO] [stderr] 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:932:37
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:932:47
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:932:57
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:942:36
[INFO] [stderr]     |
[INFO] [stderr] 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:942:46
[INFO] [stderr]     |
[INFO] [stderr] 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:942:56
[INFO] [stderr]     |
[INFO] [stderr] 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 {
[INFO] [stderr]     |                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:952:37
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:952:47
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:952:57
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:962:37
[INFO] [stderr]     |
[INFO] [stderr] 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:962:47
[INFO] [stderr]     |
[INFO] [stderr] 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:962:57
[INFO] [stderr]     |
[INFO] [stderr] 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:972:37
[INFO] [stderr]     |
[INFO] [stderr] 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:972:47
[INFO] [stderr]     |
[INFO] [stderr] 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:972:57
[INFO] [stderr]     |
[INFO] [stderr] 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 {
[INFO] [stderr]     |                                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:983:29
[INFO] [stderr]     |
[INFO] [stderr] 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:983:39
[INFO] [stderr]     |
[INFO] [stderr] 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:983:49
[INFO] [stderr]     |
[INFO] [stderr] 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:991:29
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:991:39
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:991:49
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:999:29
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:999:39
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse2.rs:999:49
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1007:29
[INFO] [stderr]      |
[INFO] [stderr] 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1007:39
[INFO] [stderr]      |
[INFO] [stderr] 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1007:49
[INFO] [stderr]      |
[INFO] [stderr] 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1015:29
[INFO] [stderr]      |
[INFO] [stderr] 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1015:39
[INFO] [stderr]      |
[INFO] [stderr] 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1015:49
[INFO] [stderr]      |
[INFO] [stderr] 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1023:29
[INFO] [stderr]      |
[INFO] [stderr] 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1023:39
[INFO] [stderr]      |
[INFO] [stderr] 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1023:49
[INFO] [stderr]      |
[INFO] [stderr] 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1031:29
[INFO] [stderr]      |
[INFO] [stderr] 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1031:39
[INFO] [stderr]      |
[INFO] [stderr] 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1031:49
[INFO] [stderr]      |
[INFO] [stderr] 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1039:29
[INFO] [stderr]      |
[INFO] [stderr] 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1039:39
[INFO] [stderr]      |
[INFO] [stderr] 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1039:49
[INFO] [stderr]      |
[INFO] [stderr] 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1047:29
[INFO] [stderr]      |
[INFO] [stderr] 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1047:39
[INFO] [stderr]      |
[INFO] [stderr] 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1047:49
[INFO] [stderr]      |
[INFO] [stderr] 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1055:29
[INFO] [stderr]      |
[INFO] [stderr] 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1055:39
[INFO] [stderr]      |
[INFO] [stderr] 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1055:49
[INFO] [stderr]      |
[INFO] [stderr] 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1063:30
[INFO] [stderr]      |
[INFO] [stderr] 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1063:40
[INFO] [stderr]      |
[INFO] [stderr] 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1063:50
[INFO] [stderr]      |
[INFO] [stderr] 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1070:30
[INFO] [stderr]      |
[INFO] [stderr] 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 {
[INFO] [stderr]      |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1070:40
[INFO] [stderr]      |
[INFO] [stderr] 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 {
[INFO] [stderr]      |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1078:29
[INFO] [stderr]      |
[INFO] [stderr] 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1078:39
[INFO] [stderr]      |
[INFO] [stderr] 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1078:49
[INFO] [stderr]      |
[INFO] [stderr] 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1086:29
[INFO] [stderr]      |
[INFO] [stderr] 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1086:39
[INFO] [stderr]      |
[INFO] [stderr] 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1086:49
[INFO] [stderr]      |
[INFO] [stderr] 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1094:29
[INFO] [stderr]      |
[INFO] [stderr] 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1094:39
[INFO] [stderr]      |
[INFO] [stderr] 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1094:49
[INFO] [stderr]      |
[INFO] [stderr] 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1101:32
[INFO] [stderr]      |
[INFO] [stderr] 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1101:42
[INFO] [stderr]      |
[INFO] [stderr] 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1101:52
[INFO] [stderr]      |
[INFO] [stderr] 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1111:28
[INFO] [stderr]      |
[INFO] [stderr] 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1111:38
[INFO] [stderr]      |
[INFO] [stderr] 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1111:48
[INFO] [stderr]      |
[INFO] [stderr] 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1118:29
[INFO] [stderr]      |
[INFO] [stderr] 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1118:39
[INFO] [stderr]      |
[INFO] [stderr] 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1118:49
[INFO] [stderr]      |
[INFO] [stderr] 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1126:31
[INFO] [stderr]      |
[INFO] [stderr] 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1126:41
[INFO] [stderr]      |
[INFO] [stderr] 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1126:51
[INFO] [stderr]      |
[INFO] [stderr] 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1134:31
[INFO] [stderr]      |
[INFO] [stderr] 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1134:41
[INFO] [stderr]      |
[INFO] [stderr] 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1134:51
[INFO] [stderr]      |
[INFO] [stderr] 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1142:31
[INFO] [stderr]      |
[INFO] [stderr] 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1142:41
[INFO] [stderr]      |
[INFO] [stderr] 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1142:51
[INFO] [stderr]      |
[INFO] [stderr] 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1150:31
[INFO] [stderr]      |
[INFO] [stderr] 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1150:41
[INFO] [stderr]      |
[INFO] [stderr] 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1150:51
[INFO] [stderr]      |
[INFO] [stderr] 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1158:31
[INFO] [stderr]      |
[INFO] [stderr] 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1158:41
[INFO] [stderr]      |
[INFO] [stderr] 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1158:51
[INFO] [stderr]      |
[INFO] [stderr] 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1168:32
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1168:42
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1168:52
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1180:34
[INFO] [stderr]      |
[INFO] [stderr] 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1180:44
[INFO] [stderr]      |
[INFO] [stderr] 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1180:54
[INFO] [stderr]      |
[INFO] [stderr] 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1191:32
[INFO] [stderr]      |
[INFO] [stderr] 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1191:42
[INFO] [stderr]      |
[INFO] [stderr] 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1191:52
[INFO] [stderr]      |
[INFO] [stderr] 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1202:32
[INFO] [stderr]      |
[INFO] [stderr] 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1202:42
[INFO] [stderr]      |
[INFO] [stderr] 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1202:52
[INFO] [stderr]      |
[INFO] [stderr] 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1213:32
[INFO] [stderr]      |
[INFO] [stderr] 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1213:42
[INFO] [stderr]      |
[INFO] [stderr] 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1213:52
[INFO] [stderr]      |
[INFO] [stderr] 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1224:32
[INFO] [stderr]      |
[INFO] [stderr] 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1224:42
[INFO] [stderr]      |
[INFO] [stderr] 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1224:52
[INFO] [stderr]      |
[INFO] [stderr] 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1235:32
[INFO] [stderr]      |
[INFO] [stderr] 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1235:42
[INFO] [stderr]      |
[INFO] [stderr] 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1235:52
[INFO] [stderr]      |
[INFO] [stderr] 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1245:31
[INFO] [stderr]      |
[INFO] [stderr] 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1245:41
[INFO] [stderr]      |
[INFO] [stderr] 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1245:51
[INFO] [stderr]      |
[INFO] [stderr] 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1252:31
[INFO] [stderr]      |
[INFO] [stderr] 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1252:41
[INFO] [stderr]      |
[INFO] [stderr] 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1252:51
[INFO] [stderr]      |
[INFO] [stderr] 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1259:31
[INFO] [stderr]      |
[INFO] [stderr] 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1259:41
[INFO] [stderr]      |
[INFO] [stderr] 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1259:51
[INFO] [stderr]      |
[INFO] [stderr] 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1266:31
[INFO] [stderr]      |
[INFO] [stderr] 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1266:41
[INFO] [stderr]      |
[INFO] [stderr] 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1266:51
[INFO] [stderr]      |
[INFO] [stderr] 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1273:31
[INFO] [stderr]      |
[INFO] [stderr] 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1273:41
[INFO] [stderr]      |
[INFO] [stderr] 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1273:51
[INFO] [stderr]      |
[INFO] [stderr] 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1280:32
[INFO] [stderr]      |
[INFO] [stderr] 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1280:42
[INFO] [stderr]      |
[INFO] [stderr] 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1280:52
[INFO] [stderr]      |
[INFO] [stderr] 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1290:34
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1290:44
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1290:54
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1300:32
[INFO] [stderr]      |
[INFO] [stderr] 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1300:42
[INFO] [stderr]      |
[INFO] [stderr] 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1300:52
[INFO] [stderr]      |
[INFO] [stderr] 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1310:32
[INFO] [stderr]      |
[INFO] [stderr] 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1310:42
[INFO] [stderr]      |
[INFO] [stderr] 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1310:52
[INFO] [stderr]      |
[INFO] [stderr] 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1320:32
[INFO] [stderr]      |
[INFO] [stderr] 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1320:42
[INFO] [stderr]      |
[INFO] [stderr] 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1320:52
[INFO] [stderr]      |
[INFO] [stderr] 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1330:32
[INFO] [stderr]      |
[INFO] [stderr] 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1330:42
[INFO] [stderr]      |
[INFO] [stderr] 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1330:52
[INFO] [stderr]      |
[INFO] [stderr] 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1341:32
[INFO] [stderr]      |
[INFO] [stderr] 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1341:42
[INFO] [stderr]      |
[INFO] [stderr] 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1341:52
[INFO] [stderr]      |
[INFO] [stderr] 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1351:32
[INFO] [stderr]      |
[INFO] [stderr] 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1351:42
[INFO] [stderr]      |
[INFO] [stderr] 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1358:32
[INFO] [stderr]      |
[INFO] [stderr] 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1358:42
[INFO] [stderr]      |
[INFO] [stderr] 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1365:32
[INFO] [stderr]      |
[INFO] [stderr] 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1365:42
[INFO] [stderr]      |
[INFO] [stderr] 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1372:32
[INFO] [stderr]      |
[INFO] [stderr] 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1372:42
[INFO] [stderr]      |
[INFO] [stderr] 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1379:32
[INFO] [stderr]      |
[INFO] [stderr] 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1379:42
[INFO] [stderr]      |
[INFO] [stderr] 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1386:33
[INFO] [stderr]      |
[INFO] [stderr] 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1386:43
[INFO] [stderr]      |
[INFO] [stderr] 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1393:33
[INFO] [stderr]      |
[INFO] [stderr] 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1393:43
[INFO] [stderr]      |
[INFO] [stderr] 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1400:33
[INFO] [stderr]      |
[INFO] [stderr] 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1400:43
[INFO] [stderr]      |
[INFO] [stderr] 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1407:33
[INFO] [stderr]      |
[INFO] [stderr] 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1407:43
[INFO] [stderr]      |
[INFO] [stderr] 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1414:33
[INFO] [stderr]      |
[INFO] [stderr] 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1414:43
[INFO] [stderr]      |
[INFO] [stderr] 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1421:33
[INFO] [stderr]      |
[INFO] [stderr] 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1421:43
[INFO] [stderr]      |
[INFO] [stderr] 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1428:34
[INFO] [stderr]      |
[INFO] [stderr] 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1428:44
[INFO] [stderr]      |
[INFO] [stderr] 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1436:31
[INFO] [stderr]      |
[INFO] [stderr] 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1436:41
[INFO] [stderr]      |
[INFO] [stderr] 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1444:31
[INFO] [stderr]      |
[INFO] [stderr] 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1444:41
[INFO] [stderr]      |
[INFO] [stderr] 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1452:34
[INFO] [stderr]      |
[INFO] [stderr] 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1452:44
[INFO] [stderr]      |
[INFO] [stderr] 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1460:33
[INFO] [stderr]      |
[INFO] [stderr] 1460 | pub unsafe fn _mm_cvtsd_si32(a: f64x2) -> i32 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1470:31
[INFO] [stderr]      |
[INFO] [stderr] 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1470:41
[INFO] [stderr]      |
[INFO] [stderr] 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1470:51
[INFO] [stderr]      |
[INFO] [stderr] 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1477:32
[INFO] [stderr]      |
[INFO] [stderr] 1477 | pub unsafe fn _mm_cvtsd_f64(a: f64x2) -> f64 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1487:31
[INFO] [stderr]      |
[INFO] [stderr] 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1487:41
[INFO] [stderr]      |
[INFO] [stderr] 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1487:51
[INFO] [stderr]      |
[INFO] [stderr] 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1495:35
[INFO] [stderr]      |
[INFO] [stderr] 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1495:45
[INFO] [stderr]      |
[INFO] [stderr] 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1503:34
[INFO] [stderr]      |
[INFO] [stderr] 1503 | pub unsafe fn _mm_cvttsd_si32(a: f64x2) -> i32 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1511:35
[INFO] [stderr]      |
[INFO] [stderr] 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1511:45
[INFO] [stderr]      |
[INFO] [stderr] 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1519:37
[INFO] [stderr]      |
[INFO] [stderr] 1519 | pub unsafe fn _mm_set_sd(a: f64) -> f64x2 {
[INFO] [stderr]      |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1527:38
[INFO] [stderr]      |
[INFO] [stderr] 1527 | pub unsafe fn _mm_set1_pd(a: f64) -> f64x2 {
[INFO] [stderr]      |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1535:38
[INFO] [stderr]      |
[INFO] [stderr] 1535 | pub unsafe fn _mm_set_pd1(a: f64) -> f64x2 {
[INFO] [stderr]      |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1543:45
[INFO] [stderr]      |
[INFO] [stderr] 1543 | pub unsafe fn _mm_set_pd(a: f64, b: f64) -> f64x2 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1551:46
[INFO] [stderr]      |
[INFO] [stderr] 1551 | pub unsafe fn _mm_setr_pd(a: f64, b: f64) -> f64x2 {
[INFO] [stderr]      |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1559:35
[INFO] [stderr]      |
[INFO] [stderr] 1559 | pub unsafe fn _mm_setzero_pd() -> f64x2 {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1569:34
[INFO] [stderr]      |
[INFO] [stderr] 1569 | pub unsafe fn _mm_movemask_pd(a: f64x2) -> i32 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1579:44
[INFO] [stderr]      |
[INFO] [stderr] 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1579:54
[INFO] [stderr]      |
[INFO] [stderr] 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1587:52
[INFO] [stderr]      |
[INFO] [stderr] 1587 | pub unsafe fn _mm_load_sd(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1596:31
[INFO] [stderr]      |
[INFO] [stderr] 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1596:63
[INFO] [stderr]      |
[INFO] [stderr] 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1605:31
[INFO] [stderr]      |
[INFO] [stderr] 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1605:63
[INFO] [stderr]      |
[INFO] [stderr] 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1615:44
[INFO] [stderr]      |
[INFO] [stderr] 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1615:54
[INFO] [stderr]      |
[INFO] [stderr] 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1623:51
[INFO] [stderr]      |
[INFO] [stderr] 1623 | pub unsafe fn _mm_store_sd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1632:43
[INFO] [stderr]      |
[INFO] [stderr] 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1632:53
[INFO] [stderr]      |
[INFO] [stderr] 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1641:52
[INFO] [stderr]      |
[INFO] [stderr] 1641 | pub unsafe fn _mm_storeu_pd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1650:44
[INFO] [stderr]      |
[INFO] [stderr] 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1650:54
[INFO] [stderr]      |
[INFO] [stderr] 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1659:44
[INFO] [stderr]      |
[INFO] [stderr] 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1659:54
[INFO] [stderr]      |
[INFO] [stderr] 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1669:44
[INFO] [stderr]      |
[INFO] [stderr] 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1669:54
[INFO] [stderr]      |
[INFO] [stderr] 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1677:52
[INFO] [stderr]      |
[INFO] [stderr] 1677 | pub unsafe fn _mm_storeh_pd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1685:52
[INFO] [stderr]      |
[INFO] [stderr] 1685 | pub unsafe fn _mm_storel_pd(mem_addr: *mut f64, a: f64x2) {
[INFO] [stderr]      |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1693:53
[INFO] [stderr]      |
[INFO] [stderr] 1693 | pub unsafe fn _mm_load1_pd(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1701:53
[INFO] [stderr]      |
[INFO] [stderr] 1701 | pub unsafe fn _mm_load_pd1(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1710:45
[INFO] [stderr]      |
[INFO] [stderr] 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1710:55
[INFO] [stderr]      |
[INFO] [stderr] 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 {
[INFO] [stderr]      |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1719:53
[INFO] [stderr]      |
[INFO] [stderr] 1719 | pub unsafe fn _mm_loadu_pd(mem_addr: *const f64) -> f64x2 {
[INFO] [stderr]      |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1727:33
[INFO] [stderr]      |
[INFO] [stderr] 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1727:43
[INFO] [stderr]      |
[INFO] [stderr] 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1727:66
[INFO] [stderr]      |
[INFO] [stderr] 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 {
[INFO] [stderr]      |                                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1745:30
[INFO] [stderr]      |
[INFO] [stderr] 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1745:40
[INFO] [stderr]      |
[INFO] [stderr] 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1745:50
[INFO] [stderr]      |
[INFO] [stderr] 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1753:32
[INFO] [stderr]      |
[INFO] [stderr] 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1753:42
[INFO] [stderr]      |
[INFO] [stderr] 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1761:35
[INFO] [stderr]      |
[INFO] [stderr] 1761 | pub unsafe fn _mm_castpd_si128(a: f64x2) -> ::arch::__m128i {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1769:32
[INFO] [stderr]      |
[INFO] [stderr] 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1769:42
[INFO] [stderr]      |
[INFO] [stderr] 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 {
[INFO] [stderr]      |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1777:35
[INFO] [stderr]      |
[INFO] [stderr] 1777 | pub unsafe fn _mm_castps_si128(a: f32x4) -> ::arch::__m128i {
[INFO] [stderr]      |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1785:55
[INFO] [stderr]      |
[INFO] [stderr] 1785 | pub unsafe fn _mm_castsi128_pd(a: ::arch::__m128i) -> f64x2 {
[INFO] [stderr]      |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1793:55
[INFO] [stderr]      |
[INFO] [stderr] 1793 | pub unsafe fn _mm_castsi128_ps(a: ::arch::__m128i) -> f32x4 {
[INFO] [stderr]      |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1800:37
[INFO] [stderr]      |
[INFO] [stderr] 1800 | pub unsafe fn _mm_undefined_pd() -> f64x2 {
[INFO] [stderr]      |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1811:34
[INFO] [stderr]      |
[INFO] [stderr] 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1811:44
[INFO] [stderr]      |
[INFO] [stderr] 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1811:54
[INFO] [stderr]      |
[INFO] [stderr] 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1825:34
[INFO] [stderr]      |
[INFO] [stderr] 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1825:44
[INFO] [stderr]      |
[INFO] [stderr] 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1825:54
[INFO] [stderr]      |
[INFO] [stderr] 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]      |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1837:31
[INFO] [stderr]      |
[INFO] [stderr] 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 {
[INFO] [stderr]      |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1837:41
[INFO] [stderr]      |
[INFO] [stderr] 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1846:33
[INFO] [stderr]      |
[INFO] [stderr] 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1846:43
[INFO] [stderr]      |
[INFO] [stderr] 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1854:50
[INFO] [stderr]      |
[INFO] [stderr] 1854 | pub unsafe fn _mm_set_epi64(e1: i64, e0: i64) -> i64x2 {
[INFO] [stderr]      |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1865:41
[INFO] [stderr]      |
[INFO] [stderr] 1865 | pub unsafe fn _mm_set1_epi64(a: i64) -> i64x2 {
[INFO] [stderr]      |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1873:51
[INFO] [stderr]      |
[INFO] [stderr] 1873 | pub unsafe fn _mm_setr_epi64(e1: i64, e0: i64) -> i64x2 {
[INFO] [stderr]      |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1884:36
[INFO] [stderr]      |
[INFO] [stderr] 1884 | pub unsafe fn _mm_movepi64_pi64(a: i64x2) -> i64 {
[INFO] [stderr]      |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1892:44
[INFO] [stderr]      |
[INFO] [stderr] 1892 | pub unsafe fn _mm_movpi64_epi64(a: i64) -> i64x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1901:33
[INFO] [stderr]      |
[INFO] [stderr] 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1901:43
[INFO] [stderr]      |
[INFO] [stderr] 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1912:34
[INFO] [stderr]      |
[INFO] [stderr] 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i32x2` in this scope
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1912:44
[INFO] [stderr]      |
[INFO] [stderr] 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 {
[INFO] [stderr]      |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:10:32
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:10:42
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:10:52
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:21:32
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:21:42
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:21:52
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:32:40
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:32:50
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:40:30
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:40:40
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:40:50
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:48:30
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:48:40
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:48:50
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:56:30
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:56:40
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse3.rs:56:50
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 {
[INFO] [stderr]    |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:67:8
[INFO] [stderr]    |
[INFO] [stderr] 67 |     a: i8x16,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:68:8
[INFO] [stderr]    |
[INFO] [stderr] 68 |     b: i8x16,
[INFO] [stderr]    |        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:69:11
[INFO] [stderr]    |
[INFO] [stderr] 69 |     mask: i8x16, // FIXME: mask should be m8x16
[INFO] [stderr]    |           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:70:6
[INFO] [stderr]    |
[INFO] [stderr] 70 | ) -> i8x16 {
[INFO] [stderr]    |      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:80:31
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 {
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:80:58
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 {
[INFO] [stderr]    |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:94:30
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/sse41.rs:94:40
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]    |                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:101:31
[INFO] [stderr]     |
[INFO] [stderr] 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]     |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f32x4` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:101:41
[INFO] [stderr]     |
[INFO] [stderr] 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 {
[INFO] [stderr]     |                                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:108:36
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 {
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]    --> src/x86_64/../x86/sse41.rs:108:46
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 {
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:15:35
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:15:45
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `u8x16` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:15:55
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 {
[INFO] [stderr]    |                                                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:27:34
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:27:44
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:27:54
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:40:34
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:40:44
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i16x8` in this scope
[INFO] [stderr]   --> src/x86_64/../x86/ssse3.rs:40:54
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 {
[INFO] [stderr]    |                                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope
[INFO] [stderr]   --> src/x86_64/avx.rs:10:38
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 {
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x4` in this scope
[INFO] [stderr]   --> src/x86_64/avx.rs:10:68
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 {
[INFO] [stderr]    |                                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:11:33
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub unsafe fn _mm_cvtsd_si64(a: f64x2) -> i64 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:18:34
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub unsafe fn _mm_cvtsd_si64x(a: f64x2) -> i64 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:26:34
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub unsafe fn _mm_cvttsd_si64(a: f64x2) -> i64 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:33:35
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub unsafe fn _mm_cvttsd_si64x(a: f64x2) -> i64 {
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:40:44
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub unsafe fn _mm_cvtsi64_si128(a: i64) -> i64x2 {
[INFO] [stderr]    |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:48:45
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub unsafe fn _mm_cvtsi64x_si128(a: i64) -> i64x2 {
[INFO] [stderr]    |                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:55:36
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub unsafe fn _mm_cvtsi128_si64(a: i64x2) -> i64 {
[INFO] [stderr]    |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `i64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:62:37
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub unsafe fn _mm_cvtsi128_si64x(a: i64x2) -> i64 {
[INFO] [stderr]    |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:70:33
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:70:51
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:78:34
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `f64x2` in this scope
[INFO] [stderr]   --> src/x86_64/sse2.rs:78:52
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 {
[INFO] [stderr]    |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::arch::x86_64::__readeflags': See issue #51810 - use inline assembly instead
[INFO] [stderr]  --> src/x86_64/../x86/eflags.rs:3:16
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use arch::{__readeflags, __writeeflags};
[INFO] [stderr]   |                ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::arch::x86_64::__writeeflags': See issue #51810 - use inline assembly instead
[INFO] [stderr]  --> src/x86_64/../x86/eflags.rs:3:30
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use arch::{__readeflags, __writeeflags};
[INFO] [stderr]   |                              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1836:18
[INFO] [stderr]      |
[INFO] [stderr] 1836 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1845:18
[INFO] [stderr]      |
[INFO] [stderr] 1845 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1853:18
[INFO] [stderr]      |
[INFO] [stderr] 1853 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1864:18
[INFO] [stderr]      |
[INFO] [stderr] 1864 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1872:18
[INFO] [stderr]      |
[INFO] [stderr] 1872 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1883:18
[INFO] [stderr]      |
[INFO] [stderr] 1883 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1891:18
[INFO] [stderr]      |
[INFO] [stderr] 1891 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1900:18
[INFO] [stderr]      |
[INFO] [stderr] 1900 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the target feature `mmx` is currently unstable
[INFO] [stderr]     --> src/x86_64/../x86/sse2.rs:1911:18
[INFO] [stderr]      |
[INFO] [stderr] 1911 | #[target_feature(enable = "sse2,mmx")]
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
[INFO] [stderr]      = help: add `#![feature(mmx_target_feature)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 542 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `typed_arch`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3fabd792c9abeae46da88f3291277e5e5464f0cba89c5bd539dbd3e39952bf79"`
[INFO] running `"docker" "rm" "-f" "3fabd792c9abeae46da88f3291277e5e5464f0cba89c5bd539dbd3e39952bf79"`
[INFO] [stdout] 3fabd792c9abeae46da88f3291277e5e5464f0cba89c5bd539dbd3e39952bf79
