Sep 01 03:16:13.724 INFO checking typed_arch-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 03:16:13.724 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 03:16:13.725 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:16:13.942 INFO blam! f385f6f3fa8450e2b0c79fab5061790cfc839e1de5ef93043bcb7ffb4831391d Sep 01 03:16:13.944 INFO running `"docker" "start" "-a" "f385f6f3fa8450e2b0c79fab5061790cfc839e1de5ef93043bcb7ffb4831391d"` Sep 01 03:16:14.500 INFO kablam! Checking typed_arch v0.1.1 (file:///source) Sep 01 03:16:14.677 INFO kablam! error[E0432]: unresolved import `core::simd` Sep 01 03:16:14.678 INFO kablam! --> src/lib.rs:8:17 Sep 01 03:16:14.678 INFO kablam! | Sep 01 03:16:14.678 INFO kablam! 8 | use core::{mem, simd}; Sep 01 03:16:14.678 INFO kablam! | ^^^^ no `simd` in the root Sep 01 03:16:14.678 INFO kablam! Sep 01 03:16:14.928 INFO kablam! error[E0432]: unresolved import `core::simd` Sep 01 03:16:14.928 INFO kablam! --> src/lib.rs:8:17 Sep 01 03:16:14.928 INFO kablam! | Sep 01 03:16:14.928 INFO kablam! 8 | use core::{mem, simd}; Sep 01 03:16:14.928 INFO kablam! | ^^^^ no `simd` in the root Sep 01 03:16:14.928 INFO kablam! Sep 01 03:16:17.445 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.445 INFO kablam! --> src/x86_64/../x86/avx.rs:9:32 Sep 01 03:16:17.445 INFO kablam! | Sep 01 03:16:17.445 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 01 03:16:17.445 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.446 INFO kablam! Sep 01 03:16:17.446 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.446 INFO kablam! --> src/x86_64/../x86/avx.rs:9:42 Sep 01 03:16:17.446 INFO kablam! | Sep 01 03:16:17.446 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 01 03:16:17.446 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.447 INFO kablam! Sep 01 03:16:17.447 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.447 INFO kablam! --> src/x86_64/../x86/avx.rs:9:52 Sep 01 03:16:17.447 INFO kablam! | Sep 01 03:16:17.447 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 01 03:16:17.447 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.448 INFO kablam! Sep 01 03:16:17.448 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.448 INFO kablam! --> src/x86_64/../x86/avx.rs:19:33 Sep 01 03:16:17.448 INFO kablam! | Sep 01 03:16:17.448 INFO kablam! 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 { Sep 01 03:16:17.448 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.449 INFO kablam! Sep 01 03:16:17.449 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.449 INFO kablam! --> src/x86_64/../x86/avx.rs:19:43 Sep 01 03:16:17.449 INFO kablam! | Sep 01 03:16:17.449 INFO kablam! 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 { Sep 01 03:16:17.449 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.450 INFO kablam! Sep 01 03:16:17.450 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.450 INFO kablam! --> src/x86_64/../x86/avx2.rs:10:8 Sep 01 03:16:17.450 INFO kablam! | Sep 01 03:16:17.450 INFO kablam! 10 | a: i8x32, Sep 01 03:16:17.450 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.450 INFO kablam! Sep 01 03:16:17.451 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.451 INFO kablam! --> src/x86_64/../x86/avx2.rs:11:8 Sep 01 03:16:17.451 INFO kablam! | Sep 01 03:16:17.451 INFO kablam! 11 | b: i8x32, Sep 01 03:16:17.451 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.451 INFO kablam! Sep 01 03:16:17.452 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.452 INFO kablam! --> src/x86_64/../x86/avx2.rs:12:11 Sep 01 03:16:17.452 INFO kablam! | Sep 01 03:16:17.452 INFO kablam! 12 | mask: i8x32, // FIXME: should be m8x32 Sep 01 03:16:17.452 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.452 INFO kablam! Sep 01 03:16:17.453 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.453 INFO kablam! --> src/x86_64/../x86/avx2.rs:13:6 Sep 01 03:16:17.453 INFO kablam! | Sep 01 03:16:17.453 INFO kablam! 13 | ) -> i8x32 { Sep 01 03:16:17.453 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.453 INFO kablam! Sep 01 03:16:17.454 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.454 INFO kablam! --> src/x86_64/../x86/sse.rs:9:31 Sep 01 03:16:17.454 INFO kablam! | Sep 01 03:16:17.454 INFO kablam! 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.454 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.454 INFO kablam! Sep 01 03:16:17.455 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.455 INFO kablam! --> src/x86_64/../x86/sse.rs:9:41 Sep 01 03:16:17.455 INFO kablam! | Sep 01 03:16:17.455 INFO kablam! 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.455 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.455 INFO kablam! Sep 01 03:16:17.455 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.455 INFO kablam! --> src/x86_64/../x86/sse.rs:16:29 Sep 01 03:16:17.455 INFO kablam! | Sep 01 03:16:17.456 INFO kablam! 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.456 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.456 INFO kablam! Sep 01 03:16:17.456 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.456 INFO kablam! --> src/x86_64/../x86/sse.rs:16:39 Sep 01 03:16:17.456 INFO kablam! | Sep 01 03:16:17.456 INFO kablam! 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.457 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.457 INFO kablam! Sep 01 03:16:17.457 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.457 INFO kablam! --> src/x86_64/../x86/sse.rs:23:30 Sep 01 03:16:17.457 INFO kablam! | Sep 01 03:16:17.457 INFO kablam! 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.457 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.458 INFO kablam! Sep 01 03:16:17.458 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.458 INFO kablam! --> src/x86_64/../x86/sse.rs:23:40 Sep 01 03:16:17.458 INFO kablam! | Sep 01 03:16:17.458 INFO kablam! 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.458 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.459 INFO kablam! Sep 01 03:16:17.459 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.459 INFO kablam! --> src/x86_64/../x86/sse.rs:30:29 Sep 01 03:16:17.459 INFO kablam! | Sep 01 03:16:17.459 INFO kablam! 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.459 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.460 INFO kablam! Sep 01 03:16:17.460 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.460 INFO kablam! --> src/x86_64/../x86/sse.rs:30:39 Sep 01 03:16:17.460 INFO kablam! | Sep 01 03:16:17.460 INFO kablam! 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.460 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.461 INFO kablam! Sep 01 03:16:17.461 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.461 INFO kablam! --> src/x86_64/../x86/sse.rs:30:49 Sep 01 03:16:17.461 INFO kablam! | Sep 01 03:16:17.461 INFO kablam! 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.461 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.462 INFO kablam! Sep 01 03:16:17.462 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.462 INFO kablam! --> src/x86_64/../x86/sse.rs:40:33 Sep 01 03:16:17.462 INFO kablam! | Sep 01 03:16:17.462 INFO kablam! 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 { Sep 01 03:16:17.462 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.462 INFO kablam! Sep 01 03:16:17.463 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.463 INFO kablam! --> src/x86_64/../x86/sse.rs:40:43 Sep 01 03:16:17.463 INFO kablam! | Sep 01 03:16:17.463 INFO kablam! 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 { Sep 01 03:16:17.463 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.463 INFO kablam! Sep 01 03:16:17.464 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.464 INFO kablam! --> src/x86_64/../x86/sse.rs:40:63 Sep 01 03:16:17.464 INFO kablam! | Sep 01 03:16:17.464 INFO kablam! 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 { Sep 01 03:16:17.464 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.464 INFO kablam! Sep 01 03:16:17.465 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.465 INFO kablam! --> src/x86_64/../x86/sse2.rs:16:31 Sep 01 03:16:17.465 INFO kablam! | Sep 01 03:16:17.465 INFO kablam! 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.465 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.465 INFO kablam! Sep 01 03:16:17.466 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.466 INFO kablam! --> src/x86_64/../x86/sse2.rs:16:41 Sep 01 03:16:17.466 INFO kablam! | Sep 01 03:16:17.466 INFO kablam! 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.466 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.466 INFO kablam! Sep 01 03:16:17.467 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.467 INFO kablam! --> src/x86_64/../x86/sse2.rs:16:51 Sep 01 03:16:17.467 INFO kablam! | Sep 01 03:16:17.467 INFO kablam! 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.467 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.467 INFO kablam! Sep 01 03:16:17.468 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.468 INFO kablam! --> src/x86_64/../x86/sse2.rs:23:32 Sep 01 03:16:17.468 INFO kablam! | Sep 01 03:16:17.468 INFO kablam! 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.468 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.468 INFO kablam! Sep 01 03:16:17.469 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.469 INFO kablam! --> src/x86_64/../x86/sse2.rs:23:42 Sep 01 03:16:17.469 INFO kablam! | Sep 01 03:16:17.469 INFO kablam! 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.469 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.469 INFO kablam! Sep 01 03:16:17.470 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.470 INFO kablam! --> src/x86_64/../x86/sse2.rs:23:52 Sep 01 03:16:17.470 INFO kablam! | Sep 01 03:16:17.470 INFO kablam! 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.470 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.470 INFO kablam! Sep 01 03:16:17.471 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.471 INFO kablam! --> src/x86_64/../x86/sse2.rs:33:32 Sep 01 03:16:17.471 INFO kablam! | Sep 01 03:16:17.471 INFO kablam! 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.471 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.471 INFO kablam! Sep 01 03:16:17.471 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.472 INFO kablam! --> src/x86_64/../x86/sse2.rs:33:42 Sep 01 03:16:17.472 INFO kablam! | Sep 01 03:16:17.472 INFO kablam! 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.472 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.472 INFO kablam! Sep 01 03:16:17.472 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.472 INFO kablam! --> src/x86_64/../x86/sse2.rs:33:52 Sep 01 03:16:17.473 INFO kablam! | Sep 01 03:16:17.473 INFO kablam! 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.473 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.473 INFO kablam! Sep 01 03:16:17.473 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.473 INFO kablam! --> src/x86_64/../x86/sse2.rs:43:32 Sep 01 03:16:17.473 INFO kablam! | Sep 01 03:16:17.474 INFO kablam! 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.474 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.474 INFO kablam! Sep 01 03:16:17.474 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.474 INFO kablam! --> src/x86_64/../x86/sse2.rs:43:42 Sep 01 03:16:17.474 INFO kablam! | Sep 01 03:16:17.474 INFO kablam! 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.475 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.475 INFO kablam! Sep 01 03:16:17.475 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.475 INFO kablam! --> src/x86_64/../x86/sse2.rs:43:52 Sep 01 03:16:17.475 INFO kablam! | Sep 01 03:16:17.475 INFO kablam! 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.475 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.476 INFO kablam! Sep 01 03:16:17.476 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.476 INFO kablam! --> src/x86_64/../x86/sse2.rs:53:32 Sep 01 03:16:17.476 INFO kablam! | Sep 01 03:16:17.476 INFO kablam! 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.476 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.477 INFO kablam! Sep 01 03:16:17.477 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.477 INFO kablam! --> src/x86_64/../x86/sse2.rs:53:42 Sep 01 03:16:17.477 INFO kablam! | Sep 01 03:16:17.477 INFO kablam! 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.477 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.478 INFO kablam! Sep 01 03:16:17.478 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.478 INFO kablam! --> src/x86_64/../x86/sse2.rs:53:52 Sep 01 03:16:17.478 INFO kablam! | Sep 01 03:16:17.478 INFO kablam! 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.478 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.479 INFO kablam! Sep 01 03:16:17.479 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.479 INFO kablam! --> src/x86_64/../x86/sse2.rs:63:33 Sep 01 03:16:17.479 INFO kablam! | Sep 01 03:16:17.479 INFO kablam! 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.479 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.480 INFO kablam! Sep 01 03:16:17.480 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.480 INFO kablam! --> src/x86_64/../x86/sse2.rs:63:43 Sep 01 03:16:17.480 INFO kablam! | Sep 01 03:16:17.480 INFO kablam! 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.480 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.481 INFO kablam! Sep 01 03:16:17.481 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.481 INFO kablam! --> src/x86_64/../x86/sse2.rs:63:53 Sep 01 03:16:17.481 INFO kablam! | Sep 01 03:16:17.481 INFO kablam! 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.481 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.482 INFO kablam! Sep 01 03:16:17.482 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.482 INFO kablam! --> src/x86_64/../x86/sse2.rs:73:32 Sep 01 03:16:17.482 INFO kablam! | Sep 01 03:16:17.482 INFO kablam! 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.482 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.482 INFO kablam! Sep 01 03:16:17.483 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.483 INFO kablam! --> src/x86_64/../x86/sse2.rs:73:42 Sep 01 03:16:17.483 INFO kablam! | Sep 01 03:16:17.483 INFO kablam! 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.483 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.483 INFO kablam! Sep 01 03:16:17.484 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.484 INFO kablam! --> src/x86_64/../x86/sse2.rs:73:52 Sep 01 03:16:17.484 INFO kablam! | Sep 01 03:16:17.484 INFO kablam! 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.484 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.484 INFO kablam! Sep 01 03:16:17.485 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.485 INFO kablam! --> src/x86_64/../x86/sse2.rs:83:33 Sep 01 03:16:17.485 INFO kablam! | Sep 01 03:16:17.485 INFO kablam! 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.485 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.485 INFO kablam! Sep 01 03:16:17.486 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.486 INFO kablam! --> src/x86_64/../x86/sse2.rs:83:43 Sep 01 03:16:17.486 INFO kablam! | Sep 01 03:16:17.486 INFO kablam! 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.486 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.486 INFO kablam! Sep 01 03:16:17.487 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.487 INFO kablam! --> src/x86_64/../x86/sse2.rs:83:53 Sep 01 03:16:17.487 INFO kablam! | Sep 01 03:16:17.487 INFO kablam! 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.487 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.487 INFO kablam! Sep 01 03:16:17.488 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.488 INFO kablam! --> src/x86_64/../x86/sse2.rs:93:31 Sep 01 03:16:17.488 INFO kablam! | Sep 01 03:16:17.488 INFO kablam! 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.488 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.488 INFO kablam! Sep 01 03:16:17.489 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.489 INFO kablam! --> src/x86_64/../x86/sse2.rs:93:41 Sep 01 03:16:17.489 INFO kablam! | Sep 01 03:16:17.489 INFO kablam! 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.489 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.489 INFO kablam! Sep 01 03:16:17.490 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.490 INFO kablam! --> src/x86_64/../x86/sse2.rs:93:51 Sep 01 03:16:17.490 INFO kablam! | Sep 01 03:16:17.490 INFO kablam! 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.490 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.490 INFO kablam! Sep 01 03:16:17.491 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.491 INFO kablam! --> src/x86_64/../x86/sse2.rs:100:32 Sep 01 03:16:17.491 INFO kablam! | Sep 01 03:16:17.491 INFO kablam! 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.491 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.491 INFO kablam! Sep 01 03:16:17.492 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.492 INFO kablam! --> src/x86_64/../x86/sse2.rs:100:42 Sep 01 03:16:17.492 INFO kablam! | Sep 01 03:16:17.492 INFO kablam! 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.492 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.492 INFO kablam! Sep 01 03:16:17.493 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.493 INFO kablam! --> src/x86_64/../x86/sse2.rs:100:52 Sep 01 03:16:17.493 INFO kablam! | Sep 01 03:16:17.493 INFO kablam! 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.493 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.493 INFO kablam! Sep 01 03:16:17.493 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.494 INFO kablam! --> src/x86_64/../x86/sse2.rs:110:33 Sep 01 03:16:17.494 INFO kablam! | Sep 01 03:16:17.494 INFO kablam! 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 { Sep 01 03:16:17.494 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.494 INFO kablam! Sep 01 03:16:17.494 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.494 INFO kablam! --> src/x86_64/../x86/sse2.rs:110:43 Sep 01 03:16:17.495 INFO kablam! | Sep 01 03:16:17.495 INFO kablam! 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 { Sep 01 03:16:17.495 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.495 INFO kablam! Sep 01 03:16:17.495 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.495 INFO kablam! --> src/x86_64/../x86/sse2.rs:110:53 Sep 01 03:16:17.496 INFO kablam! | Sep 01 03:16:17.496 INFO kablam! 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 { Sep 01 03:16:17.496 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.496 INFO kablam! Sep 01 03:16:17.496 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.496 INFO kablam! --> src/x86_64/../x86/sse2.rs:120:32 Sep 01 03:16:17.496 INFO kablam! | Sep 01 03:16:17.497 INFO kablam! 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.497 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.497 INFO kablam! Sep 01 03:16:17.497 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.497 INFO kablam! --> src/x86_64/../x86/sse2.rs:120:42 Sep 01 03:16:17.497 INFO kablam! | Sep 01 03:16:17.497 INFO kablam! 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.497 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.498 INFO kablam! Sep 01 03:16:17.498 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.498 INFO kablam! --> src/x86_64/../x86/sse2.rs:120:52 Sep 01 03:16:17.498 INFO kablam! | Sep 01 03:16:17.498 INFO kablam! 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.498 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.499 INFO kablam! Sep 01 03:16:17.499 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.499 INFO kablam! --> src/x86_64/../x86/sse2.rs:130:31 Sep 01 03:16:17.499 INFO kablam! | Sep 01 03:16:17.499 INFO kablam! 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.499 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.500 INFO kablam! Sep 01 03:16:17.500 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.500 INFO kablam! --> src/x86_64/../x86/sse2.rs:130:41 Sep 01 03:16:17.500 INFO kablam! | Sep 01 03:16:17.500 INFO kablam! 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.500 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.501 INFO kablam! Sep 01 03:16:17.501 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.501 INFO kablam! --> src/x86_64/../x86/sse2.rs:130:51 Sep 01 03:16:17.501 INFO kablam! | Sep 01 03:16:17.501 INFO kablam! 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.501 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.502 INFO kablam! Sep 01 03:16:17.502 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.502 INFO kablam! --> src/x86_64/../x86/sse2.rs:137:32 Sep 01 03:16:17.502 INFO kablam! | Sep 01 03:16:17.502 INFO kablam! 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.502 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.503 INFO kablam! Sep 01 03:16:17.503 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.503 INFO kablam! --> src/x86_64/../x86/sse2.rs:137:42 Sep 01 03:16:17.503 INFO kablam! | Sep 01 03:16:17.503 INFO kablam! 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.503 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.504 INFO kablam! Sep 01 03:16:17.504 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.504 INFO kablam! --> src/x86_64/../x86/sse2.rs:137:52 Sep 01 03:16:17.504 INFO kablam! | Sep 01 03:16:17.504 INFO kablam! 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.504 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.505 INFO kablam! Sep 01 03:16:17.505 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.505 INFO kablam! --> src/x86_64/../x86/sse2.rs:147:31 Sep 01 03:16:17.505 INFO kablam! | Sep 01 03:16:17.505 INFO kablam! 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.505 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.506 INFO kablam! Sep 01 03:16:17.506 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.506 INFO kablam! --> src/x86_64/../x86/sse2.rs:147:41 Sep 01 03:16:17.506 INFO kablam! | Sep 01 03:16:17.506 INFO kablam! 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.506 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.506 INFO kablam! Sep 01 03:16:17.507 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.507 INFO kablam! --> src/x86_64/../x86/sse2.rs:147:51 Sep 01 03:16:17.507 INFO kablam! | Sep 01 03:16:17.507 INFO kablam! 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.507 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.507 INFO kablam! Sep 01 03:16:17.508 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.508 INFO kablam! --> src/x86_64/../x86/sse2.rs:154:34 Sep 01 03:16:17.508 INFO kablam! | Sep 01 03:16:17.508 INFO kablam! 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.508 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.508 INFO kablam! Sep 01 03:16:17.509 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.509 INFO kablam! --> src/x86_64/../x86/sse2.rs:154:44 Sep 01 03:16:17.509 INFO kablam! | Sep 01 03:16:17.509 INFO kablam! 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.509 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.509 INFO kablam! Sep 01 03:16:17.510 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.510 INFO kablam! --> src/x86_64/../x86/sse2.rs:154:54 Sep 01 03:16:17.510 INFO kablam! | Sep 01 03:16:17.510 INFO kablam! 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.510 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.510 INFO kablam! Sep 01 03:16:17.511 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.511 INFO kablam! --> src/x86_64/../x86/sse2.rs:164:34 Sep 01 03:16:17.511 INFO kablam! | Sep 01 03:16:17.511 INFO kablam! 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.511 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.511 INFO kablam! Sep 01 03:16:17.512 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.512 INFO kablam! --> src/x86_64/../x86/sse2.rs:164:44 Sep 01 03:16:17.512 INFO kablam! | Sep 01 03:16:17.512 INFO kablam! 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.512 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.512 INFO kablam! Sep 01 03:16:17.513 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.513 INFO kablam! --> src/x86_64/../x86/sse2.rs:164:54 Sep 01 03:16:17.513 INFO kablam! | Sep 01 03:16:17.513 INFO kablam! 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.513 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.513 INFO kablam! Sep 01 03:16:17.514 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.514 INFO kablam! --> src/x86_64/../x86/sse2.rs:174:34 Sep 01 03:16:17.514 INFO kablam! | Sep 01 03:16:17.514 INFO kablam! 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.514 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.514 INFO kablam! Sep 01 03:16:17.515 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.515 INFO kablam! --> src/x86_64/../x86/sse2.rs:174:44 Sep 01 03:16:17.515 INFO kablam! | Sep 01 03:16:17.515 INFO kablam! 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.515 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.515 INFO kablam! Sep 01 03:16:17.516 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.516 INFO kablam! --> src/x86_64/../x86/sse2.rs:174:54 Sep 01 03:16:17.516 INFO kablam! | Sep 01 03:16:17.516 INFO kablam! 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.516 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.516 INFO kablam! Sep 01 03:16:17.517 INFO kablam! error[E0412]: cannot find type `u32x4` in this scope Sep 01 03:16:17.517 INFO kablam! --> src/x86_64/../x86/sse2.rs:184:32 Sep 01 03:16:17.517 INFO kablam! | Sep 01 03:16:17.517 INFO kablam! 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 { Sep 01 03:16:17.517 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.517 INFO kablam! Sep 01 03:16:17.517 INFO kablam! error[E0412]: cannot find type `u32x4` in this scope Sep 01 03:16:17.518 INFO kablam! --> src/x86_64/../x86/sse2.rs:184:42 Sep 01 03:16:17.518 INFO kablam! | Sep 01 03:16:17.518 INFO kablam! 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 { Sep 01 03:16:17.518 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.518 INFO kablam! Sep 01 03:16:17.518 INFO kablam! error[E0412]: cannot find type `u64x2` in this scope Sep 01 03:16:17.518 INFO kablam! --> src/x86_64/../x86/sse2.rs:184:52 Sep 01 03:16:17.519 INFO kablam! | Sep 01 03:16:17.519 INFO kablam! 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 { Sep 01 03:16:17.519 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.519 INFO kablam! Sep 01 03:16:17.519 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.519 INFO kablam! --> src/x86_64/../x86/sse2.rs:194:31 Sep 01 03:16:17.519 INFO kablam! | Sep 01 03:16:17.520 INFO kablam! 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 { Sep 01 03:16:17.520 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.520 INFO kablam! Sep 01 03:16:17.520 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.520 INFO kablam! --> src/x86_64/../x86/sse2.rs:194:41 Sep 01 03:16:17.520 INFO kablam! | Sep 01 03:16:17.520 INFO kablam! 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 { Sep 01 03:16:17.520 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.521 INFO kablam! Sep 01 03:16:17.521 INFO kablam! error[E0412]: cannot find type `u64x2` in this scope Sep 01 03:16:17.521 INFO kablam! --> src/x86_64/../x86/sse2.rs:194:51 Sep 01 03:16:17.521 INFO kablam! | Sep 01 03:16:17.521 INFO kablam! 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 { Sep 01 03:16:17.521 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.522 INFO kablam! Sep 01 03:16:17.522 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.522 INFO kablam! --> src/x86_64/../x86/sse2.rs:201:31 Sep 01 03:16:17.522 INFO kablam! | Sep 01 03:16:17.522 INFO kablam! 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.522 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.523 INFO kablam! Sep 01 03:16:17.523 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.523 INFO kablam! --> src/x86_64/../x86/sse2.rs:201:41 Sep 01 03:16:17.523 INFO kablam! | Sep 01 03:16:17.523 INFO kablam! 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.523 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.524 INFO kablam! Sep 01 03:16:17.524 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.524 INFO kablam! --> src/x86_64/../x86/sse2.rs:201:51 Sep 01 03:16:17.524 INFO kablam! | Sep 01 03:16:17.524 INFO kablam! 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.524 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.525 INFO kablam! Sep 01 03:16:17.525 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.525 INFO kablam! --> src/x86_64/../x86/sse2.rs:208:32 Sep 01 03:16:17.525 INFO kablam! | Sep 01 03:16:17.525 INFO kablam! 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.525 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.526 INFO kablam! Sep 01 03:16:17.526 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.526 INFO kablam! --> src/x86_64/../x86/sse2.rs:208:42 Sep 01 03:16:17.526 INFO kablam! | Sep 01 03:16:17.526 INFO kablam! 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.526 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.527 INFO kablam! Sep 01 03:16:17.527 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.527 INFO kablam! --> src/x86_64/../x86/sse2.rs:208:52 Sep 01 03:16:17.527 INFO kablam! | Sep 01 03:16:17.527 INFO kablam! 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.527 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.527 INFO kablam! Sep 01 03:16:17.528 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.528 INFO kablam! --> src/x86_64/../x86/sse2.rs:218:32 Sep 01 03:16:17.528 INFO kablam! | Sep 01 03:16:17.528 INFO kablam! 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.528 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.528 INFO kablam! Sep 01 03:16:17.529 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.529 INFO kablam! --> src/x86_64/../x86/sse2.rs:218:42 Sep 01 03:16:17.529 INFO kablam! | Sep 01 03:16:17.529 INFO kablam! 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.529 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.529 INFO kablam! Sep 01 03:16:17.530 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.530 INFO kablam! --> src/x86_64/../x86/sse2.rs:218:52 Sep 01 03:16:17.530 INFO kablam! | Sep 01 03:16:17.530 INFO kablam! 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.530 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.530 INFO kablam! Sep 01 03:16:17.531 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.531 INFO kablam! --> src/x86_64/../x86/sse2.rs:228:32 Sep 01 03:16:17.531 INFO kablam! | Sep 01 03:16:17.531 INFO kablam! 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.531 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.531 INFO kablam! Sep 01 03:16:17.532 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.532 INFO kablam! --> src/x86_64/../x86/sse2.rs:228:42 Sep 01 03:16:17.532 INFO kablam! | Sep 01 03:16:17.532 INFO kablam! 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.532 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.532 INFO kablam! Sep 01 03:16:17.533 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.533 INFO kablam! --> src/x86_64/../x86/sse2.rs:228:52 Sep 01 03:16:17.533 INFO kablam! | Sep 01 03:16:17.533 INFO kablam! 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.533 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.533 INFO kablam! Sep 01 03:16:17.534 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.534 INFO kablam! --> src/x86_64/../x86/sse2.rs:238:32 Sep 01 03:16:17.534 INFO kablam! | Sep 01 03:16:17.534 INFO kablam! 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.534 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.534 INFO kablam! Sep 01 03:16:17.535 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.535 INFO kablam! --> src/x86_64/../x86/sse2.rs:238:42 Sep 01 03:16:17.535 INFO kablam! | Sep 01 03:16:17.535 INFO kablam! 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.535 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.535 INFO kablam! Sep 01 03:16:17.535 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.536 INFO kablam! --> src/x86_64/../x86/sse2.rs:238:52 Sep 01 03:16:17.536 INFO kablam! | Sep 01 03:16:17.536 INFO kablam! 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.536 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.536 INFO kablam! Sep 01 03:16:17.536 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.537 INFO kablam! --> src/x86_64/../x86/sse2.rs:248:33 Sep 01 03:16:17.537 INFO kablam! | Sep 01 03:16:17.537 INFO kablam! 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.537 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.537 INFO kablam! Sep 01 03:16:17.537 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.537 INFO kablam! --> src/x86_64/../x86/sse2.rs:248:43 Sep 01 03:16:17.538 INFO kablam! | Sep 01 03:16:17.538 INFO kablam! 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.538 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.538 INFO kablam! Sep 01 03:16:17.538 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.538 INFO kablam! --> src/x86_64/../x86/sse2.rs:248:53 Sep 01 03:16:17.538 INFO kablam! | Sep 01 03:16:17.539 INFO kablam! 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.539 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.539 INFO kablam! Sep 01 03:16:17.540 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.540 INFO kablam! --> src/x86_64/../x86/sse2.rs:258:32 Sep 01 03:16:17.540 INFO kablam! | Sep 01 03:16:17.540 INFO kablam! 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.540 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.540 INFO kablam! Sep 01 03:16:17.541 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.541 INFO kablam! --> src/x86_64/../x86/sse2.rs:258:42 Sep 01 03:16:17.541 INFO kablam! | Sep 01 03:16:17.541 INFO kablam! 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.541 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.541 INFO kablam! Sep 01 03:16:17.542 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.542 INFO kablam! --> src/x86_64/../x86/sse2.rs:258:52 Sep 01 03:16:17.542 INFO kablam! | Sep 01 03:16:17.542 INFO kablam! 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.542 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.542 INFO kablam! Sep 01 03:16:17.543 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.543 INFO kablam! --> src/x86_64/../x86/sse2.rs:268:33 Sep 01 03:16:17.543 INFO kablam! | Sep 01 03:16:17.543 INFO kablam! 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.543 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.543 INFO kablam! Sep 01 03:16:17.544 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.544 INFO kablam! --> src/x86_64/../x86/sse2.rs:268:43 Sep 01 03:16:17.544 INFO kablam! | Sep 01 03:16:17.544 INFO kablam! 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.544 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.544 INFO kablam! Sep 01 03:16:17.545 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.545 INFO kablam! --> src/x86_64/../x86/sse2.rs:268:53 Sep 01 03:16:17.545 INFO kablam! | Sep 01 03:16:17.545 INFO kablam! 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.545 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.545 INFO kablam! Sep 01 03:16:17.545 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.545 INFO kablam! --> src/x86_64/../x86/sse2.rs:278:33 Sep 01 03:16:17.545 INFO kablam! | Sep 01 03:16:17.545 INFO kablam! 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 { Sep 01 03:16:17.546 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.546 INFO kablam! Sep 01 03:16:17.546 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.546 INFO kablam! --> src/x86_64/../x86/sse2.rs:278:51 Sep 01 03:16:17.546 INFO kablam! | Sep 01 03:16:17.546 INFO kablam! 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 { Sep 01 03:16:17.546 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.546 INFO kablam! Sep 01 03:16:17.547 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.547 INFO kablam! --> src/x86_64/../x86/sse2.rs:297:33 Sep 01 03:16:17.547 INFO kablam! | Sep 01 03:16:17.547 INFO kablam! 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 { Sep 01 03:16:17.547 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.547 INFO kablam! Sep 01 03:16:17.548 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.548 INFO kablam! --> src/x86_64/../x86/sse2.rs:297:51 Sep 01 03:16:17.548 INFO kablam! | Sep 01 03:16:17.548 INFO kablam! 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 { Sep 01 03:16:17.548 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.548 INFO kablam! Sep 01 03:16:17.548 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.548 INFO kablam! --> src/x86_64/../x86/sse2.rs:312:33 Sep 01 03:16:17.548 INFO kablam! | Sep 01 03:16:17.548 INFO kablam! 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 { Sep 01 03:16:17.549 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.549 INFO kablam! Sep 01 03:16:17.549 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.549 INFO kablam! --> src/x86_64/../x86/sse2.rs:312:51 Sep 01 03:16:17.549 INFO kablam! | Sep 01 03:16:17.549 INFO kablam! 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 { Sep 01 03:16:17.549 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.549 INFO kablam! Sep 01 03:16:17.550 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.550 INFO kablam! --> src/x86_64/../x86/sse2.rs:325:32 Sep 01 03:16:17.550 INFO kablam! | Sep 01 03:16:17.550 INFO kablam! 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.550 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.550 INFO kablam! Sep 01 03:16:17.551 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.551 INFO kablam! --> src/x86_64/../x86/sse2.rs:325:42 Sep 01 03:16:17.551 INFO kablam! | Sep 01 03:16:17.551 INFO kablam! 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.551 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.551 INFO kablam! Sep 01 03:16:17.551 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.551 INFO kablam! --> src/x86_64/../x86/sse2.rs:325:52 Sep 01 03:16:17.551 INFO kablam! | Sep 01 03:16:17.551 INFO kablam! 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.552 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.552 INFO kablam! Sep 01 03:16:17.552 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.552 INFO kablam! --> src/x86_64/../x86/sse2.rs:335:32 Sep 01 03:16:17.552 INFO kablam! | Sep 01 03:16:17.552 INFO kablam! 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.552 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.552 INFO kablam! Sep 01 03:16:17.553 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.553 INFO kablam! --> src/x86_64/../x86/sse2.rs:335:42 Sep 01 03:16:17.553 INFO kablam! | Sep 01 03:16:17.553 INFO kablam! 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.553 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.553 INFO kablam! Sep 01 03:16:17.554 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.554 INFO kablam! --> src/x86_64/../x86/sse2.rs:335:52 Sep 01 03:16:17.554 INFO kablam! | Sep 01 03:16:17.554 INFO kablam! 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.554 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.554 INFO kablam! Sep 01 03:16:17.554 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.554 INFO kablam! --> src/x86_64/../x86/sse2.rs:345:32 Sep 01 03:16:17.554 INFO kablam! | Sep 01 03:16:17.554 INFO kablam! 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.555 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.555 INFO kablam! Sep 01 03:16:17.555 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.555 INFO kablam! --> src/x86_64/../x86/sse2.rs:345:42 Sep 01 03:16:17.555 INFO kablam! | Sep 01 03:16:17.555 INFO kablam! 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.555 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.555 INFO kablam! Sep 01 03:16:17.556 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.556 INFO kablam! --> src/x86_64/../x86/sse2.rs:345:52 Sep 01 03:16:17.556 INFO kablam! | Sep 01 03:16:17.556 INFO kablam! 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.556 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.556 INFO kablam! Sep 01 03:16:17.557 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.557 INFO kablam! --> src/x86_64/../x86/sse2.rs:355:33 Sep 01 03:16:17.557 INFO kablam! | Sep 01 03:16:17.557 INFO kablam! 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.557 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.557 INFO kablam! Sep 01 03:16:17.557 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.557 INFO kablam! --> src/x86_64/../x86/sse2.rs:355:50 Sep 01 03:16:17.557 INFO kablam! | Sep 01 03:16:17.557 INFO kablam! 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.558 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.558 INFO kablam! Sep 01 03:16:17.558 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.558 INFO kablam! --> src/x86_64/../x86/sse2.rs:374:33 Sep 01 03:16:17.558 INFO kablam! | Sep 01 03:16:17.558 INFO kablam! 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.558 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.558 INFO kablam! Sep 01 03:16:17.559 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.559 INFO kablam! --> src/x86_64/../x86/sse2.rs:374:50 Sep 01 03:16:17.559 INFO kablam! | Sep 01 03:16:17.559 INFO kablam! 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.559 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.559 INFO kablam! Sep 01 03:16:17.560 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.560 INFO kablam! --> src/x86_64/../x86/sse2.rs:389:32 Sep 01 03:16:17.560 INFO kablam! | Sep 01 03:16:17.560 INFO kablam! 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.560 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.560 INFO kablam! Sep 01 03:16:17.560 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.560 INFO kablam! --> src/x86_64/../x86/sse2.rs:389:42 Sep 01 03:16:17.560 INFO kablam! | Sep 01 03:16:17.560 INFO kablam! 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.560 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.561 INFO kablam! Sep 01 03:16:17.561 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.561 INFO kablam! --> src/x86_64/../x86/sse2.rs:389:52 Sep 01 03:16:17.561 INFO kablam! | Sep 01 03:16:17.561 INFO kablam! 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.561 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.561 INFO kablam! Sep 01 03:16:17.562 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.562 INFO kablam! --> src/x86_64/../x86/sse2.rs:399:32 Sep 01 03:16:17.562 INFO kablam! | Sep 01 03:16:17.562 INFO kablam! 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.562 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.562 INFO kablam! Sep 01 03:16:17.563 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.563 INFO kablam! --> src/x86_64/../x86/sse2.rs:399:42 Sep 01 03:16:17.563 INFO kablam! | Sep 01 03:16:17.563 INFO kablam! 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.563 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.563 INFO kablam! Sep 01 03:16:17.563 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.563 INFO kablam! --> src/x86_64/../x86/sse2.rs:399:52 Sep 01 03:16:17.563 INFO kablam! | Sep 01 03:16:17.563 INFO kablam! 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.563 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.564 INFO kablam! Sep 01 03:16:17.564 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.564 INFO kablam! --> src/x86_64/../x86/sse2.rs:409:32 Sep 01 03:16:17.564 INFO kablam! | Sep 01 03:16:17.564 INFO kablam! 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.564 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.564 INFO kablam! Sep 01 03:16:17.565 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.565 INFO kablam! --> src/x86_64/../x86/sse2.rs:409:42 Sep 01 03:16:17.565 INFO kablam! | Sep 01 03:16:17.565 INFO kablam! 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.565 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.565 INFO kablam! Sep 01 03:16:17.566 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.566 INFO kablam! --> src/x86_64/../x86/sse2.rs:409:52 Sep 01 03:16:17.566 INFO kablam! | Sep 01 03:16:17.566 INFO kablam! 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.566 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.566 INFO kablam! Sep 01 03:16:17.566 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.566 INFO kablam! --> src/x86_64/../x86/sse2.rs:419:32 Sep 01 03:16:17.566 INFO kablam! | Sep 01 03:16:17.566 INFO kablam! 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.566 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.566 INFO kablam! Sep 01 03:16:17.567 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.567 INFO kablam! --> src/x86_64/../x86/sse2.rs:419:42 Sep 01 03:16:17.567 INFO kablam! | Sep 01 03:16:17.567 INFO kablam! 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.567 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.567 INFO kablam! Sep 01 03:16:17.568 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.568 INFO kablam! --> src/x86_64/../x86/sse2.rs:419:52 Sep 01 03:16:17.568 INFO kablam! | Sep 01 03:16:17.568 INFO kablam! 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.568 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.568 INFO kablam! Sep 01 03:16:17.568 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.569 INFO kablam! --> src/x86_64/../x86/sse2.rs:429:32 Sep 01 03:16:17.569 INFO kablam! | Sep 01 03:16:17.569 INFO kablam! 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.569 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.569 INFO kablam! Sep 01 03:16:17.569 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.569 INFO kablam! --> src/x86_64/../x86/sse2.rs:429:42 Sep 01 03:16:17.569 INFO kablam! | Sep 01 03:16:17.569 INFO kablam! 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.569 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.569 INFO kablam! Sep 01 03:16:17.570 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.570 INFO kablam! --> src/x86_64/../x86/sse2.rs:429:52 Sep 01 03:16:17.570 INFO kablam! | Sep 01 03:16:17.570 INFO kablam! 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.570 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.570 INFO kablam! Sep 01 03:16:17.571 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.571 INFO kablam! --> src/x86_64/../x86/sse2.rs:439:33 Sep 01 03:16:17.571 INFO kablam! | Sep 01 03:16:17.571 INFO kablam! 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.571 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.571 INFO kablam! Sep 01 03:16:17.571 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.571 INFO kablam! --> src/x86_64/../x86/sse2.rs:439:50 Sep 01 03:16:17.571 INFO kablam! | Sep 01 03:16:17.572 INFO kablam! 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.572 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.572 INFO kablam! Sep 01 03:16:17.572 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.572 INFO kablam! --> src/x86_64/../x86/sse2.rs:458:33 Sep 01 03:16:17.572 INFO kablam! | Sep 01 03:16:17.572 INFO kablam! 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.572 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.572 INFO kablam! Sep 01 03:16:17.573 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.573 INFO kablam! --> src/x86_64/../x86/sse2.rs:458:50 Sep 01 03:16:17.573 INFO kablam! | Sep 01 03:16:17.573 INFO kablam! 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.573 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.573 INFO kablam! Sep 01 03:16:17.574 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.574 INFO kablam! --> src/x86_64/../x86/sse2.rs:473:33 Sep 01 03:16:17.574 INFO kablam! | Sep 01 03:16:17.574 INFO kablam! 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 { Sep 01 03:16:17.574 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.574 INFO kablam! Sep 01 03:16:17.574 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.574 INFO kablam! --> src/x86_64/../x86/sse2.rs:473:50 Sep 01 03:16:17.574 INFO kablam! | Sep 01 03:16:17.574 INFO kablam! 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 { Sep 01 03:16:17.574 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.574 INFO kablam! Sep 01 03:16:17.575 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.575 INFO kablam! --> src/x86_64/../x86/sse2.rs:486:33 Sep 01 03:16:17.575 INFO kablam! | Sep 01 03:16:17.575 INFO kablam! 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.575 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.575 INFO kablam! Sep 01 03:16:17.576 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.576 INFO kablam! --> src/x86_64/../x86/sse2.rs:486:43 Sep 01 03:16:17.576 INFO kablam! | Sep 01 03:16:17.576 INFO kablam! 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.576 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.576 INFO kablam! Sep 01 03:16:17.577 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.577 INFO kablam! --> src/x86_64/../x86/sse2.rs:486:53 Sep 01 03:16:17.577 INFO kablam! | Sep 01 03:16:17.577 INFO kablam! 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.577 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.577 INFO kablam! Sep 01 03:16:17.577 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.577 INFO kablam! --> src/x86_64/../x86/sse2.rs:496:34 Sep 01 03:16:17.577 INFO kablam! | Sep 01 03:16:17.577 INFO kablam! 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.577 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.577 INFO kablam! Sep 01 03:16:17.578 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.578 INFO kablam! --> src/x86_64/../x86/sse2.rs:496:44 Sep 01 03:16:17.578 INFO kablam! | Sep 01 03:16:17.578 INFO kablam! 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.578 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.578 INFO kablam! Sep 01 03:16:17.579 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.579 INFO kablam! --> src/x86_64/../x86/sse2.rs:496:54 Sep 01 03:16:17.579 INFO kablam! | Sep 01 03:16:17.579 INFO kablam! 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.579 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.579 INFO kablam! Sep 01 03:16:17.579 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.580 INFO kablam! --> src/x86_64/../x86/sse2.rs:506:34 Sep 01 03:16:17.580 INFO kablam! | Sep 01 03:16:17.580 INFO kablam! 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.580 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.580 INFO kablam! Sep 01 03:16:17.580 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.580 INFO kablam! --> src/x86_64/../x86/sse2.rs:506:44 Sep 01 03:16:17.580 INFO kablam! | Sep 01 03:16:17.580 INFO kablam! 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.580 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.580 INFO kablam! Sep 01 03:16:17.581 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.581 INFO kablam! --> src/x86_64/../x86/sse2.rs:506:54 Sep 01 03:16:17.581 INFO kablam! | Sep 01 03:16:17.581 INFO kablam! 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.581 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.581 INFO kablam! Sep 01 03:16:17.582 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.582 INFO kablam! --> src/x86_64/../x86/sse2.rs:516:33 Sep 01 03:16:17.582 INFO kablam! | Sep 01 03:16:17.582 INFO kablam! 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.582 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.582 INFO kablam! Sep 01 03:16:17.582 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.582 INFO kablam! --> src/x86_64/../x86/sse2.rs:516:43 Sep 01 03:16:17.583 INFO kablam! | Sep 01 03:16:17.583 INFO kablam! 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.583 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.583 INFO kablam! Sep 01 03:16:17.583 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.583 INFO kablam! --> src/x86_64/../x86/sse2.rs:516:53 Sep 01 03:16:17.583 INFO kablam! | Sep 01 03:16:17.583 INFO kablam! 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.583 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.583 INFO kablam! Sep 01 03:16:17.584 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.584 INFO kablam! --> src/x86_64/../x86/sse2.rs:526:34 Sep 01 03:16:17.584 INFO kablam! | Sep 01 03:16:17.584 INFO kablam! 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.584 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.584 INFO kablam! Sep 01 03:16:17.585 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.585 INFO kablam! --> src/x86_64/../x86/sse2.rs:526:44 Sep 01 03:16:17.585 INFO kablam! | Sep 01 03:16:17.585 INFO kablam! 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.585 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.585 INFO kablam! Sep 01 03:16:17.585 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.585 INFO kablam! --> src/x86_64/../x86/sse2.rs:526:54 Sep 01 03:16:17.585 INFO kablam! | Sep 01 03:16:17.585 INFO kablam! 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.585 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.586 INFO kablam! Sep 01 03:16:17.586 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.586 INFO kablam! --> src/x86_64/../x86/sse2.rs:536:34 Sep 01 03:16:17.586 INFO kablam! | Sep 01 03:16:17.586 INFO kablam! 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.586 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.586 INFO kablam! Sep 01 03:16:17.587 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.587 INFO kablam! --> src/x86_64/../x86/sse2.rs:536:44 Sep 01 03:16:17.587 INFO kablam! | Sep 01 03:16:17.587 INFO kablam! 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.587 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.587 INFO kablam! Sep 01 03:16:17.588 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.588 INFO kablam! --> src/x86_64/../x86/sse2.rs:536:54 Sep 01 03:16:17.588 INFO kablam! | Sep 01 03:16:17.588 INFO kablam! 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.588 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.588 INFO kablam! Sep 01 03:16:17.588 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.588 INFO kablam! --> src/x86_64/../x86/sse2.rs:546:33 Sep 01 03:16:17.588 INFO kablam! | Sep 01 03:16:17.588 INFO kablam! 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.588 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.588 INFO kablam! Sep 01 03:16:17.589 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.589 INFO kablam! --> src/x86_64/../x86/sse2.rs:546:43 Sep 01 03:16:17.589 INFO kablam! | Sep 01 03:16:17.589 INFO kablam! 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.589 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.589 INFO kablam! Sep 01 03:16:17.590 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.590 INFO kablam! --> src/x86_64/../x86/sse2.rs:546:53 Sep 01 03:16:17.590 INFO kablam! | Sep 01 03:16:17.590 INFO kablam! 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.590 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.590 INFO kablam! Sep 01 03:16:17.590 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.591 INFO kablam! --> src/x86_64/../x86/sse2.rs:556:34 Sep 01 03:16:17.591 INFO kablam! | Sep 01 03:16:17.591 INFO kablam! 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.591 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.591 INFO kablam! Sep 01 03:16:17.591 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.591 INFO kablam! --> src/x86_64/../x86/sse2.rs:556:44 Sep 01 03:16:17.591 INFO kablam! | Sep 01 03:16:17.591 INFO kablam! 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.591 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.591 INFO kablam! Sep 01 03:16:17.592 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.592 INFO kablam! --> src/x86_64/../x86/sse2.rs:556:54 Sep 01 03:16:17.592 INFO kablam! | Sep 01 03:16:17.592 INFO kablam! 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.592 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.592 INFO kablam! Sep 01 03:16:17.593 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.593 INFO kablam! --> src/x86_64/../x86/sse2.rs:566:34 Sep 01 03:16:17.593 INFO kablam! | Sep 01 03:16:17.593 INFO kablam! 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.593 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.593 INFO kablam! Sep 01 03:16:17.593 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.593 INFO kablam! --> src/x86_64/../x86/sse2.rs:566:44 Sep 01 03:16:17.593 INFO kablam! | Sep 01 03:16:17.593 INFO kablam! 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.594 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.594 INFO kablam! Sep 01 03:16:17.594 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.594 INFO kablam! --> src/x86_64/../x86/sse2.rs:566:54 Sep 01 03:16:17.594 INFO kablam! | Sep 01 03:16:17.594 INFO kablam! 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.594 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.594 INFO kablam! Sep 01 03:16:17.595 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.595 INFO kablam! --> src/x86_64/../x86/sse2.rs:576:34 Sep 01 03:16:17.595 INFO kablam! | Sep 01 03:16:17.595 INFO kablam! 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 { Sep 01 03:16:17.595 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.595 INFO kablam! Sep 01 03:16:17.596 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.596 INFO kablam! --> src/x86_64/../x86/sse2.rs:576:44 Sep 01 03:16:17.596 INFO kablam! | Sep 01 03:16:17.596 INFO kablam! 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 { Sep 01 03:16:17.596 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.596 INFO kablam! Sep 01 03:16:17.596 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.596 INFO kablam! --> src/x86_64/../x86/sse2.rs:583:33 Sep 01 03:16:17.596 INFO kablam! | Sep 01 03:16:17.596 INFO kablam! 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 { Sep 01 03:16:17.596 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.597 INFO kablam! Sep 01 03:16:17.597 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.597 INFO kablam! --> src/x86_64/../x86/sse2.rs:583:51 Sep 01 03:16:17.597 INFO kablam! | Sep 01 03:16:17.597 INFO kablam! 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 { Sep 01 03:16:17.597 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.597 INFO kablam! Sep 01 03:16:17.598 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.598 INFO kablam! --> src/x86_64/../x86/sse2.rs:590:34 Sep 01 03:16:17.598 INFO kablam! | Sep 01 03:16:17.598 INFO kablam! 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 { Sep 01 03:16:17.598 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.598 INFO kablam! Sep 01 03:16:17.599 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.599 INFO kablam! --> src/x86_64/../x86/sse2.rs:590:44 Sep 01 03:16:17.599 INFO kablam! | Sep 01 03:16:17.599 INFO kablam! 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 { Sep 01 03:16:17.599 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.599 INFO kablam! Sep 01 03:16:17.599 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.599 INFO kablam! --> src/x86_64/../x86/sse2.rs:597:34 Sep 01 03:16:17.599 INFO kablam! | Sep 01 03:16:17.599 INFO kablam! 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:17.599 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.599 INFO kablam! Sep 01 03:16:17.600 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.600 INFO kablam! --> src/x86_64/../x86/sse2.rs:597:44 Sep 01 03:16:17.600 INFO kablam! | Sep 01 03:16:17.600 INFO kablam! 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:17.600 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.600 INFO kablam! Sep 01 03:16:17.601 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.601 INFO kablam! --> src/x86_64/../x86/sse2.rs:604:44 Sep 01 03:16:17.601 INFO kablam! | Sep 01 03:16:17.601 INFO kablam! 604 | pub unsafe fn _mm_cvtsi32_si128(a: i32) -> i32x4 { Sep 01 03:16:17.601 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.601 INFO kablam! Sep 01 03:16:17.602 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.602 INFO kablam! --> src/x86_64/../x86/sse2.rs:611:36 Sep 01 03:16:17.602 INFO kablam! | Sep 01 03:16:17.602 INFO kablam! 611 | pub unsafe fn _mm_cvtsi128_si32(a: i32x4) -> i32 { Sep 01 03:16:17.602 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.602 INFO kablam! Sep 01 03:16:17.602 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.602 INFO kablam! --> src/x86_64/../x86/sse2.rs:618:51 Sep 01 03:16:17.602 INFO kablam! | Sep 01 03:16:17.602 INFO kablam! 618 | pub unsafe fn _mm_set_epi64x(e1: i64, e0: i64) -> i64x2 { Sep 01 03:16:17.602 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.602 INFO kablam! Sep 01 03:16:17.603 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.603 INFO kablam! --> src/x86_64/../x86/sse2.rs:625:68 Sep 01 03:16:17.603 INFO kablam! | Sep 01 03:16:17.603 INFO kablam! 625 | pub unsafe fn _mm_set_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 { Sep 01 03:16:17.603 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.603 INFO kablam! Sep 01 03:16:17.604 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.604 INFO kablam! --> src/x86_64/../x86/sse2.rs:634:6 Sep 01 03:16:17.604 INFO kablam! | Sep 01 03:16:17.604 INFO kablam! 634 | ) -> i16x8 { Sep 01 03:16:17.604 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.604 INFO kablam! Sep 01 03:16:17.604 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.604 INFO kablam! --> src/x86_64/../x86/sse2.rs:647:6 Sep 01 03:16:17.604 INFO kablam! | Sep 01 03:16:17.604 INFO kablam! 647 | ) -> i8x16 { Sep 01 03:16:17.604 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.605 INFO kablam! Sep 01 03:16:17.605 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.605 INFO kablam! --> src/x86_64/../x86/sse2.rs:657:42 Sep 01 03:16:17.605 INFO kablam! | Sep 01 03:16:17.605 INFO kablam! 657 | pub unsafe fn _mm_set1_epi64x(a: i64) -> i64x2 { Sep 01 03:16:17.605 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.605 INFO kablam! Sep 01 03:16:17.606 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.606 INFO kablam! --> src/x86_64/../x86/sse2.rs:664:41 Sep 01 03:16:17.606 INFO kablam! | Sep 01 03:16:17.606 INFO kablam! 664 | pub unsafe fn _mm_set1_epi32(a: i32) -> i32x4 { Sep 01 03:16:17.606 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.606 INFO kablam! Sep 01 03:16:17.607 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.607 INFO kablam! --> src/x86_64/../x86/sse2.rs:671:41 Sep 01 03:16:17.607 INFO kablam! | Sep 01 03:16:17.607 INFO kablam! 671 | pub unsafe fn _mm_set1_epi16(a: i16) -> i16x8 { Sep 01 03:16:17.607 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.607 INFO kablam! Sep 01 03:16:17.607 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.607 INFO kablam! --> src/x86_64/../x86/sse2.rs:678:39 Sep 01 03:16:17.607 INFO kablam! | Sep 01 03:16:17.607 INFO kablam! 678 | pub unsafe fn _mm_set1_epi8(a: i8) -> i8x16 { Sep 01 03:16:17.607 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.607 INFO kablam! Sep 01 03:16:17.608 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.608 INFO kablam! --> src/x86_64/../x86/sse2.rs:685:69 Sep 01 03:16:17.608 INFO kablam! | Sep 01 03:16:17.608 INFO kablam! 685 | pub unsafe fn _mm_setr_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 { Sep 01 03:16:17.608 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.608 INFO kablam! Sep 01 03:16:17.609 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.609 INFO kablam! --> src/x86_64/../x86/sse2.rs:694:6 Sep 01 03:16:17.609 INFO kablam! | Sep 01 03:16:17.609 INFO kablam! 694 | ) -> i16x8 { Sep 01 03:16:17.609 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.609 INFO kablam! Sep 01 03:16:17.609 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.609 INFO kablam! --> src/x86_64/../x86/sse2.rs:707:6 Sep 01 03:16:17.609 INFO kablam! | Sep 01 03:16:17.609 INFO kablam! 707 | ) -> i8x16 { Sep 01 03:16:17.610 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.610 INFO kablam! Sep 01 03:16:17.610 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.610 INFO kablam! --> src/x86_64/../x86/sse2.rs:717:48 Sep 01 03:16:17.610 INFO kablam! | Sep 01 03:16:17.610 INFO kablam! 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 { Sep 01 03:16:17.610 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.610 INFO kablam! Sep 01 03:16:17.611 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.611 INFO kablam! --> src/x86_64/../x86/sse2.rs:717:58 Sep 01 03:16:17.611 INFO kablam! | Sep 01 03:16:17.611 INFO kablam! 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 { Sep 01 03:16:17.611 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.611 INFO kablam! Sep 01 03:16:17.612 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.612 INFO kablam! --> src/x86_64/../x86/sse2.rs:734:8 Sep 01 03:16:17.612 INFO kablam! | Sep 01 03:16:17.612 INFO kablam! 734 | a: i8x16, Sep 01 03:16:17.612 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.612 INFO kablam! Sep 01 03:16:17.612 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.612 INFO kablam! --> src/x86_64/../x86/sse2.rs:735:11 Sep 01 03:16:17.612 INFO kablam! | Sep 01 03:16:17.612 INFO kablam! 735 | mask: i8x16, Sep 01 03:16:17.612 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.612 INFO kablam! Sep 01 03:16:17.613 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.613 INFO kablam! --> src/x86_64/../x86/sse2.rs:750:47 Sep 01 03:16:17.613 INFO kablam! | Sep 01 03:16:17.613 INFO kablam! 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) { Sep 01 03:16:17.613 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.613 INFO kablam! Sep 01 03:16:17.614 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.614 INFO kablam! --> src/x86_64/../x86/sse2.rs:750:57 Sep 01 03:16:17.614 INFO kablam! | Sep 01 03:16:17.614 INFO kablam! 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) { Sep 01 03:16:17.614 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.614 INFO kablam! Sep 01 03:16:17.614 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.614 INFO kablam! --> src/x86_64/../x86/sse2.rs:761:33 Sep 01 03:16:17.614 INFO kablam! | Sep 01 03:16:17.614 INFO kablam! 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 { Sep 01 03:16:17.615 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.615 INFO kablam! Sep 01 03:16:17.615 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.615 INFO kablam! --> src/x86_64/../x86/sse2.rs:761:43 Sep 01 03:16:17.615 INFO kablam! | Sep 01 03:16:17.615 INFO kablam! 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 { Sep 01 03:16:17.615 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.615 INFO kablam! Sep 01 03:16:17.616 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.616 INFO kablam! --> src/x86_64/../x86/sse2.rs:771:34 Sep 01 03:16:17.616 INFO kablam! | Sep 01 03:16:17.616 INFO kablam! 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 { Sep 01 03:16:17.616 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.616 INFO kablam! Sep 01 03:16:17.616 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.617 INFO kablam! --> src/x86_64/../x86/sse2.rs:771:44 Sep 01 03:16:17.617 INFO kablam! | Sep 01 03:16:17.617 INFO kablam! 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 { Sep 01 03:16:17.617 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.617 INFO kablam! Sep 01 03:16:17.617 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.617 INFO kablam! --> src/x86_64/../x86/sse2.rs:771:54 Sep 01 03:16:17.617 INFO kablam! | Sep 01 03:16:17.617 INFO kablam! 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 { Sep 01 03:16:17.617 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.617 INFO kablam! Sep 01 03:16:17.618 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.618 INFO kablam! --> src/x86_64/../x86/sse2.rs:784:34 Sep 01 03:16:17.618 INFO kablam! | Sep 01 03:16:17.618 INFO kablam! 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 { Sep 01 03:16:17.618 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.618 INFO kablam! Sep 01 03:16:17.619 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.619 INFO kablam! --> src/x86_64/../x86/sse2.rs:784:44 Sep 01 03:16:17.619 INFO kablam! | Sep 01 03:16:17.619 INFO kablam! 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 { Sep 01 03:16:17.619 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.619 INFO kablam! Sep 01 03:16:17.619 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.619 INFO kablam! --> src/x86_64/../x86/sse2.rs:784:54 Sep 01 03:16:17.619 INFO kablam! | Sep 01 03:16:17.619 INFO kablam! 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 { Sep 01 03:16:17.619 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.620 INFO kablam! Sep 01 03:16:17.620 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.620 INFO kablam! --> src/x86_64/../x86/sse2.rs:797:35 Sep 01 03:16:17.620 INFO kablam! | Sep 01 03:16:17.620 INFO kablam! 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 { Sep 01 03:16:17.620 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.620 INFO kablam! Sep 01 03:16:17.621 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.621 INFO kablam! --> src/x86_64/../x86/sse2.rs:797:45 Sep 01 03:16:17.621 INFO kablam! | Sep 01 03:16:17.621 INFO kablam! 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 { Sep 01 03:16:17.621 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.621 INFO kablam! Sep 01 03:16:17.622 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.622 INFO kablam! --> src/x86_64/../x86/sse2.rs:797:55 Sep 01 03:16:17.622 INFO kablam! | Sep 01 03:16:17.622 INFO kablam! 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 { Sep 01 03:16:17.622 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.622 INFO kablam! Sep 01 03:16:17.622 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.622 INFO kablam! --> src/x86_64/../x86/sse2.rs:807:36 Sep 01 03:16:17.622 INFO kablam! | Sep 01 03:16:17.622 INFO kablam! 807 | pub unsafe fn _mm_extract_epi16(a: i16x8, i: u8) -> i16 { Sep 01 03:16:17.622 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.622 INFO kablam! Sep 01 03:16:17.623 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.623 INFO kablam! --> src/x86_64/../x86/sse2.rs:826:35 Sep 01 03:16:17.623 INFO kablam! | Sep 01 03:16:17.623 INFO kablam! 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 { Sep 01 03:16:17.623 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.623 INFO kablam! Sep 01 03:16:17.624 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.624 INFO kablam! --> src/x86_64/../x86/sse2.rs:826:60 Sep 01 03:16:17.624 INFO kablam! | Sep 01 03:16:17.624 INFO kablam! 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 { Sep 01 03:16:17.624 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.624 INFO kablam! Sep 01 03:16:17.624 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.624 INFO kablam! --> src/x86_64/../x86/sse2.rs:846:36 Sep 01 03:16:17.624 INFO kablam! | Sep 01 03:16:17.624 INFO kablam! 846 | pub unsafe fn _mm_movemask_epi8(a: i8x16) -> i16 { Sep 01 03:16:17.624 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.625 INFO kablam! Sep 01 03:16:17.625 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.625 INFO kablam! --> src/x86_64/../x86/sse2.rs:854:36 Sep 01 03:16:17.625 INFO kablam! | Sep 01 03:16:17.625 INFO kablam! 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 { Sep 01 03:16:17.625 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.625 INFO kablam! Sep 01 03:16:17.626 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.626 INFO kablam! --> src/x86_64/../x86/sse2.rs:854:59 Sep 01 03:16:17.626 INFO kablam! | Sep 01 03:16:17.626 INFO kablam! 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 { Sep 01 03:16:17.626 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.626 INFO kablam! Sep 01 03:16:17.626 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.626 INFO kablam! --> src/x86_64/../x86/sse2.rs:871:38 Sep 01 03:16:17.626 INFO kablam! | Sep 01 03:16:17.626 INFO kablam! 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.626 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.627 INFO kablam! Sep 01 03:16:17.627 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.627 INFO kablam! --> src/x86_64/../x86/sse2.rs:871:61 Sep 01 03:16:17.627 INFO kablam! | Sep 01 03:16:17.627 INFO kablam! 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.627 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.627 INFO kablam! Sep 01 03:16:17.628 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.628 INFO kablam! --> src/x86_64/../x86/sse2.rs:888:38 Sep 01 03:16:17.628 INFO kablam! | Sep 01 03:16:17.628 INFO kablam! 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.628 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.628 INFO kablam! Sep 01 03:16:17.628 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.628 INFO kablam! --> src/x86_64/../x86/sse2.rs:888:61 Sep 01 03:16:17.628 INFO kablam! | Sep 01 03:16:17.629 INFO kablam! 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.629 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.629 INFO kablam! Sep 01 03:16:17.629 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.629 INFO kablam! --> src/x86_64/../x86/sse2.rs:902:36 Sep 01 03:16:17.629 INFO kablam! | Sep 01 03:16:17.629 INFO kablam! 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.629 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.629 INFO kablam! Sep 01 03:16:17.630 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.630 INFO kablam! --> src/x86_64/../x86/sse2.rs:902:46 Sep 01 03:16:17.630 INFO kablam! | Sep 01 03:16:17.630 INFO kablam! 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.630 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.630 INFO kablam! Sep 01 03:16:17.630 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.630 INFO kablam! --> src/x86_64/../x86/sse2.rs:902:56 Sep 01 03:16:17.631 INFO kablam! | Sep 01 03:16:17.631 INFO kablam! 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.631 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.631 INFO kablam! Sep 01 03:16:17.631 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.631 INFO kablam! --> src/x86_64/../x86/sse2.rs:912:37 Sep 01 03:16:17.631 INFO kablam! | Sep 01 03:16:17.631 INFO kablam! 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.631 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.631 INFO kablam! Sep 01 03:16:17.632 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.632 INFO kablam! --> src/x86_64/../x86/sse2.rs:912:47 Sep 01 03:16:17.632 INFO kablam! | Sep 01 03:16:17.632 INFO kablam! 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.632 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.632 INFO kablam! Sep 01 03:16:17.633 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.633 INFO kablam! --> src/x86_64/../x86/sse2.rs:912:57 Sep 01 03:16:17.633 INFO kablam! | Sep 01 03:16:17.633 INFO kablam! 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.633 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.633 INFO kablam! Sep 01 03:16:17.633 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.633 INFO kablam! --> src/x86_64/../x86/sse2.rs:922:37 Sep 01 03:16:17.633 INFO kablam! | Sep 01 03:16:17.633 INFO kablam! 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.633 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.633 INFO kablam! Sep 01 03:16:17.634 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.634 INFO kablam! --> src/x86_64/../x86/sse2.rs:922:47 Sep 01 03:16:17.634 INFO kablam! | Sep 01 03:16:17.634 INFO kablam! 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.634 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.634 INFO kablam! Sep 01 03:16:17.635 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.635 INFO kablam! --> src/x86_64/../x86/sse2.rs:922:57 Sep 01 03:16:17.635 INFO kablam! | Sep 01 03:16:17.635 INFO kablam! 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.635 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.635 INFO kablam! Sep 01 03:16:17.635 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.635 INFO kablam! --> src/x86_64/../x86/sse2.rs:932:37 Sep 01 03:16:17.635 INFO kablam! | Sep 01 03:16:17.635 INFO kablam! 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.635 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.635 INFO kablam! Sep 01 03:16:17.636 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.636 INFO kablam! --> src/x86_64/../x86/sse2.rs:932:47 Sep 01 03:16:17.636 INFO kablam! | Sep 01 03:16:17.636 INFO kablam! 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.636 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.636 INFO kablam! Sep 01 03:16:17.637 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.637 INFO kablam! --> src/x86_64/../x86/sse2.rs:932:57 Sep 01 03:16:17.637 INFO kablam! | Sep 01 03:16:17.637 INFO kablam! 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.637 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.637 INFO kablam! Sep 01 03:16:17.637 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.637 INFO kablam! --> src/x86_64/../x86/sse2.rs:942:36 Sep 01 03:16:17.637 INFO kablam! | Sep 01 03:16:17.637 INFO kablam! 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.637 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.637 INFO kablam! Sep 01 03:16:17.638 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.638 INFO kablam! --> src/x86_64/../x86/sse2.rs:942:46 Sep 01 03:16:17.638 INFO kablam! | Sep 01 03:16:17.638 INFO kablam! 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.638 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.638 INFO kablam! Sep 01 03:16:17.639 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.639 INFO kablam! --> src/x86_64/../x86/sse2.rs:942:56 Sep 01 03:16:17.639 INFO kablam! | Sep 01 03:16:17.639 INFO kablam! 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.639 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.639 INFO kablam! Sep 01 03:16:17.639 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.639 INFO kablam! --> src/x86_64/../x86/sse2.rs:952:37 Sep 01 03:16:17.639 INFO kablam! | Sep 01 03:16:17.639 INFO kablam! 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.639 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.640 INFO kablam! Sep 01 03:16:17.640 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.640 INFO kablam! --> src/x86_64/../x86/sse2.rs:952:47 Sep 01 03:16:17.640 INFO kablam! | Sep 01 03:16:17.640 INFO kablam! 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.640 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.640 INFO kablam! Sep 01 03:16:17.641 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.641 INFO kablam! --> src/x86_64/../x86/sse2.rs:952:57 Sep 01 03:16:17.641 INFO kablam! | Sep 01 03:16:17.641 INFO kablam! 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.641 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.641 INFO kablam! Sep 01 03:16:17.641 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.641 INFO kablam! --> src/x86_64/../x86/sse2.rs:962:37 Sep 01 03:16:17.641 INFO kablam! | Sep 01 03:16:17.642 INFO kablam! 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.642 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.642 INFO kablam! Sep 01 03:16:17.642 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.642 INFO kablam! --> src/x86_64/../x86/sse2.rs:962:47 Sep 01 03:16:17.642 INFO kablam! | Sep 01 03:16:17.642 INFO kablam! 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.642 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.642 INFO kablam! Sep 01 03:16:17.643 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.643 INFO kablam! --> src/x86_64/../x86/sse2.rs:962:57 Sep 01 03:16:17.643 INFO kablam! | Sep 01 03:16:17.643 INFO kablam! 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.643 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.643 INFO kablam! Sep 01 03:16:17.643 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.644 INFO kablam! --> src/x86_64/../x86/sse2.rs:972:37 Sep 01 03:16:17.644 INFO kablam! | Sep 01 03:16:17.644 INFO kablam! 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.644 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.644 INFO kablam! Sep 01 03:16:17.644 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.644 INFO kablam! --> src/x86_64/../x86/sse2.rs:972:47 Sep 01 03:16:17.644 INFO kablam! | Sep 01 03:16:17.644 INFO kablam! 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.644 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.644 INFO kablam! Sep 01 03:16:17.645 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.645 INFO kablam! --> src/x86_64/../x86/sse2.rs:972:57 Sep 01 03:16:17.645 INFO kablam! | Sep 01 03:16:17.645 INFO kablam! 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.645 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.645 INFO kablam! Sep 01 03:16:17.646 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.646 INFO kablam! --> src/x86_64/../x86/sse2.rs:983:29 Sep 01 03:16:17.646 INFO kablam! | Sep 01 03:16:17.646 INFO kablam! 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.646 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.646 INFO kablam! Sep 01 03:16:17.646 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.646 INFO kablam! --> src/x86_64/../x86/sse2.rs:983:39 Sep 01 03:16:17.646 INFO kablam! | Sep 01 03:16:17.646 INFO kablam! 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.646 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.646 INFO kablam! Sep 01 03:16:17.647 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.647 INFO kablam! --> src/x86_64/../x86/sse2.rs:983:49 Sep 01 03:16:17.647 INFO kablam! | Sep 01 03:16:17.647 INFO kablam! 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.647 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.647 INFO kablam! Sep 01 03:16:17.648 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.648 INFO kablam! --> src/x86_64/../x86/sse2.rs:991:29 Sep 01 03:16:17.648 INFO kablam! | Sep 01 03:16:17.648 INFO kablam! 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.648 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.648 INFO kablam! Sep 01 03:16:17.648 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.648 INFO kablam! --> src/x86_64/../x86/sse2.rs:991:39 Sep 01 03:16:17.648 INFO kablam! | Sep 01 03:16:17.648 INFO kablam! 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.648 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.648 INFO kablam! Sep 01 03:16:17.649 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.649 INFO kablam! --> src/x86_64/../x86/sse2.rs:991:49 Sep 01 03:16:17.649 INFO kablam! | Sep 01 03:16:17.649 INFO kablam! 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.649 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.649 INFO kablam! Sep 01 03:16:17.650 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.650 INFO kablam! --> src/x86_64/../x86/sse2.rs:999:29 Sep 01 03:16:17.650 INFO kablam! | Sep 01 03:16:17.650 INFO kablam! 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.650 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.650 INFO kablam! Sep 01 03:16:17.650 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.650 INFO kablam! --> src/x86_64/../x86/sse2.rs:999:39 Sep 01 03:16:17.650 INFO kablam! | Sep 01 03:16:17.650 INFO kablam! 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.650 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.651 INFO kablam! Sep 01 03:16:17.651 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.651 INFO kablam! --> src/x86_64/../x86/sse2.rs:999:49 Sep 01 03:16:17.651 INFO kablam! | Sep 01 03:16:17.651 INFO kablam! 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.651 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.651 INFO kablam! Sep 01 03:16:17.651 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.651 INFO kablam! --> src/x86_64/../x86/sse2.rs:1007:29 Sep 01 03:16:17.651 INFO kablam! | Sep 01 03:16:17.651 INFO kablam! 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.651 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.652 INFO kablam! Sep 01 03:16:17.652 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.652 INFO kablam! --> src/x86_64/../x86/sse2.rs:1007:39 Sep 01 03:16:17.652 INFO kablam! | Sep 01 03:16:17.652 INFO kablam! 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.652 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.652 INFO kablam! Sep 01 03:16:17.652 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.653 INFO kablam! --> src/x86_64/../x86/sse2.rs:1007:49 Sep 01 03:16:17.653 INFO kablam! | Sep 01 03:16:17.653 INFO kablam! 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.653 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.653 INFO kablam! Sep 01 03:16:17.654 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.654 INFO kablam! --> src/x86_64/../x86/sse2.rs:1015:29 Sep 01 03:16:17.654 INFO kablam! | Sep 01 03:16:17.654 INFO kablam! 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.654 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.654 INFO kablam! Sep 01 03:16:17.654 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.654 INFO kablam! --> src/x86_64/../x86/sse2.rs:1015:39 Sep 01 03:16:17.654 INFO kablam! | Sep 01 03:16:17.654 INFO kablam! 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.654 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.654 INFO kablam! Sep 01 03:16:17.655 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.655 INFO kablam! --> src/x86_64/../x86/sse2.rs:1015:49 Sep 01 03:16:17.655 INFO kablam! | Sep 01 03:16:17.655 INFO kablam! 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.655 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.655 INFO kablam! Sep 01 03:16:17.655 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.655 INFO kablam! --> src/x86_64/../x86/sse2.rs:1023:29 Sep 01 03:16:17.655 INFO kablam! | Sep 01 03:16:17.655 INFO kablam! 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.655 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.655 INFO kablam! Sep 01 03:16:17.656 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.656 INFO kablam! --> src/x86_64/../x86/sse2.rs:1023:39 Sep 01 03:16:17.656 INFO kablam! | Sep 01 03:16:17.656 INFO kablam! 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.656 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.656 INFO kablam! Sep 01 03:16:17.657 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.657 INFO kablam! --> src/x86_64/../x86/sse2.rs:1023:49 Sep 01 03:16:17.657 INFO kablam! | Sep 01 03:16:17.657 INFO kablam! 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.657 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.657 INFO kablam! Sep 01 03:16:17.657 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.657 INFO kablam! --> src/x86_64/../x86/sse2.rs:1031:29 Sep 01 03:16:17.657 INFO kablam! | Sep 01 03:16:17.657 INFO kablam! 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.657 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.657 INFO kablam! Sep 01 03:16:17.658 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.658 INFO kablam! --> src/x86_64/../x86/sse2.rs:1031:39 Sep 01 03:16:17.658 INFO kablam! | Sep 01 03:16:17.658 INFO kablam! 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.658 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.658 INFO kablam! Sep 01 03:16:17.659 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.659 INFO kablam! --> src/x86_64/../x86/sse2.rs:1031:49 Sep 01 03:16:17.659 INFO kablam! | Sep 01 03:16:17.659 INFO kablam! 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.659 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.659 INFO kablam! Sep 01 03:16:17.660 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.660 INFO kablam! --> src/x86_64/../x86/sse2.rs:1039:29 Sep 01 03:16:17.660 INFO kablam! | Sep 01 03:16:17.660 INFO kablam! 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.660 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.660 INFO kablam! Sep 01 03:16:17.660 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.660 INFO kablam! --> src/x86_64/../x86/sse2.rs:1039:39 Sep 01 03:16:17.660 INFO kablam! | Sep 01 03:16:17.660 INFO kablam! 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.660 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.660 INFO kablam! Sep 01 03:16:17.661 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.661 INFO kablam! --> src/x86_64/../x86/sse2.rs:1039:49 Sep 01 03:16:17.661 INFO kablam! | Sep 01 03:16:17.661 INFO kablam! 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.661 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.661 INFO kablam! Sep 01 03:16:17.661 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.661 INFO kablam! --> src/x86_64/../x86/sse2.rs:1047:29 Sep 01 03:16:17.661 INFO kablam! | Sep 01 03:16:17.661 INFO kablam! 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.661 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.662 INFO kablam! Sep 01 03:16:17.662 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.662 INFO kablam! --> src/x86_64/../x86/sse2.rs:1047:39 Sep 01 03:16:17.662 INFO kablam! | Sep 01 03:16:17.662 INFO kablam! 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.662 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.662 INFO kablam! Sep 01 03:16:17.663 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.663 INFO kablam! --> src/x86_64/../x86/sse2.rs:1047:49 Sep 01 03:16:17.663 INFO kablam! | Sep 01 03:16:17.663 INFO kablam! 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.663 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.663 INFO kablam! Sep 01 03:16:17.664 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.664 INFO kablam! --> src/x86_64/../x86/sse2.rs:1055:29 Sep 01 03:16:17.664 INFO kablam! | Sep 01 03:16:17.664 INFO kablam! 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.664 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.664 INFO kablam! Sep 01 03:16:17.664 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.664 INFO kablam! --> src/x86_64/../x86/sse2.rs:1055:39 Sep 01 03:16:17.664 INFO kablam! | Sep 01 03:16:17.664 INFO kablam! 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.664 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.664 INFO kablam! Sep 01 03:16:17.664 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.665 INFO kablam! --> src/x86_64/../x86/sse2.rs:1055:49 Sep 01 03:16:17.665 INFO kablam! | Sep 01 03:16:17.665 INFO kablam! 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.665 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.665 INFO kablam! Sep 01 03:16:17.665 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.665 INFO kablam! --> src/x86_64/../x86/sse2.rs:1063:30 Sep 01 03:16:17.665 INFO kablam! | Sep 01 03:16:17.665 INFO kablam! 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.665 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.665 INFO kablam! Sep 01 03:16:17.665 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.665 INFO kablam! --> src/x86_64/../x86/sse2.rs:1063:40 Sep 01 03:16:17.665 INFO kablam! | Sep 01 03:16:17.665 INFO kablam! 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.665 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.666 INFO kablam! Sep 01 03:16:17.666 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.666 INFO kablam! --> src/x86_64/../x86/sse2.rs:1063:50 Sep 01 03:16:17.666 INFO kablam! | Sep 01 03:16:17.666 INFO kablam! 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.666 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.666 INFO kablam! Sep 01 03:16:17.666 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.666 INFO kablam! --> src/x86_64/../x86/sse2.rs:1070:30 Sep 01 03:16:17.666 INFO kablam! | Sep 01 03:16:17.666 INFO kablam! 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 { Sep 01 03:16:17.666 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.666 INFO kablam! Sep 01 03:16:17.667 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.667 INFO kablam! --> src/x86_64/../x86/sse2.rs:1070:40 Sep 01 03:16:17.667 INFO kablam! | Sep 01 03:16:17.667 INFO kablam! 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 { Sep 01 03:16:17.667 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.667 INFO kablam! Sep 01 03:16:17.667 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.667 INFO kablam! --> src/x86_64/../x86/sse2.rs:1078:29 Sep 01 03:16:17.667 INFO kablam! | Sep 01 03:16:17.667 INFO kablam! 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.667 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.667 INFO kablam! Sep 01 03:16:17.667 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.667 INFO kablam! --> src/x86_64/../x86/sse2.rs:1078:39 Sep 01 03:16:17.668 INFO kablam! | Sep 01 03:16:17.668 INFO kablam! 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.668 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.668 INFO kablam! Sep 01 03:16:17.668 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.668 INFO kablam! --> src/x86_64/../x86/sse2.rs:1078:49 Sep 01 03:16:17.668 INFO kablam! | Sep 01 03:16:17.668 INFO kablam! 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.668 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.668 INFO kablam! Sep 01 03:16:17.668 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.668 INFO kablam! --> src/x86_64/../x86/sse2.rs:1086:29 Sep 01 03:16:17.668 INFO kablam! | Sep 01 03:16:17.668 INFO kablam! 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.668 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.668 INFO kablam! Sep 01 03:16:17.669 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.669 INFO kablam! --> src/x86_64/../x86/sse2.rs:1086:39 Sep 01 03:16:17.669 INFO kablam! | Sep 01 03:16:17.669 INFO kablam! 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.669 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.669 INFO kablam! Sep 01 03:16:17.669 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.669 INFO kablam! --> src/x86_64/../x86/sse2.rs:1086:49 Sep 01 03:16:17.669 INFO kablam! | Sep 01 03:16:17.669 INFO kablam! 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.669 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.669 INFO kablam! Sep 01 03:16:17.670 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.670 INFO kablam! --> src/x86_64/../x86/sse2.rs:1094:29 Sep 01 03:16:17.670 INFO kablam! | Sep 01 03:16:17.670 INFO kablam! 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.670 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.670 INFO kablam! Sep 01 03:16:17.670 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.670 INFO kablam! --> src/x86_64/../x86/sse2.rs:1094:39 Sep 01 03:16:17.670 INFO kablam! | Sep 01 03:16:17.670 INFO kablam! 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.670 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.670 INFO kablam! Sep 01 03:16:17.670 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.670 INFO kablam! --> src/x86_64/../x86/sse2.rs:1094:49 Sep 01 03:16:17.670 INFO kablam! | Sep 01 03:16:17.670 INFO kablam! 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.670 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.671 INFO kablam! Sep 01 03:16:17.671 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.671 INFO kablam! --> src/x86_64/../x86/sse2.rs:1101:32 Sep 01 03:16:17.671 INFO kablam! | Sep 01 03:16:17.671 INFO kablam! 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.671 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.671 INFO kablam! Sep 01 03:16:17.671 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.671 INFO kablam! --> src/x86_64/../x86/sse2.rs:1101:42 Sep 01 03:16:17.671 INFO kablam! | Sep 01 03:16:17.672 INFO kablam! 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.672 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.672 INFO kablam! Sep 01 03:16:17.672 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.672 INFO kablam! --> src/x86_64/../x86/sse2.rs:1101:52 Sep 01 03:16:17.672 INFO kablam! | Sep 01 03:16:17.672 INFO kablam! 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.672 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.672 INFO kablam! Sep 01 03:16:17.672 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.672 INFO kablam! --> src/x86_64/../x86/sse2.rs:1111:28 Sep 01 03:16:17.672 INFO kablam! | Sep 01 03:16:17.672 INFO kablam! 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.672 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.672 INFO kablam! Sep 01 03:16:17.673 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.673 INFO kablam! --> src/x86_64/../x86/sse2.rs:1111:38 Sep 01 03:16:17.673 INFO kablam! | Sep 01 03:16:17.673 INFO kablam! 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.673 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.673 INFO kablam! Sep 01 03:16:17.673 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.673 INFO kablam! --> src/x86_64/../x86/sse2.rs:1111:48 Sep 01 03:16:17.673 INFO kablam! | Sep 01 03:16:17.673 INFO kablam! 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.673 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.673 INFO kablam! Sep 01 03:16:17.674 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.674 INFO kablam! --> src/x86_64/../x86/sse2.rs:1118:29 Sep 01 03:16:17.674 INFO kablam! | Sep 01 03:16:17.674 INFO kablam! 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.674 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.674 INFO kablam! Sep 01 03:16:17.674 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.674 INFO kablam! --> src/x86_64/../x86/sse2.rs:1118:39 Sep 01 03:16:17.674 INFO kablam! | Sep 01 03:16:17.674 INFO kablam! 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.674 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.674 INFO kablam! Sep 01 03:16:17.675 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.675 INFO kablam! --> src/x86_64/../x86/sse2.rs:1118:49 Sep 01 03:16:17.675 INFO kablam! | Sep 01 03:16:17.675 INFO kablam! 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.675 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.675 INFO kablam! Sep 01 03:16:17.675 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.675 INFO kablam! --> src/x86_64/../x86/sse2.rs:1126:31 Sep 01 03:16:17.675 INFO kablam! | Sep 01 03:16:17.675 INFO kablam! 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.675 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.675 INFO kablam! Sep 01 03:16:17.675 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.675 INFO kablam! --> src/x86_64/../x86/sse2.rs:1126:41 Sep 01 03:16:17.676 INFO kablam! | Sep 01 03:16:17.676 INFO kablam! 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.676 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.676 INFO kablam! Sep 01 03:16:17.676 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.676 INFO kablam! --> src/x86_64/../x86/sse2.rs:1126:51 Sep 01 03:16:17.676 INFO kablam! | Sep 01 03:16:17.676 INFO kablam! 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.676 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.676 INFO kablam! Sep 01 03:16:17.676 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.676 INFO kablam! --> src/x86_64/../x86/sse2.rs:1134:31 Sep 01 03:16:17.676 INFO kablam! | Sep 01 03:16:17.676 INFO kablam! 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.676 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.676 INFO kablam! Sep 01 03:16:17.676 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.676 INFO kablam! --> src/x86_64/../x86/sse2.rs:1134:41 Sep 01 03:16:17.676 INFO kablam! | Sep 01 03:16:17.677 INFO kablam! 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.677 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.677 INFO kablam! Sep 01 03:16:17.677 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.677 INFO kablam! --> src/x86_64/../x86/sse2.rs:1134:51 Sep 01 03:16:17.677 INFO kablam! | Sep 01 03:16:17.677 INFO kablam! 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.677 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.677 INFO kablam! Sep 01 03:16:17.678 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.678 INFO kablam! --> src/x86_64/../x86/sse2.rs:1142:31 Sep 01 03:16:17.678 INFO kablam! | Sep 01 03:16:17.678 INFO kablam! 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.678 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.678 INFO kablam! Sep 01 03:16:17.678 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.678 INFO kablam! --> src/x86_64/../x86/sse2.rs:1142:41 Sep 01 03:16:17.678 INFO kablam! | Sep 01 03:16:17.678 INFO kablam! 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.678 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.678 INFO kablam! Sep 01 03:16:17.678 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.678 INFO kablam! --> src/x86_64/../x86/sse2.rs:1142:51 Sep 01 03:16:17.678 INFO kablam! | Sep 01 03:16:17.679 INFO kablam! 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.679 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.679 INFO kablam! Sep 01 03:16:17.679 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.679 INFO kablam! --> src/x86_64/../x86/sse2.rs:1150:31 Sep 01 03:16:17.679 INFO kablam! | Sep 01 03:16:17.679 INFO kablam! 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.679 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.679 INFO kablam! Sep 01 03:16:17.679 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.679 INFO kablam! --> src/x86_64/../x86/sse2.rs:1150:41 Sep 01 03:16:17.679 INFO kablam! | Sep 01 03:16:17.679 INFO kablam! 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.679 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.679 INFO kablam! Sep 01 03:16:17.680 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.680 INFO kablam! --> src/x86_64/../x86/sse2.rs:1150:51 Sep 01 03:16:17.680 INFO kablam! | Sep 01 03:16:17.680 INFO kablam! 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.680 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.680 INFO kablam! Sep 01 03:16:17.680 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.680 INFO kablam! --> src/x86_64/../x86/sse2.rs:1158:31 Sep 01 03:16:17.680 INFO kablam! | Sep 01 03:16:17.680 INFO kablam! 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.680 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.680 INFO kablam! Sep 01 03:16:17.681 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.681 INFO kablam! --> src/x86_64/../x86/sse2.rs:1158:41 Sep 01 03:16:17.681 INFO kablam! | Sep 01 03:16:17.681 INFO kablam! 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.681 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.681 INFO kablam! Sep 01 03:16:17.681 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.681 INFO kablam! --> src/x86_64/../x86/sse2.rs:1158:51 Sep 01 03:16:17.681 INFO kablam! | Sep 01 03:16:17.681 INFO kablam! 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.681 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.681 INFO kablam! Sep 01 03:16:17.681 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.682 INFO kablam! --> src/x86_64/../x86/sse2.rs:1168:32 Sep 01 03:16:17.682 INFO kablam! | Sep 01 03:16:17.682 INFO kablam! 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.682 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.682 INFO kablam! Sep 01 03:16:17.682 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.682 INFO kablam! --> src/x86_64/../x86/sse2.rs:1168:42 Sep 01 03:16:17.682 INFO kablam! | Sep 01 03:16:17.682 INFO kablam! 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.682 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.682 INFO kablam! Sep 01 03:16:17.682 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.682 INFO kablam! --> src/x86_64/../x86/sse2.rs:1168:52 Sep 01 03:16:17.682 INFO kablam! | Sep 01 03:16:17.682 INFO kablam! 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.683 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.683 INFO kablam! Sep 01 03:16:17.683 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.683 INFO kablam! --> src/x86_64/../x86/sse2.rs:1180:34 Sep 01 03:16:17.683 INFO kablam! | Sep 01 03:16:17.683 INFO kablam! 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.683 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.683 INFO kablam! Sep 01 03:16:17.683 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.683 INFO kablam! --> src/x86_64/../x86/sse2.rs:1180:44 Sep 01 03:16:17.683 INFO kablam! | Sep 01 03:16:17.683 INFO kablam! 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.683 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.683 INFO kablam! Sep 01 03:16:17.684 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.684 INFO kablam! --> src/x86_64/../x86/sse2.rs:1180:54 Sep 01 03:16:17.684 INFO kablam! | Sep 01 03:16:17.684 INFO kablam! 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.684 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.684 INFO kablam! Sep 01 03:16:17.684 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.684 INFO kablam! --> src/x86_64/../x86/sse2.rs:1191:32 Sep 01 03:16:17.684 INFO kablam! | Sep 01 03:16:17.684 INFO kablam! 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.684 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.684 INFO kablam! Sep 01 03:16:17.685 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.685 INFO kablam! --> src/x86_64/../x86/sse2.rs:1191:42 Sep 01 03:16:17.685 INFO kablam! | Sep 01 03:16:17.685 INFO kablam! 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.685 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.685 INFO kablam! Sep 01 03:16:17.685 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.685 INFO kablam! --> src/x86_64/../x86/sse2.rs:1191:52 Sep 01 03:16:17.685 INFO kablam! | Sep 01 03:16:17.685 INFO kablam! 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.685 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.685 INFO kablam! Sep 01 03:16:17.685 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.685 INFO kablam! --> src/x86_64/../x86/sse2.rs:1202:32 Sep 01 03:16:17.686 INFO kablam! | Sep 01 03:16:17.686 INFO kablam! 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.686 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.686 INFO kablam! Sep 01 03:16:17.686 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.686 INFO kablam! --> src/x86_64/../x86/sse2.rs:1202:42 Sep 01 03:16:17.686 INFO kablam! | Sep 01 03:16:17.686 INFO kablam! 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.686 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.686 INFO kablam! Sep 01 03:16:17.686 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.686 INFO kablam! --> src/x86_64/../x86/sse2.rs:1202:52 Sep 01 03:16:17.686 INFO kablam! | Sep 01 03:16:17.686 INFO kablam! 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.686 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.687 INFO kablam! Sep 01 03:16:17.687 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.687 INFO kablam! --> src/x86_64/../x86/sse2.rs:1213:32 Sep 01 03:16:17.687 INFO kablam! | Sep 01 03:16:17.687 INFO kablam! 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.687 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.687 INFO kablam! Sep 01 03:16:17.687 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.687 INFO kablam! --> src/x86_64/../x86/sse2.rs:1213:42 Sep 01 03:16:17.687 INFO kablam! | Sep 01 03:16:17.687 INFO kablam! 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.687 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.688 INFO kablam! Sep 01 03:16:17.688 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.688 INFO kablam! --> src/x86_64/../x86/sse2.rs:1213:52 Sep 01 03:16:17.688 INFO kablam! | Sep 01 03:16:17.688 INFO kablam! 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.688 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.688 INFO kablam! Sep 01 03:16:17.688 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.688 INFO kablam! --> src/x86_64/../x86/sse2.rs:1224:32 Sep 01 03:16:17.688 INFO kablam! | Sep 01 03:16:17.688 INFO kablam! 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.688 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.688 INFO kablam! Sep 01 03:16:17.689 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.689 INFO kablam! --> src/x86_64/../x86/sse2.rs:1224:42 Sep 01 03:16:17.689 INFO kablam! | Sep 01 03:16:17.689 INFO kablam! 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.689 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.689 INFO kablam! Sep 01 03:16:17.689 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.689 INFO kablam! --> src/x86_64/../x86/sse2.rs:1224:52 Sep 01 03:16:17.689 INFO kablam! | Sep 01 03:16:17.689 INFO kablam! 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.689 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.689 INFO kablam! Sep 01 03:16:17.690 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.690 INFO kablam! --> src/x86_64/../x86/sse2.rs:1235:32 Sep 01 03:16:17.690 INFO kablam! | Sep 01 03:16:17.690 INFO kablam! 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.690 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.690 INFO kablam! Sep 01 03:16:17.690 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.690 INFO kablam! --> src/x86_64/../x86/sse2.rs:1235:42 Sep 01 03:16:17.690 INFO kablam! | Sep 01 03:16:17.690 INFO kablam! 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.690 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.690 INFO kablam! Sep 01 03:16:17.690 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.690 INFO kablam! --> src/x86_64/../x86/sse2.rs:1235:52 Sep 01 03:16:17.690 INFO kablam! | Sep 01 03:16:17.690 INFO kablam! 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.690 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.691 INFO kablam! Sep 01 03:16:17.691 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.691 INFO kablam! --> src/x86_64/../x86/sse2.rs:1245:31 Sep 01 03:16:17.691 INFO kablam! | Sep 01 03:16:17.691 INFO kablam! 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.691 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.691 INFO kablam! Sep 01 03:16:17.691 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.691 INFO kablam! --> src/x86_64/../x86/sse2.rs:1245:41 Sep 01 03:16:17.691 INFO kablam! | Sep 01 03:16:17.691 INFO kablam! 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.691 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.691 INFO kablam! Sep 01 03:16:17.692 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.692 INFO kablam! --> src/x86_64/../x86/sse2.rs:1245:51 Sep 01 03:16:17.692 INFO kablam! | Sep 01 03:16:17.692 INFO kablam! 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.692 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.692 INFO kablam! Sep 01 03:16:17.692 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.692 INFO kablam! --> src/x86_64/../x86/sse2.rs:1252:31 Sep 01 03:16:17.692 INFO kablam! | Sep 01 03:16:17.692 INFO kablam! 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.692 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.692 INFO kablam! Sep 01 03:16:17.693 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.693 INFO kablam! --> src/x86_64/../x86/sse2.rs:1252:41 Sep 01 03:16:17.693 INFO kablam! | Sep 01 03:16:17.693 INFO kablam! 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.693 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.693 INFO kablam! Sep 01 03:16:17.693 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.693 INFO kablam! --> src/x86_64/../x86/sse2.rs:1252:51 Sep 01 03:16:17.693 INFO kablam! | Sep 01 03:16:17.693 INFO kablam! 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.693 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.693 INFO kablam! Sep 01 03:16:17.693 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.693 INFO kablam! --> src/x86_64/../x86/sse2.rs:1259:31 Sep 01 03:16:17.693 INFO kablam! | Sep 01 03:16:17.693 INFO kablam! 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.693 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.693 INFO kablam! Sep 01 03:16:17.694 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.694 INFO kablam! --> src/x86_64/../x86/sse2.rs:1259:41 Sep 01 03:16:17.694 INFO kablam! | Sep 01 03:16:17.694 INFO kablam! 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.694 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.694 INFO kablam! Sep 01 03:16:17.694 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.694 INFO kablam! --> src/x86_64/../x86/sse2.rs:1259:51 Sep 01 03:16:17.694 INFO kablam! | Sep 01 03:16:17.694 INFO kablam! 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.694 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.694 INFO kablam! Sep 01 03:16:17.695 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.695 INFO kablam! --> src/x86_64/../x86/sse2.rs:1266:31 Sep 01 03:16:17.695 INFO kablam! | Sep 01 03:16:17.695 INFO kablam! 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.695 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.695 INFO kablam! Sep 01 03:16:17.695 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.695 INFO kablam! --> src/x86_64/../x86/sse2.rs:1266:41 Sep 01 03:16:17.695 INFO kablam! | Sep 01 03:16:17.695 INFO kablam! 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.695 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.695 INFO kablam! Sep 01 03:16:17.695 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.696 INFO kablam! --> src/x86_64/../x86/sse2.rs:1266:51 Sep 01 03:16:17.696 INFO kablam! | Sep 01 03:16:17.696 INFO kablam! 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.696 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.696 INFO kablam! Sep 01 03:16:17.696 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.696 INFO kablam! --> src/x86_64/../x86/sse2.rs:1273:31 Sep 01 03:16:17.696 INFO kablam! | Sep 01 03:16:17.696 INFO kablam! 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.696 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.696 INFO kablam! Sep 01 03:16:17.696 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.696 INFO kablam! --> src/x86_64/../x86/sse2.rs:1273:41 Sep 01 03:16:17.696 INFO kablam! | Sep 01 03:16:17.696 INFO kablam! 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.697 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.697 INFO kablam! Sep 01 03:16:17.697 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.697 INFO kablam! --> src/x86_64/../x86/sse2.rs:1273:51 Sep 01 03:16:17.697 INFO kablam! | Sep 01 03:16:17.697 INFO kablam! 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.697 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.697 INFO kablam! Sep 01 03:16:17.697 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.697 INFO kablam! --> src/x86_64/../x86/sse2.rs:1280:32 Sep 01 03:16:17.697 INFO kablam! | Sep 01 03:16:17.697 INFO kablam! 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.697 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.697 INFO kablam! Sep 01 03:16:17.698 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.698 INFO kablam! --> src/x86_64/../x86/sse2.rs:1280:42 Sep 01 03:16:17.698 INFO kablam! | Sep 01 03:16:17.698 INFO kablam! 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.698 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.698 INFO kablam! Sep 01 03:16:17.698 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.698 INFO kablam! --> src/x86_64/../x86/sse2.rs:1280:52 Sep 01 03:16:17.698 INFO kablam! | Sep 01 03:16:17.698 INFO kablam! 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.698 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.698 INFO kablam! Sep 01 03:16:17.699 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.699 INFO kablam! --> src/x86_64/../x86/sse2.rs:1290:34 Sep 01 03:16:17.699 INFO kablam! | Sep 01 03:16:17.699 INFO kablam! 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.699 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.699 INFO kablam! Sep 01 03:16:17.699 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.699 INFO kablam! --> src/x86_64/../x86/sse2.rs:1290:44 Sep 01 03:16:17.699 INFO kablam! | Sep 01 03:16:17.699 INFO kablam! 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.699 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.699 INFO kablam! Sep 01 03:16:17.699 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.699 INFO kablam! --> src/x86_64/../x86/sse2.rs:1290:54 Sep 01 03:16:17.699 INFO kablam! | Sep 01 03:16:17.699 INFO kablam! 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.699 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.700 INFO kablam! Sep 01 03:16:17.700 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.700 INFO kablam! --> src/x86_64/../x86/sse2.rs:1300:32 Sep 01 03:16:17.700 INFO kablam! | Sep 01 03:16:17.700 INFO kablam! 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.700 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.700 INFO kablam! Sep 01 03:16:17.700 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.700 INFO kablam! --> src/x86_64/../x86/sse2.rs:1300:42 Sep 01 03:16:17.700 INFO kablam! | Sep 01 03:16:17.700 INFO kablam! 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.700 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.700 INFO kablam! Sep 01 03:16:17.701 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.701 INFO kablam! --> src/x86_64/../x86/sse2.rs:1300:52 Sep 01 03:16:17.701 INFO kablam! | Sep 01 03:16:17.701 INFO kablam! 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.701 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.701 INFO kablam! Sep 01 03:16:17.701 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.701 INFO kablam! --> src/x86_64/../x86/sse2.rs:1310:32 Sep 01 03:16:17.701 INFO kablam! | Sep 01 03:16:17.701 INFO kablam! 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.701 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.701 INFO kablam! Sep 01 03:16:17.702 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.702 INFO kablam! --> src/x86_64/../x86/sse2.rs:1310:42 Sep 01 03:16:17.702 INFO kablam! | Sep 01 03:16:17.702 INFO kablam! 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.702 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.702 INFO kablam! Sep 01 03:16:17.702 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.702 INFO kablam! --> src/x86_64/../x86/sse2.rs:1310:52 Sep 01 03:16:17.702 INFO kablam! | Sep 01 03:16:17.702 INFO kablam! 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.702 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.702 INFO kablam! Sep 01 03:16:17.703 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.703 INFO kablam! --> src/x86_64/../x86/sse2.rs:1320:32 Sep 01 03:16:17.703 INFO kablam! | Sep 01 03:16:17.703 INFO kablam! 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.703 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.703 INFO kablam! Sep 01 03:16:17.703 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.703 INFO kablam! --> src/x86_64/../x86/sse2.rs:1320:42 Sep 01 03:16:17.703 INFO kablam! | Sep 01 03:16:17.703 INFO kablam! 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.703 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.703 INFO kablam! Sep 01 03:16:17.703 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.703 INFO kablam! --> src/x86_64/../x86/sse2.rs:1320:52 Sep 01 03:16:17.703 INFO kablam! | Sep 01 03:16:17.704 INFO kablam! 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.704 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.704 INFO kablam! Sep 01 03:16:17.704 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.704 INFO kablam! --> src/x86_64/../x86/sse2.rs:1330:32 Sep 01 03:16:17.704 INFO kablam! | Sep 01 03:16:17.704 INFO kablam! 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.704 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.704 INFO kablam! Sep 01 03:16:17.704 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.704 INFO kablam! --> src/x86_64/../x86/sse2.rs:1330:42 Sep 01 03:16:17.704 INFO kablam! | Sep 01 03:16:17.704 INFO kablam! 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.704 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.704 INFO kablam! Sep 01 03:16:17.705 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.705 INFO kablam! --> src/x86_64/../x86/sse2.rs:1330:52 Sep 01 03:16:17.705 INFO kablam! | Sep 01 03:16:17.705 INFO kablam! 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.705 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.705 INFO kablam! Sep 01 03:16:17.705 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.705 INFO kablam! --> src/x86_64/../x86/sse2.rs:1341:32 Sep 01 03:16:17.705 INFO kablam! | Sep 01 03:16:17.705 INFO kablam! 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.705 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.705 INFO kablam! Sep 01 03:16:17.706 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.706 INFO kablam! --> src/x86_64/../x86/sse2.rs:1341:42 Sep 01 03:16:17.706 INFO kablam! | Sep 01 03:16:17.706 INFO kablam! 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.706 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.706 INFO kablam! Sep 01 03:16:17.706 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.706 INFO kablam! --> src/x86_64/../x86/sse2.rs:1341:52 Sep 01 03:16:17.706 INFO kablam! | Sep 01 03:16:17.706 INFO kablam! 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.706 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.706 INFO kablam! Sep 01 03:16:17.706 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.706 INFO kablam! --> src/x86_64/../x86/sse2.rs:1351:32 Sep 01 03:16:17.706 INFO kablam! | Sep 01 03:16:17.706 INFO kablam! 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.706 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.706 INFO kablam! Sep 01 03:16:17.707 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.707 INFO kablam! --> src/x86_64/../x86/sse2.rs:1351:42 Sep 01 03:16:17.707 INFO kablam! | Sep 01 03:16:17.707 INFO kablam! 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.707 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.707 INFO kablam! Sep 01 03:16:17.707 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.707 INFO kablam! --> src/x86_64/../x86/sse2.rs:1358:32 Sep 01 03:16:17.707 INFO kablam! | Sep 01 03:16:17.707 INFO kablam! 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.707 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.707 INFO kablam! Sep 01 03:16:17.707 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.708 INFO kablam! --> src/x86_64/../x86/sse2.rs:1358:42 Sep 01 03:16:17.708 INFO kablam! | Sep 01 03:16:17.708 INFO kablam! 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.708 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.708 INFO kablam! Sep 01 03:16:17.708 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.708 INFO kablam! --> src/x86_64/../x86/sse2.rs:1365:32 Sep 01 03:16:17.708 INFO kablam! | Sep 01 03:16:17.708 INFO kablam! 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.708 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.708 INFO kablam! Sep 01 03:16:17.708 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.708 INFO kablam! --> src/x86_64/../x86/sse2.rs:1365:42 Sep 01 03:16:17.708 INFO kablam! | Sep 01 03:16:17.708 INFO kablam! 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.708 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.709 INFO kablam! Sep 01 03:16:17.709 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.709 INFO kablam! --> src/x86_64/../x86/sse2.rs:1372:32 Sep 01 03:16:17.709 INFO kablam! | Sep 01 03:16:17.709 INFO kablam! 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.709 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.709 INFO kablam! Sep 01 03:16:17.709 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.709 INFO kablam! --> src/x86_64/../x86/sse2.rs:1372:42 Sep 01 03:16:17.709 INFO kablam! | Sep 01 03:16:17.709 INFO kablam! 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.709 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.709 INFO kablam! Sep 01 03:16:17.710 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.710 INFO kablam! --> src/x86_64/../x86/sse2.rs:1379:32 Sep 01 03:16:17.710 INFO kablam! | Sep 01 03:16:17.710 INFO kablam! 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.710 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.710 INFO kablam! Sep 01 03:16:17.710 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.710 INFO kablam! --> src/x86_64/../x86/sse2.rs:1379:42 Sep 01 03:16:17.710 INFO kablam! | Sep 01 03:16:17.710 INFO kablam! 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.710 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.710 INFO kablam! Sep 01 03:16:17.711 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.711 INFO kablam! --> src/x86_64/../x86/sse2.rs:1386:33 Sep 01 03:16:17.711 INFO kablam! | Sep 01 03:16:17.711 INFO kablam! 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.711 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.711 INFO kablam! Sep 01 03:16:17.711 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.711 INFO kablam! --> src/x86_64/../x86/sse2.rs:1386:43 Sep 01 03:16:17.711 INFO kablam! | Sep 01 03:16:17.711 INFO kablam! 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.711 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.711 INFO kablam! Sep 01 03:16:17.711 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.712 INFO kablam! --> src/x86_64/../x86/sse2.rs:1393:33 Sep 01 03:16:17.712 INFO kablam! | Sep 01 03:16:17.712 INFO kablam! 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.712 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.712 INFO kablam! Sep 01 03:16:17.712 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.712 INFO kablam! --> src/x86_64/../x86/sse2.rs:1393:43 Sep 01 03:16:17.712 INFO kablam! | Sep 01 03:16:17.712 INFO kablam! 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.712 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.712 INFO kablam! Sep 01 03:16:17.712 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.712 INFO kablam! --> src/x86_64/../x86/sse2.rs:1400:33 Sep 01 03:16:17.712 INFO kablam! | Sep 01 03:16:17.713 INFO kablam! 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.713 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.713 INFO kablam! Sep 01 03:16:17.713 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.713 INFO kablam! --> src/x86_64/../x86/sse2.rs:1400:43 Sep 01 03:16:17.713 INFO kablam! | Sep 01 03:16:17.713 INFO kablam! 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.713 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.713 INFO kablam! Sep 01 03:16:17.713 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.713 INFO kablam! --> src/x86_64/../x86/sse2.rs:1407:33 Sep 01 03:16:17.713 INFO kablam! | Sep 01 03:16:17.713 INFO kablam! 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.713 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.713 INFO kablam! Sep 01 03:16:17.714 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.714 INFO kablam! --> src/x86_64/../x86/sse2.rs:1407:43 Sep 01 03:16:17.714 INFO kablam! | Sep 01 03:16:17.714 INFO kablam! 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.714 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.714 INFO kablam! Sep 01 03:16:17.714 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.714 INFO kablam! --> src/x86_64/../x86/sse2.rs:1414:33 Sep 01 03:16:17.714 INFO kablam! | Sep 01 03:16:17.714 INFO kablam! 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.714 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.714 INFO kablam! Sep 01 03:16:17.715 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.715 INFO kablam! --> src/x86_64/../x86/sse2.rs:1414:43 Sep 01 03:16:17.715 INFO kablam! | Sep 01 03:16:17.715 INFO kablam! 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.715 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.715 INFO kablam! Sep 01 03:16:17.715 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.715 INFO kablam! --> src/x86_64/../x86/sse2.rs:1421:33 Sep 01 03:16:17.715 INFO kablam! | Sep 01 03:16:17.715 INFO kablam! 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.715 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.715 INFO kablam! Sep 01 03:16:17.715 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.715 INFO kablam! --> src/x86_64/../x86/sse2.rs:1421:43 Sep 01 03:16:17.715 INFO kablam! | Sep 01 03:16:17.715 INFO kablam! 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.715 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.716 INFO kablam! Sep 01 03:16:17.716 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.716 INFO kablam! --> src/x86_64/../x86/sse2.rs:1428:34 Sep 01 03:16:17.716 INFO kablam! | Sep 01 03:16:17.716 INFO kablam! 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.716 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.716 INFO kablam! Sep 01 03:16:17.716 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.716 INFO kablam! --> src/x86_64/../x86/sse2.rs:1428:44 Sep 01 03:16:17.716 INFO kablam! | Sep 01 03:16:17.716 INFO kablam! 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.717 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.717 INFO kablam! Sep 01 03:16:17.717 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.717 INFO kablam! --> src/x86_64/../x86/sse2.rs:1436:31 Sep 01 03:16:17.717 INFO kablam! | Sep 01 03:16:17.717 INFO kablam! 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:17.717 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.717 INFO kablam! Sep 01 03:16:17.717 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.717 INFO kablam! --> src/x86_64/../x86/sse2.rs:1436:41 Sep 01 03:16:17.717 INFO kablam! | Sep 01 03:16:17.717 INFO kablam! 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:17.717 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.717 INFO kablam! Sep 01 03:16:17.718 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.718 INFO kablam! --> src/x86_64/../x86/sse2.rs:1444:31 Sep 01 03:16:17.718 INFO kablam! | Sep 01 03:16:17.718 INFO kablam! 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:17.718 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.718 INFO kablam! Sep 01 03:16:17.718 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.718 INFO kablam! --> src/x86_64/../x86/sse2.rs:1444:41 Sep 01 03:16:17.718 INFO kablam! | Sep 01 03:16:17.718 INFO kablam! 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:17.718 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.718 INFO kablam! Sep 01 03:16:17.718 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.718 INFO kablam! --> src/x86_64/../x86/sse2.rs:1452:34 Sep 01 03:16:17.718 INFO kablam! | Sep 01 03:16:17.719 INFO kablam! 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:17.719 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.719 INFO kablam! Sep 01 03:16:17.719 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.719 INFO kablam! --> src/x86_64/../x86/sse2.rs:1452:44 Sep 01 03:16:17.719 INFO kablam! | Sep 01 03:16:17.719 INFO kablam! 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:17.719 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.719 INFO kablam! Sep 01 03:16:17.719 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.719 INFO kablam! --> src/x86_64/../x86/sse2.rs:1460:33 Sep 01 03:16:17.719 INFO kablam! | Sep 01 03:16:17.719 INFO kablam! 1460 | pub unsafe fn _mm_cvtsd_si32(a: f64x2) -> i32 { Sep 01 03:16:17.719 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.719 INFO kablam! Sep 01 03:16:17.720 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.720 INFO kablam! --> src/x86_64/../x86/sse2.rs:1470:31 Sep 01 03:16:17.720 INFO kablam! | Sep 01 03:16:17.720 INFO kablam! 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 { Sep 01 03:16:17.720 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.720 INFO kablam! Sep 01 03:16:17.720 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.720 INFO kablam! --> src/x86_64/../x86/sse2.rs:1470:41 Sep 01 03:16:17.720 INFO kablam! | Sep 01 03:16:17.720 INFO kablam! 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 { Sep 01 03:16:17.720 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.720 INFO kablam! Sep 01 03:16:17.720 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.720 INFO kablam! --> src/x86_64/../x86/sse2.rs:1470:51 Sep 01 03:16:17.720 INFO kablam! | Sep 01 03:16:17.720 INFO kablam! 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 { Sep 01 03:16:17.720 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.721 INFO kablam! Sep 01 03:16:17.721 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.721 INFO kablam! --> src/x86_64/../x86/sse2.rs:1477:32 Sep 01 03:16:17.721 INFO kablam! | Sep 01 03:16:17.721 INFO kablam! 1477 | pub unsafe fn _mm_cvtsd_f64(a: f64x2) -> f64 { Sep 01 03:16:17.721 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.721 INFO kablam! Sep 01 03:16:17.721 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.722 INFO kablam! --> src/x86_64/../x86/sse2.rs:1487:31 Sep 01 03:16:17.722 INFO kablam! | Sep 01 03:16:17.722 INFO kablam! 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 { Sep 01 03:16:17.722 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.722 INFO kablam! Sep 01 03:16:17.722 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.722 INFO kablam! --> src/x86_64/../x86/sse2.rs:1487:41 Sep 01 03:16:17.722 INFO kablam! | Sep 01 03:16:17.722 INFO kablam! 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 { Sep 01 03:16:17.722 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.722 INFO kablam! Sep 01 03:16:17.722 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.722 INFO kablam! --> src/x86_64/../x86/sse2.rs:1487:51 Sep 01 03:16:17.722 INFO kablam! | Sep 01 03:16:17.722 INFO kablam! 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 { Sep 01 03:16:17.723 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.723 INFO kablam! Sep 01 03:16:17.723 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.723 INFO kablam! --> src/x86_64/../x86/sse2.rs:1495:35 Sep 01 03:16:17.723 INFO kablam! | Sep 01 03:16:17.723 INFO kablam! 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:17.723 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.723 INFO kablam! Sep 01 03:16:17.723 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.723 INFO kablam! --> src/x86_64/../x86/sse2.rs:1495:45 Sep 01 03:16:17.723 INFO kablam! | Sep 01 03:16:17.723 INFO kablam! 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:17.723 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.723 INFO kablam! Sep 01 03:16:17.724 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.724 INFO kablam! --> src/x86_64/../x86/sse2.rs:1503:34 Sep 01 03:16:17.724 INFO kablam! | Sep 01 03:16:17.724 INFO kablam! 1503 | pub unsafe fn _mm_cvttsd_si32(a: f64x2) -> i32 { Sep 01 03:16:17.724 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.724 INFO kablam! Sep 01 03:16:17.724 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.724 INFO kablam! --> src/x86_64/../x86/sse2.rs:1511:35 Sep 01 03:16:17.724 INFO kablam! | Sep 01 03:16:17.724 INFO kablam! 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:17.724 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.724 INFO kablam! Sep 01 03:16:17.725 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.725 INFO kablam! --> src/x86_64/../x86/sse2.rs:1511:45 Sep 01 03:16:17.725 INFO kablam! | Sep 01 03:16:17.725 INFO kablam! 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:17.725 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.725 INFO kablam! Sep 01 03:16:17.725 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.725 INFO kablam! --> src/x86_64/../x86/sse2.rs:1519:37 Sep 01 03:16:17.725 INFO kablam! | Sep 01 03:16:17.725 INFO kablam! 1519 | pub unsafe fn _mm_set_sd(a: f64) -> f64x2 { Sep 01 03:16:17.725 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.725 INFO kablam! Sep 01 03:16:17.725 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.725 INFO kablam! --> src/x86_64/../x86/sse2.rs:1527:38 Sep 01 03:16:17.726 INFO kablam! | Sep 01 03:16:17.726 INFO kablam! 1527 | pub unsafe fn _mm_set1_pd(a: f64) -> f64x2 { Sep 01 03:16:17.726 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.726 INFO kablam! Sep 01 03:16:17.726 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.726 INFO kablam! --> src/x86_64/../x86/sse2.rs:1535:38 Sep 01 03:16:17.726 INFO kablam! | Sep 01 03:16:17.726 INFO kablam! 1535 | pub unsafe fn _mm_set_pd1(a: f64) -> f64x2 { Sep 01 03:16:17.726 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.726 INFO kablam! Sep 01 03:16:17.726 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.726 INFO kablam! --> src/x86_64/../x86/sse2.rs:1543:45 Sep 01 03:16:17.726 INFO kablam! | Sep 01 03:16:17.726 INFO kablam! 1543 | pub unsafe fn _mm_set_pd(a: f64, b: f64) -> f64x2 { Sep 01 03:16:17.726 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.726 INFO kablam! Sep 01 03:16:17.727 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.727 INFO kablam! --> src/x86_64/../x86/sse2.rs:1551:46 Sep 01 03:16:17.727 INFO kablam! | Sep 01 03:16:17.727 INFO kablam! 1551 | pub unsafe fn _mm_setr_pd(a: f64, b: f64) -> f64x2 { Sep 01 03:16:17.727 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.727 INFO kablam! Sep 01 03:16:17.727 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.727 INFO kablam! --> src/x86_64/../x86/sse2.rs:1559:35 Sep 01 03:16:17.727 INFO kablam! | Sep 01 03:16:17.727 INFO kablam! 1559 | pub unsafe fn _mm_setzero_pd() -> f64x2 { Sep 01 03:16:17.727 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.727 INFO kablam! Sep 01 03:16:17.728 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.728 INFO kablam! --> src/x86_64/../x86/sse2.rs:1569:34 Sep 01 03:16:17.728 INFO kablam! | Sep 01 03:16:17.728 INFO kablam! 1569 | pub unsafe fn _mm_movemask_pd(a: f64x2) -> i32 { Sep 01 03:16:17.728 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.728 INFO kablam! Sep 01 03:16:17.728 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.728 INFO kablam! --> src/x86_64/../x86/sse2.rs:1579:44 Sep 01 03:16:17.728 INFO kablam! | Sep 01 03:16:17.728 INFO kablam! 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:17.728 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.728 INFO kablam! Sep 01 03:16:17.729 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.729 INFO kablam! --> src/x86_64/../x86/sse2.rs:1579:54 Sep 01 03:16:17.729 INFO kablam! | Sep 01 03:16:17.729 INFO kablam! 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:17.729 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.729 INFO kablam! Sep 01 03:16:17.729 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.729 INFO kablam! --> src/x86_64/../x86/sse2.rs:1587:52 Sep 01 03:16:17.729 INFO kablam! | Sep 01 03:16:17.729 INFO kablam! 1587 | pub unsafe fn _mm_load_sd(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.729 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.729 INFO kablam! Sep 01 03:16:17.729 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.729 INFO kablam! --> src/x86_64/../x86/sse2.rs:1596:31 Sep 01 03:16:17.729 INFO kablam! | Sep 01 03:16:17.729 INFO kablam! 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.730 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.730 INFO kablam! Sep 01 03:16:17.730 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.730 INFO kablam! --> src/x86_64/../x86/sse2.rs:1596:63 Sep 01 03:16:17.730 INFO kablam! | Sep 01 03:16:17.730 INFO kablam! 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.730 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.730 INFO kablam! Sep 01 03:16:17.730 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.730 INFO kablam! --> src/x86_64/../x86/sse2.rs:1605:31 Sep 01 03:16:17.730 INFO kablam! | Sep 01 03:16:17.730 INFO kablam! 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.730 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.730 INFO kablam! Sep 01 03:16:17.731 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.731 INFO kablam! --> src/x86_64/../x86/sse2.rs:1605:63 Sep 01 03:16:17.731 INFO kablam! | Sep 01 03:16:17.731 INFO kablam! 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.731 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.731 INFO kablam! Sep 01 03:16:17.731 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.731 INFO kablam! --> src/x86_64/../x86/sse2.rs:1615:44 Sep 01 03:16:17.731 INFO kablam! | Sep 01 03:16:17.731 INFO kablam! 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.731 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.731 INFO kablam! Sep 01 03:16:17.732 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.732 INFO kablam! --> src/x86_64/../x86/sse2.rs:1615:54 Sep 01 03:16:17.732 INFO kablam! | Sep 01 03:16:17.732 INFO kablam! 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.732 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.732 INFO kablam! Sep 01 03:16:17.732 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.732 INFO kablam! --> src/x86_64/../x86/sse2.rs:1623:51 Sep 01 03:16:17.732 INFO kablam! | Sep 01 03:16:17.732 INFO kablam! 1623 | pub unsafe fn _mm_store_sd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:17.732 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.732 INFO kablam! Sep 01 03:16:17.732 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.733 INFO kablam! --> src/x86_64/../x86/sse2.rs:1632:43 Sep 01 03:16:17.733 INFO kablam! | Sep 01 03:16:17.733 INFO kablam! 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.733 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.733 INFO kablam! Sep 01 03:16:17.733 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.733 INFO kablam! --> src/x86_64/../x86/sse2.rs:1632:53 Sep 01 03:16:17.733 INFO kablam! | Sep 01 03:16:17.733 INFO kablam! 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.733 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.733 INFO kablam! Sep 01 03:16:17.733 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.733 INFO kablam! --> src/x86_64/../x86/sse2.rs:1641:52 Sep 01 03:16:17.733 INFO kablam! | Sep 01 03:16:17.733 INFO kablam! 1641 | pub unsafe fn _mm_storeu_pd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:17.734 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.734 INFO kablam! Sep 01 03:16:17.734 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.734 INFO kablam! --> src/x86_64/../x86/sse2.rs:1650:44 Sep 01 03:16:17.734 INFO kablam! | Sep 01 03:16:17.734 INFO kablam! 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.734 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.734 INFO kablam! Sep 01 03:16:17.734 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.734 INFO kablam! --> src/x86_64/../x86/sse2.rs:1650:54 Sep 01 03:16:17.734 INFO kablam! | Sep 01 03:16:17.734 INFO kablam! 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.734 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.734 INFO kablam! Sep 01 03:16:17.735 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.735 INFO kablam! --> src/x86_64/../x86/sse2.rs:1659:44 Sep 01 03:16:17.735 INFO kablam! | Sep 01 03:16:17.735 INFO kablam! 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.735 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.735 INFO kablam! Sep 01 03:16:17.735 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.735 INFO kablam! --> src/x86_64/../x86/sse2.rs:1659:54 Sep 01 03:16:17.735 INFO kablam! | Sep 01 03:16:17.735 INFO kablam! 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.735 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.735 INFO kablam! Sep 01 03:16:17.736 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.736 INFO kablam! --> src/x86_64/../x86/sse2.rs:1669:44 Sep 01 03:16:17.736 INFO kablam! | Sep 01 03:16:17.736 INFO kablam! 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.736 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.736 INFO kablam! Sep 01 03:16:17.736 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.736 INFO kablam! --> src/x86_64/../x86/sse2.rs:1669:54 Sep 01 03:16:17.736 INFO kablam! | Sep 01 03:16:17.736 INFO kablam! 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:17.736 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.736 INFO kablam! Sep 01 03:16:17.737 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.737 INFO kablam! --> src/x86_64/../x86/sse2.rs:1677:52 Sep 01 03:16:17.737 INFO kablam! | Sep 01 03:16:17.737 INFO kablam! 1677 | pub unsafe fn _mm_storeh_pd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:17.737 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.737 INFO kablam! Sep 01 03:16:17.737 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.737 INFO kablam! --> src/x86_64/../x86/sse2.rs:1685:52 Sep 01 03:16:17.737 INFO kablam! | Sep 01 03:16:17.737 INFO kablam! 1685 | pub unsafe fn _mm_storel_pd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:17.737 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.737 INFO kablam! Sep 01 03:16:17.737 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.737 INFO kablam! --> src/x86_64/../x86/sse2.rs:1693:53 Sep 01 03:16:17.737 INFO kablam! | Sep 01 03:16:17.738 INFO kablam! 1693 | pub unsafe fn _mm_load1_pd(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.738 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.738 INFO kablam! Sep 01 03:16:17.738 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.738 INFO kablam! --> src/x86_64/../x86/sse2.rs:1701:53 Sep 01 03:16:17.738 INFO kablam! | Sep 01 03:16:17.738 INFO kablam! 1701 | pub unsafe fn _mm_load_pd1(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.738 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.738 INFO kablam! Sep 01 03:16:17.738 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.738 INFO kablam! --> src/x86_64/../x86/sse2.rs:1710:45 Sep 01 03:16:17.738 INFO kablam! | Sep 01 03:16:17.738 INFO kablam! 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:17.738 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.738 INFO kablam! Sep 01 03:16:17.739 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.739 INFO kablam! --> src/x86_64/../x86/sse2.rs:1710:55 Sep 01 03:16:17.739 INFO kablam! | Sep 01 03:16:17.739 INFO kablam! 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:17.739 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.739 INFO kablam! Sep 01 03:16:17.739 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.739 INFO kablam! --> src/x86_64/../x86/sse2.rs:1719:53 Sep 01 03:16:17.739 INFO kablam! | Sep 01 03:16:17.739 INFO kablam! 1719 | pub unsafe fn _mm_loadu_pd(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:17.739 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.739 INFO kablam! Sep 01 03:16:17.740 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.740 INFO kablam! --> src/x86_64/../x86/sse2.rs:1727:33 Sep 01 03:16:17.740 INFO kablam! | Sep 01 03:16:17.740 INFO kablam! 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 { Sep 01 03:16:17.740 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.740 INFO kablam! Sep 01 03:16:17.740 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.740 INFO kablam! --> src/x86_64/../x86/sse2.rs:1727:43 Sep 01 03:16:17.740 INFO kablam! | Sep 01 03:16:17.740 INFO kablam! 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 { Sep 01 03:16:17.740 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.740 INFO kablam! Sep 01 03:16:17.741 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.741 INFO kablam! --> src/x86_64/../x86/sse2.rs:1727:66 Sep 01 03:16:17.741 INFO kablam! | Sep 01 03:16:17.741 INFO kablam! 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 { Sep 01 03:16:17.741 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.741 INFO kablam! Sep 01 03:16:17.741 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.741 INFO kablam! --> src/x86_64/../x86/sse2.rs:1745:30 Sep 01 03:16:17.741 INFO kablam! | Sep 01 03:16:17.741 INFO kablam! 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.741 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.741 INFO kablam! Sep 01 03:16:17.741 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.741 INFO kablam! --> src/x86_64/../x86/sse2.rs:1745:40 Sep 01 03:16:17.741 INFO kablam! | Sep 01 03:16:17.742 INFO kablam! 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.742 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.742 INFO kablam! Sep 01 03:16:17.742 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.742 INFO kablam! --> src/x86_64/../x86/sse2.rs:1745:50 Sep 01 03:16:17.742 INFO kablam! | Sep 01 03:16:17.742 INFO kablam! 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.742 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.742 INFO kablam! Sep 01 03:16:17.742 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.742 INFO kablam! --> src/x86_64/../x86/sse2.rs:1753:32 Sep 01 03:16:17.742 INFO kablam! | Sep 01 03:16:17.742 INFO kablam! 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:17.742 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.742 INFO kablam! Sep 01 03:16:17.743 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.743 INFO kablam! --> src/x86_64/../x86/sse2.rs:1753:42 Sep 01 03:16:17.743 INFO kablam! | Sep 01 03:16:17.743 INFO kablam! 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:17.743 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.743 INFO kablam! Sep 01 03:16:17.743 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.743 INFO kablam! --> src/x86_64/../x86/sse2.rs:1761:35 Sep 01 03:16:17.743 INFO kablam! | Sep 01 03:16:17.743 INFO kablam! 1761 | pub unsafe fn _mm_castpd_si128(a: f64x2) -> ::arch::__m128i { Sep 01 03:16:17.743 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.743 INFO kablam! Sep 01 03:16:17.744 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.744 INFO kablam! --> src/x86_64/../x86/sse2.rs:1769:32 Sep 01 03:16:17.744 INFO kablam! | Sep 01 03:16:17.744 INFO kablam! 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:17.744 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.744 INFO kablam! Sep 01 03:16:17.744 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.744 INFO kablam! --> src/x86_64/../x86/sse2.rs:1769:42 Sep 01 03:16:17.744 INFO kablam! | Sep 01 03:16:17.744 INFO kablam! 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:17.744 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.744 INFO kablam! Sep 01 03:16:17.745 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.745 INFO kablam! --> src/x86_64/../x86/sse2.rs:1777:35 Sep 01 03:16:17.745 INFO kablam! | Sep 01 03:16:17.745 INFO kablam! 1777 | pub unsafe fn _mm_castps_si128(a: f32x4) -> ::arch::__m128i { Sep 01 03:16:17.745 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.745 INFO kablam! Sep 01 03:16:17.745 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.745 INFO kablam! --> src/x86_64/../x86/sse2.rs:1785:55 Sep 01 03:16:17.745 INFO kablam! | Sep 01 03:16:17.745 INFO kablam! 1785 | pub unsafe fn _mm_castsi128_pd(a: ::arch::__m128i) -> f64x2 { Sep 01 03:16:17.745 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.745 INFO kablam! Sep 01 03:16:17.745 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.745 INFO kablam! --> src/x86_64/../x86/sse2.rs:1793:55 Sep 01 03:16:17.745 INFO kablam! | Sep 01 03:16:17.745 INFO kablam! 1793 | pub unsafe fn _mm_castsi128_ps(a: ::arch::__m128i) -> f32x4 { Sep 01 03:16:17.746 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.746 INFO kablam! Sep 01 03:16:17.746 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.746 INFO kablam! --> src/x86_64/../x86/sse2.rs:1800:37 Sep 01 03:16:17.746 INFO kablam! | Sep 01 03:16:17.746 INFO kablam! 1800 | pub unsafe fn _mm_undefined_pd() -> f64x2 { Sep 01 03:16:17.746 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.746 INFO kablam! Sep 01 03:16:17.746 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.746 INFO kablam! --> src/x86_64/../x86/sse2.rs:1811:34 Sep 01 03:16:17.746 INFO kablam! | Sep 01 03:16:17.746 INFO kablam! 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.746 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.746 INFO kablam! Sep 01 03:16:17.747 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.747 INFO kablam! --> src/x86_64/../x86/sse2.rs:1811:44 Sep 01 03:16:17.747 INFO kablam! | Sep 01 03:16:17.747 INFO kablam! 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.747 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.747 INFO kablam! Sep 01 03:16:17.747 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.747 INFO kablam! --> src/x86_64/../x86/sse2.rs:1811:54 Sep 01 03:16:17.747 INFO kablam! | Sep 01 03:16:17.747 INFO kablam! 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.747 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.747 INFO kablam! Sep 01 03:16:17.747 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.747 INFO kablam! --> src/x86_64/../x86/sse2.rs:1825:34 Sep 01 03:16:17.747 INFO kablam! | Sep 01 03:16:17.747 INFO kablam! 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.747 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.748 INFO kablam! Sep 01 03:16:17.748 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.748 INFO kablam! --> src/x86_64/../x86/sse2.rs:1825:44 Sep 01 03:16:17.748 INFO kablam! | Sep 01 03:16:17.748 INFO kablam! 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.748 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.748 INFO kablam! Sep 01 03:16:17.749 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.749 INFO kablam! --> src/x86_64/../x86/sse2.rs:1825:54 Sep 01 03:16:17.749 INFO kablam! | Sep 01 03:16:17.749 INFO kablam! 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.749 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.749 INFO kablam! Sep 01 03:16:17.749 INFO kablam! error[E0412]: cannot find type `u32x2` in this scope Sep 01 03:16:17.749 INFO kablam! --> src/x86_64/../x86/sse2.rs:1837:31 Sep 01 03:16:17.749 INFO kablam! | Sep 01 03:16:17.749 INFO kablam! 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 { Sep 01 03:16:17.749 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.749 INFO kablam! Sep 01 03:16:17.749 INFO kablam! error[E0412]: cannot find type `u32x2` in this scope Sep 01 03:16:17.749 INFO kablam! --> src/x86_64/../x86/sse2.rs:1837:41 Sep 01 03:16:17.749 INFO kablam! | Sep 01 03:16:17.749 INFO kablam! 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 { Sep 01 03:16:17.750 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.750 INFO kablam! Sep 01 03:16:17.750 INFO kablam! error[E0412]: cannot find type `i32x2` in this scope Sep 01 03:16:17.750 INFO kablam! --> src/x86_64/../x86/sse2.rs:1846:33 Sep 01 03:16:17.750 INFO kablam! | Sep 01 03:16:17.750 INFO kablam! 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 { Sep 01 03:16:17.750 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.750 INFO kablam! Sep 01 03:16:17.750 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.750 INFO kablam! --> src/x86_64/../x86/sse2.rs:1846:43 Sep 01 03:16:17.750 INFO kablam! | Sep 01 03:16:17.750 INFO kablam! 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 { Sep 01 03:16:17.750 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.750 INFO kablam! Sep 01 03:16:17.751 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.751 INFO kablam! --> src/x86_64/../x86/sse2.rs:1854:50 Sep 01 03:16:17.751 INFO kablam! | Sep 01 03:16:17.751 INFO kablam! 1854 | pub unsafe fn _mm_set_epi64(e1: i64, e0: i64) -> i64x2 { Sep 01 03:16:17.751 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.751 INFO kablam! Sep 01 03:16:17.751 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.751 INFO kablam! --> src/x86_64/../x86/sse2.rs:1865:41 Sep 01 03:16:17.751 INFO kablam! | Sep 01 03:16:17.751 INFO kablam! 1865 | pub unsafe fn _mm_set1_epi64(a: i64) -> i64x2 { Sep 01 03:16:17.751 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.751 INFO kablam! Sep 01 03:16:17.752 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.752 INFO kablam! --> src/x86_64/../x86/sse2.rs:1873:51 Sep 01 03:16:17.752 INFO kablam! | Sep 01 03:16:17.752 INFO kablam! 1873 | pub unsafe fn _mm_setr_epi64(e1: i64, e0: i64) -> i64x2 { Sep 01 03:16:17.752 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.752 INFO kablam! Sep 01 03:16:17.752 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.752 INFO kablam! --> src/x86_64/../x86/sse2.rs:1884:36 Sep 01 03:16:17.752 INFO kablam! | Sep 01 03:16:17.752 INFO kablam! 1884 | pub unsafe fn _mm_movepi64_pi64(a: i64x2) -> i64 { Sep 01 03:16:17.752 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.752 INFO kablam! Sep 01 03:16:17.752 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.753 INFO kablam! --> src/x86_64/../x86/sse2.rs:1892:44 Sep 01 03:16:17.753 INFO kablam! | Sep 01 03:16:17.753 INFO kablam! 1892 | pub unsafe fn _mm_movpi64_epi64(a: i64) -> i64x2 { Sep 01 03:16:17.753 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.753 INFO kablam! Sep 01 03:16:17.753 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.753 INFO kablam! --> src/x86_64/../x86/sse2.rs:1901:33 Sep 01 03:16:17.753 INFO kablam! | Sep 01 03:16:17.753 INFO kablam! 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:17.753 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.753 INFO kablam! Sep 01 03:16:17.753 INFO kablam! error[E0412]: cannot find type `i32x2` in this scope Sep 01 03:16:17.753 INFO kablam! --> src/x86_64/../x86/sse2.rs:1901:43 Sep 01 03:16:17.753 INFO kablam! | Sep 01 03:16:17.753 INFO kablam! 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:17.754 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.754 INFO kablam! Sep 01 03:16:17.754 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.754 INFO kablam! --> src/x86_64/../x86/sse2.rs:1912:34 Sep 01 03:16:17.754 INFO kablam! | Sep 01 03:16:17.754 INFO kablam! 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:17.754 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.754 INFO kablam! Sep 01 03:16:17.754 INFO kablam! error[E0412]: cannot find type `i32x2` in this scope Sep 01 03:16:17.754 INFO kablam! --> src/x86_64/../x86/sse2.rs:1912:44 Sep 01 03:16:17.754 INFO kablam! | Sep 01 03:16:17.754 INFO kablam! 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:17.754 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.754 INFO kablam! Sep 01 03:16:17.755 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.755 INFO kablam! --> src/x86_64/../x86/sse3.rs:10:32 Sep 01 03:16:17.755 INFO kablam! | Sep 01 03:16:17.755 INFO kablam! 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.755 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.755 INFO kablam! Sep 01 03:16:17.756 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.756 INFO kablam! --> src/x86_64/../x86/sse3.rs:10:42 Sep 01 03:16:17.756 INFO kablam! | Sep 01 03:16:17.756 INFO kablam! 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.756 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.756 INFO kablam! Sep 01 03:16:17.757 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.757 INFO kablam! --> src/x86_64/../x86/sse3.rs:10:52 Sep 01 03:16:17.757 INFO kablam! | Sep 01 03:16:17.757 INFO kablam! 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.757 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.757 INFO kablam! Sep 01 03:16:17.757 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.757 INFO kablam! --> src/x86_64/../x86/sse3.rs:21:32 Sep 01 03:16:17.757 INFO kablam! | Sep 01 03:16:17.758 INFO kablam! 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.758 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.758 INFO kablam! Sep 01 03:16:17.758 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.758 INFO kablam! --> src/x86_64/../x86/sse3.rs:21:42 Sep 01 03:16:17.758 INFO kablam! | Sep 01 03:16:17.758 INFO kablam! 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.758 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.758 INFO kablam! Sep 01 03:16:17.759 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.759 INFO kablam! --> src/x86_64/../x86/sse3.rs:21:52 Sep 01 03:16:17.759 INFO kablam! | Sep 01 03:16:17.759 INFO kablam! 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.759 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.759 INFO kablam! Sep 01 03:16:17.760 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.760 INFO kablam! --> src/x86_64/../x86/sse3.rs:32:30 Sep 01 03:16:17.760 INFO kablam! | Sep 01 03:16:17.760 INFO kablam! 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.760 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.760 INFO kablam! Sep 01 03:16:17.761 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.761 INFO kablam! --> src/x86_64/../x86/sse3.rs:32:40 Sep 01 03:16:17.761 INFO kablam! | Sep 01 03:16:17.761 INFO kablam! 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.761 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.761 INFO kablam! Sep 01 03:16:17.762 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.762 INFO kablam! --> src/x86_64/../x86/sse3.rs:32:50 Sep 01 03:16:17.762 INFO kablam! | Sep 01 03:16:17.762 INFO kablam! 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.762 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.762 INFO kablam! Sep 01 03:16:17.762 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.762 INFO kablam! --> src/x86_64/../x86/sse3.rs:40:30 Sep 01 03:16:17.762 INFO kablam! | Sep 01 03:16:17.762 INFO kablam! 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.762 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.762 INFO kablam! Sep 01 03:16:17.763 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.763 INFO kablam! --> src/x86_64/../x86/sse3.rs:40:40 Sep 01 03:16:17.763 INFO kablam! | Sep 01 03:16:17.763 INFO kablam! 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.763 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.763 INFO kablam! Sep 01 03:16:17.764 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.764 INFO kablam! --> src/x86_64/../x86/sse3.rs:40:50 Sep 01 03:16:17.764 INFO kablam! | Sep 01 03:16:17.764 INFO kablam! 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.764 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.764 INFO kablam! Sep 01 03:16:17.765 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.765 INFO kablam! --> src/x86_64/../x86/sse3.rs:48:30 Sep 01 03:16:17.765 INFO kablam! | Sep 01 03:16:17.765 INFO kablam! 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.765 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.765 INFO kablam! Sep 01 03:16:17.765 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.765 INFO kablam! --> src/x86_64/../x86/sse3.rs:48:40 Sep 01 03:16:17.765 INFO kablam! | Sep 01 03:16:17.765 INFO kablam! 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.765 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.765 INFO kablam! Sep 01 03:16:17.766 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.766 INFO kablam! --> src/x86_64/../x86/sse3.rs:48:50 Sep 01 03:16:17.766 INFO kablam! | Sep 01 03:16:17.766 INFO kablam! 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.766 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.766 INFO kablam! Sep 01 03:16:17.767 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.767 INFO kablam! --> src/x86_64/../x86/sse3.rs:56:30 Sep 01 03:16:17.767 INFO kablam! | Sep 01 03:16:17.767 INFO kablam! 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.767 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.767 INFO kablam! Sep 01 03:16:17.768 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.768 INFO kablam! --> src/x86_64/../x86/sse3.rs:56:40 Sep 01 03:16:17.768 INFO kablam! | Sep 01 03:16:17.768 INFO kablam! 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.768 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.768 INFO kablam! Sep 01 03:16:17.768 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.768 INFO kablam! --> src/x86_64/../x86/sse3.rs:56:50 Sep 01 03:16:17.768 INFO kablam! | Sep 01 03:16:17.768 INFO kablam! 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.768 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.768 INFO kablam! Sep 01 03:16:17.769 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.769 INFO kablam! --> src/x86_64/../x86/sse41.rs:67:8 Sep 01 03:16:17.769 INFO kablam! | Sep 01 03:16:17.769 INFO kablam! 67 | a: i8x16, Sep 01 03:16:17.769 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.769 INFO kablam! Sep 01 03:16:17.770 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.770 INFO kablam! --> src/x86_64/../x86/sse41.rs:68:8 Sep 01 03:16:17.770 INFO kablam! | Sep 01 03:16:17.770 INFO kablam! 68 | b: i8x16, Sep 01 03:16:17.770 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.770 INFO kablam! Sep 01 03:16:17.771 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.771 INFO kablam! --> src/x86_64/../x86/sse41.rs:69:11 Sep 01 03:16:17.771 INFO kablam! | Sep 01 03:16:17.771 INFO kablam! 69 | mask: i8x16, // FIXME: mask should be m8x16 Sep 01 03:16:17.771 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.771 INFO kablam! Sep 01 03:16:17.771 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.772 INFO kablam! --> src/x86_64/../x86/sse41.rs:70:6 Sep 01 03:16:17.772 INFO kablam! | Sep 01 03:16:17.772 INFO kablam! 70 | ) -> i8x16 { Sep 01 03:16:17.772 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.772 INFO kablam! Sep 01 03:16:17.772 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.772 INFO kablam! --> src/x86_64/../x86/sse41.rs:80:31 Sep 01 03:16:17.772 INFO kablam! | Sep 01 03:16:17.772 INFO kablam! 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 { Sep 01 03:16:17.772 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.772 INFO kablam! Sep 01 03:16:17.773 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.773 INFO kablam! --> src/x86_64/../x86/sse41.rs:80:58 Sep 01 03:16:17.773 INFO kablam! | Sep 01 03:16:17.773 INFO kablam! 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 { Sep 01 03:16:17.773 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.773 INFO kablam! Sep 01 03:16:17.774 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.774 INFO kablam! --> src/x86_64/../x86/sse41.rs:94:30 Sep 01 03:16:17.774 INFO kablam! | Sep 01 03:16:17.774 INFO kablam! 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.774 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.774 INFO kablam! Sep 01 03:16:17.775 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.775 INFO kablam! --> src/x86_64/../x86/sse41.rs:94:40 Sep 01 03:16:17.775 INFO kablam! | Sep 01 03:16:17.775 INFO kablam! 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.775 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.775 INFO kablam! Sep 01 03:16:17.776 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.776 INFO kablam! --> src/x86_64/../x86/sse41.rs:101:31 Sep 01 03:16:17.776 INFO kablam! | Sep 01 03:16:17.776 INFO kablam! 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.776 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.776 INFO kablam! Sep 01 03:16:17.776 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.776 INFO kablam! --> src/x86_64/../x86/sse41.rs:101:41 Sep 01 03:16:17.776 INFO kablam! | Sep 01 03:16:17.776 INFO kablam! 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.777 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.777 INFO kablam! Sep 01 03:16:17.777 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.777 INFO kablam! --> src/x86_64/../x86/sse41.rs:108:36 Sep 01 03:16:17.777 INFO kablam! | Sep 01 03:16:17.777 INFO kablam! 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 { Sep 01 03:16:17.777 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.777 INFO kablam! Sep 01 03:16:17.778 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.778 INFO kablam! --> src/x86_64/../x86/sse41.rs:108:46 Sep 01 03:16:17.778 INFO kablam! | Sep 01 03:16:17.778 INFO kablam! 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 { Sep 01 03:16:17.778 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.778 INFO kablam! Sep 01 03:16:17.779 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.779 INFO kablam! --> src/x86_64/../x86/ssse3.rs:15:35 Sep 01 03:16:17.779 INFO kablam! | Sep 01 03:16:17.779 INFO kablam! 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.779 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.779 INFO kablam! Sep 01 03:16:17.780 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.780 INFO kablam! --> src/x86_64/../x86/ssse3.rs:15:45 Sep 01 03:16:17.780 INFO kablam! | Sep 01 03:16:17.780 INFO kablam! 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.780 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.780 INFO kablam! Sep 01 03:16:17.781 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.781 INFO kablam! --> src/x86_64/../x86/ssse3.rs:15:55 Sep 01 03:16:17.781 INFO kablam! | Sep 01 03:16:17.781 INFO kablam! 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.781 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.781 INFO kablam! Sep 01 03:16:17.781 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.781 INFO kablam! --> src/x86_64/../x86/ssse3.rs:27:34 Sep 01 03:16:17.781 INFO kablam! | Sep 01 03:16:17.781 INFO kablam! 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.781 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.782 INFO kablam! Sep 01 03:16:17.782 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.782 INFO kablam! --> src/x86_64/../x86/ssse3.rs:27:44 Sep 01 03:16:17.782 INFO kablam! | Sep 01 03:16:17.782 INFO kablam! 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.782 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.782 INFO kablam! Sep 01 03:16:17.783 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.783 INFO kablam! --> src/x86_64/../x86/ssse3.rs:27:54 Sep 01 03:16:17.783 INFO kablam! | Sep 01 03:16:17.783 INFO kablam! 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.783 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.783 INFO kablam! Sep 01 03:16:17.784 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.784 INFO kablam! --> src/x86_64/../x86/ssse3.rs:40:34 Sep 01 03:16:17.784 INFO kablam! | Sep 01 03:16:17.784 INFO kablam! 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.784 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.784 INFO kablam! Sep 01 03:16:17.785 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.785 INFO kablam! --> src/x86_64/../x86/ssse3.rs:40:44 Sep 01 03:16:17.785 INFO kablam! | Sep 01 03:16:17.785 INFO kablam! 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.785 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.785 INFO kablam! Sep 01 03:16:17.786 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.786 INFO kablam! --> src/x86_64/../x86/ssse3.rs:40:54 Sep 01 03:16:17.786 INFO kablam! | Sep 01 03:16:17.786 INFO kablam! 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.786 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.786 INFO kablam! Sep 01 03:16:17.786 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 01 03:16:17.786 INFO kablam! --> src/x86_64/avx.rs:10:38 Sep 01 03:16:17.786 INFO kablam! | Sep 01 03:16:17.786 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 01 03:16:17.786 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.786 INFO kablam! Sep 01 03:16:17.787 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 01 03:16:17.787 INFO kablam! --> src/x86_64/avx.rs:10:68 Sep 01 03:16:17.787 INFO kablam! | Sep 01 03:16:17.787 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 01 03:16:17.787 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.787 INFO kablam! Sep 01 03:16:17.788 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.788 INFO kablam! --> src/x86_64/sse2.rs:11:33 Sep 01 03:16:17.788 INFO kablam! | Sep 01 03:16:17.788 INFO kablam! 11 | pub unsafe fn _mm_cvtsd_si64(a: f64x2) -> i64 { Sep 01 03:16:17.788 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.788 INFO kablam! Sep 01 03:16:17.789 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.789 INFO kablam! --> src/x86_64/sse2.rs:18:34 Sep 01 03:16:17.789 INFO kablam! | Sep 01 03:16:17.789 INFO kablam! 18 | pub unsafe fn _mm_cvtsd_si64x(a: f64x2) -> i64 { Sep 01 03:16:17.789 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.789 INFO kablam! Sep 01 03:16:17.790 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.790 INFO kablam! --> src/x86_64/sse2.rs:26:34 Sep 01 03:16:17.790 INFO kablam! | Sep 01 03:16:17.790 INFO kablam! 26 | pub unsafe fn _mm_cvttsd_si64(a: f64x2) -> i64 { Sep 01 03:16:17.790 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.790 INFO kablam! Sep 01 03:16:17.790 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.790 INFO kablam! --> src/x86_64/sse2.rs:33:35 Sep 01 03:16:17.791 INFO kablam! | Sep 01 03:16:17.791 INFO kablam! 33 | pub unsafe fn _mm_cvttsd_si64x(a: f64x2) -> i64 { Sep 01 03:16:17.791 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.791 INFO kablam! Sep 01 03:16:17.791 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.791 INFO kablam! --> src/x86_64/sse2.rs:40:44 Sep 01 03:16:17.791 INFO kablam! | Sep 01 03:16:17.791 INFO kablam! 40 | pub unsafe fn _mm_cvtsi64_si128(a: i64) -> i64x2 { Sep 01 03:16:17.791 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.791 INFO kablam! Sep 01 03:16:17.792 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.792 INFO kablam! --> src/x86_64/sse2.rs:48:45 Sep 01 03:16:17.792 INFO kablam! | Sep 01 03:16:17.792 INFO kablam! 48 | pub unsafe fn _mm_cvtsi64x_si128(a: i64) -> i64x2 { Sep 01 03:16:17.792 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.792 INFO kablam! Sep 01 03:16:17.793 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.793 INFO kablam! --> src/x86_64/sse2.rs:55:36 Sep 01 03:16:17.793 INFO kablam! | Sep 01 03:16:17.793 INFO kablam! 55 | pub unsafe fn _mm_cvtsi128_si64(a: i64x2) -> i64 { Sep 01 03:16:17.793 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.793 INFO kablam! Sep 01 03:16:17.794 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.794 INFO kablam! --> src/x86_64/sse2.rs:62:37 Sep 01 03:16:17.794 INFO kablam! | Sep 01 03:16:17.794 INFO kablam! 62 | pub unsafe fn _mm_cvtsi128_si64x(a: i64x2) -> i64 { Sep 01 03:16:17.794 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.794 INFO kablam! Sep 01 03:16:17.795 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.795 INFO kablam! --> src/x86_64/sse2.rs:70:33 Sep 01 03:16:17.795 INFO kablam! | Sep 01 03:16:17.795 INFO kablam! 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:17.795 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.795 INFO kablam! Sep 01 03:16:17.795 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.795 INFO kablam! --> src/x86_64/sse2.rs:70:51 Sep 01 03:16:17.795 INFO kablam! | Sep 01 03:16:17.795 INFO kablam! 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:17.796 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.796 INFO kablam! Sep 01 03:16:17.796 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.796 INFO kablam! --> src/x86_64/sse2.rs:78:34 Sep 01 03:16:17.796 INFO kablam! | Sep 01 03:16:17.796 INFO kablam! 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:17.796 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.796 INFO kablam! Sep 01 03:16:17.797 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.797 INFO kablam! --> src/x86_64/sse2.rs:78:52 Sep 01 03:16:17.797 INFO kablam! | Sep 01 03:16:17.797 INFO kablam! 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:17.797 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.797 INFO kablam! Sep 01 03:16:17.816 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.816 INFO kablam! --> src/x86_64/../x86/avx.rs:4:5 Sep 01 03:16:17.816 INFO kablam! | Sep 01 03:16:17.816 INFO kablam! 4 | use simd::*; Sep 01 03:16:17.816 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.816 INFO kablam! | Sep 01 03:16:17.816 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 03:16:17.816 INFO kablam! Sep 01 03:16:17.817 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.817 INFO kablam! --> src/x86_64/../x86/avx2.rs:4:5 Sep 01 03:16:17.817 INFO kablam! | Sep 01 03:16:17.817 INFO kablam! 4 | use simd::*; Sep 01 03:16:17.817 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.817 INFO kablam! Sep 01 03:16:17.817 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.817 INFO kablam! --> src/x86_64/../x86/sse.rs:4:5 Sep 01 03:16:17.817 INFO kablam! | Sep 01 03:16:17.817 INFO kablam! 4 | use simd::*; Sep 01 03:16:17.817 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.817 INFO kablam! Sep 01 03:16:17.819 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.819 INFO kablam! --> src/x86_64/../x86/sse2.rs:11:5 Sep 01 03:16:17.819 INFO kablam! | Sep 01 03:16:17.819 INFO kablam! 11 | use simd::*; Sep 01 03:16:17.819 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.819 INFO kablam! Sep 01 03:16:17.824 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.824 INFO kablam! --> src/x86_64/../x86/sse3.rs:4:5 Sep 01 03:16:17.824 INFO kablam! | Sep 01 03:16:17.824 INFO kablam! 4 | use simd::*; Sep 01 03:16:17.824 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.824 INFO kablam! Sep 01 03:16:17.825 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.825 INFO kablam! --> src/x86_64/../x86/sse41.rs:4:5 Sep 01 03:16:17.825 INFO kablam! | Sep 01 03:16:17.825 INFO kablam! 4 | use simd::*; Sep 01 03:16:17.825 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.825 INFO kablam! Sep 01 03:16:17.825 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.826 INFO kablam! --> src/x86_64/../x86/ssse3.rs:4:5 Sep 01 03:16:17.826 INFO kablam! | Sep 01 03:16:17.826 INFO kablam! 4 | use simd::*; Sep 01 03:16:17.826 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.826 INFO kablam! Sep 01 03:16:17.826 INFO kablam! warning: unused import: `simd::i64x4` Sep 01 03:16:17.826 INFO kablam! --> src/x86_64/avx.rs:4:5 Sep 01 03:16:17.826 INFO kablam! | Sep 01 03:16:17.826 INFO kablam! 4 | use simd::i64x4; Sep 01 03:16:17.826 INFO kablam! | ^^^^^^^^^^^ Sep 01 03:16:17.826 INFO kablam! Sep 01 03:16:17.826 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:17.827 INFO kablam! --> src/x86_64/sse2.rs:5:5 Sep 01 03:16:17.827 INFO kablam! | Sep 01 03:16:17.827 INFO kablam! 5 | use simd::*; Sep 01 03:16:17.827 INFO kablam! | ^^^^^^^ Sep 01 03:16:17.827 INFO kablam! Sep 01 03:16:17.849 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.849 INFO kablam! --> src/x86_64/../x86/sse2.rs:1836:18 Sep 01 03:16:17.849 INFO kablam! | Sep 01 03:16:17.849 INFO kablam! 1836 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.849 INFO kablam! | Sep 01 03:16:17.849 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.849 INFO kablam! Sep 01 03:16:17.849 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.849 INFO kablam! --> src/x86_64/../x86/sse2.rs:1845:18 Sep 01 03:16:17.849 INFO kablam! | Sep 01 03:16:17.849 INFO kablam! 1845 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.849 INFO kablam! | Sep 01 03:16:17.849 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.849 INFO kablam! Sep 01 03:16:17.850 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.850 INFO kablam! --> src/x86_64/../x86/sse2.rs:1853:18 Sep 01 03:16:17.850 INFO kablam! | Sep 01 03:16:17.850 INFO kablam! 1853 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.850 INFO kablam! | Sep 01 03:16:17.850 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.850 INFO kablam! Sep 01 03:16:17.850 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.850 INFO kablam! --> src/x86_64/../x86/sse2.rs:1864:18 Sep 01 03:16:17.850 INFO kablam! | Sep 01 03:16:17.850 INFO kablam! 1864 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.850 INFO kablam! | Sep 01 03:16:17.851 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.851 INFO kablam! Sep 01 03:16:17.851 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.851 INFO kablam! --> src/x86_64/../x86/sse2.rs:1872:18 Sep 01 03:16:17.851 INFO kablam! | Sep 01 03:16:17.851 INFO kablam! 1872 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.851 INFO kablam! | Sep 01 03:16:17.851 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.851 INFO kablam! Sep 01 03:16:17.851 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.851 INFO kablam! --> src/x86_64/../x86/sse2.rs:1883:18 Sep 01 03:16:17.851 INFO kablam! | Sep 01 03:16:17.851 INFO kablam! 1883 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.851 INFO kablam! | Sep 01 03:16:17.852 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.852 INFO kablam! Sep 01 03:16:17.852 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.852 INFO kablam! --> src/x86_64/../x86/sse2.rs:1891:18 Sep 01 03:16:17.852 INFO kablam! | Sep 01 03:16:17.852 INFO kablam! 1891 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.852 INFO kablam! | Sep 01 03:16:17.852 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.852 INFO kablam! Sep 01 03:16:17.852 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.852 INFO kablam! --> src/x86_64/../x86/sse2.rs:1900:18 Sep 01 03:16:17.852 INFO kablam! | Sep 01 03:16:17.852 INFO kablam! 1900 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.853 INFO kablam! | Sep 01 03:16:17.853 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.853 INFO kablam! Sep 01 03:16:17.853 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:17.853 INFO kablam! --> src/x86_64/../x86/sse2.rs:1911:18 Sep 01 03:16:17.853 INFO kablam! | Sep 01 03:16:17.853 INFO kablam! 1911 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:17.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:17.853 INFO kablam! | Sep 01 03:16:17.853 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:17.853 INFO kablam! Sep 01 03:16:17.860 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.860 INFO kablam! --> src/x86_64/../x86/avx.rs:9:32 Sep 01 03:16:17.860 INFO kablam! | Sep 01 03:16:17.860 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 01 03:16:17.860 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.860 INFO kablam! Sep 01 03:16:17.860 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.860 INFO kablam! --> src/x86_64/../x86/avx.rs:9:42 Sep 01 03:16:17.860 INFO kablam! | Sep 01 03:16:17.860 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 01 03:16:17.860 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.860 INFO kablam! Sep 01 03:16:17.860 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.860 INFO kablam! --> src/x86_64/../x86/avx.rs:9:52 Sep 01 03:16:17.860 INFO kablam! | Sep 01 03:16:17.860 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 01 03:16:17.860 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.860 INFO kablam! Sep 01 03:16:17.860 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.861 INFO kablam! --> src/x86_64/../x86/avx.rs:19:33 Sep 01 03:16:17.861 INFO kablam! | Sep 01 03:16:17.861 INFO kablam! 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 { Sep 01 03:16:17.861 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.861 INFO kablam! Sep 01 03:16:17.861 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 01 03:16:17.861 INFO kablam! --> src/x86_64/../x86/avx.rs:19:43 Sep 01 03:16:17.861 INFO kablam! | Sep 01 03:16:17.861 INFO kablam! 19 | pub unsafe fn _mm256_sqrt_pd(a: f64x4) -> f64x4 { Sep 01 03:16:17.861 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.861 INFO kablam! Sep 01 03:16:17.861 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.861 INFO kablam! --> src/x86_64/../x86/avx2.rs:10:8 Sep 01 03:16:17.861 INFO kablam! | Sep 01 03:16:17.861 INFO kablam! 10 | a: i8x32, Sep 01 03:16:17.861 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.861 INFO kablam! Sep 01 03:16:17.861 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.861 INFO kablam! --> src/x86_64/../x86/avx2.rs:11:8 Sep 01 03:16:17.861 INFO kablam! | Sep 01 03:16:17.861 INFO kablam! 11 | b: i8x32, Sep 01 03:16:17.861 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.861 INFO kablam! Sep 01 03:16:17.861 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.861 INFO kablam! --> src/x86_64/../x86/avx2.rs:12:11 Sep 01 03:16:17.861 INFO kablam! | Sep 01 03:16:17.861 INFO kablam! 12 | mask: i8x32, // FIXME: should be m8x32 Sep 01 03:16:17.861 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.861 INFO kablam! Sep 01 03:16:17.861 INFO kablam! error[E0412]: cannot find type `i8x32` in this scope Sep 01 03:16:17.861 INFO kablam! --> src/x86_64/../x86/avx2.rs:13:6 Sep 01 03:16:17.861 INFO kablam! | Sep 01 03:16:17.861 INFO kablam! 13 | ) -> i8x32 { Sep 01 03:16:17.862 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.862 INFO kablam! Sep 01 03:16:17.862 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.862 INFO kablam! --> src/x86_64/../x86/sse.rs:9:31 Sep 01 03:16:17.862 INFO kablam! | Sep 01 03:16:17.862 INFO kablam! 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.862 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.862 INFO kablam! Sep 01 03:16:17.862 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.862 INFO kablam! --> src/x86_64/../x86/sse.rs:9:41 Sep 01 03:16:17.862 INFO kablam! | Sep 01 03:16:17.862 INFO kablam! 9 | pub unsafe fn _mm_rsqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.862 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.862 INFO kablam! Sep 01 03:16:17.862 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.862 INFO kablam! --> src/x86_64/../x86/sse.rs:16:29 Sep 01 03:16:17.862 INFO kablam! | Sep 01 03:16:17.862 INFO kablam! 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.862 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.862 INFO kablam! Sep 01 03:16:17.862 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.862 INFO kablam! --> src/x86_64/../x86/sse.rs:16:39 Sep 01 03:16:17.862 INFO kablam! | Sep 01 03:16:17.862 INFO kablam! 16 | pub unsafe fn _mm_rcp_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.862 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.862 INFO kablam! Sep 01 03:16:17.862 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.862 INFO kablam! --> src/x86_64/../x86/sse.rs:23:30 Sep 01 03:16:17.862 INFO kablam! | Sep 01 03:16:17.862 INFO kablam! 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.862 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.862 INFO kablam! Sep 01 03:16:17.862 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.863 INFO kablam! --> src/x86_64/../x86/sse.rs:23:40 Sep 01 03:16:17.863 INFO kablam! | Sep 01 03:16:17.863 INFO kablam! 23 | pub unsafe fn _mm_sqrt_ps(a: f32x4) -> f32x4 { Sep 01 03:16:17.863 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.863 INFO kablam! Sep 01 03:16:17.863 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.863 INFO kablam! --> src/x86_64/../x86/sse.rs:30:29 Sep 01 03:16:17.863 INFO kablam! | Sep 01 03:16:17.863 INFO kablam! 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.863 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.863 INFO kablam! Sep 01 03:16:17.863 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.863 INFO kablam! --> src/x86_64/../x86/sse.rs:30:39 Sep 01 03:16:17.863 INFO kablam! | Sep 01 03:16:17.863 INFO kablam! 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.863 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.863 INFO kablam! Sep 01 03:16:17.863 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.863 INFO kablam! --> src/x86_64/../x86/sse.rs:30:49 Sep 01 03:16:17.863 INFO kablam! | Sep 01 03:16:17.863 INFO kablam! 30 | pub unsafe fn _mm_and_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:17.863 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.863 INFO kablam! Sep 01 03:16:17.863 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.863 INFO kablam! --> src/x86_64/../x86/sse.rs:40:33 Sep 01 03:16:17.863 INFO kablam! | Sep 01 03:16:17.863 INFO kablam! 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 { Sep 01 03:16:17.863 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.863 INFO kablam! Sep 01 03:16:17.863 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.863 INFO kablam! --> src/x86_64/../x86/sse.rs:40:43 Sep 01 03:16:17.863 INFO kablam! | Sep 01 03:16:17.864 INFO kablam! 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 { Sep 01 03:16:17.864 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.864 INFO kablam! Sep 01 03:16:17.864 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.864 INFO kablam! --> src/x86_64/../x86/sse.rs:40:63 Sep 01 03:16:17.864 INFO kablam! | Sep 01 03:16:17.864 INFO kablam! 40 | pub unsafe fn _mm_shuffle_ps(a: f32x4, b: f32x4, mask: u8) -> f32x4 { Sep 01 03:16:17.864 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.864 INFO kablam! Sep 01 03:16:17.864 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.864 INFO kablam! --> src/x86_64/../x86/sse2.rs:16:31 Sep 01 03:16:17.864 INFO kablam! | Sep 01 03:16:17.864 INFO kablam! 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.864 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.864 INFO kablam! Sep 01 03:16:17.864 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.864 INFO kablam! --> src/x86_64/../x86/sse2.rs:16:41 Sep 01 03:16:17.864 INFO kablam! | Sep 01 03:16:17.864 INFO kablam! 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.864 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.864 INFO kablam! Sep 01 03:16:17.864 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.864 INFO kablam! --> src/x86_64/../x86/sse2.rs:16:51 Sep 01 03:16:17.864 INFO kablam! | Sep 01 03:16:17.864 INFO kablam! 16 | pub unsafe fn _mm_add_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.864 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.864 INFO kablam! Sep 01 03:16:17.864 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.864 INFO kablam! --> src/x86_64/../x86/sse2.rs:23:32 Sep 01 03:16:17.865 INFO kablam! | Sep 01 03:16:17.865 INFO kablam! 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.865 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.865 INFO kablam! Sep 01 03:16:17.865 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.865 INFO kablam! --> src/x86_64/../x86/sse2.rs:23:42 Sep 01 03:16:17.865 INFO kablam! | Sep 01 03:16:17.865 INFO kablam! 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.865 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.865 INFO kablam! Sep 01 03:16:17.865 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.865 INFO kablam! --> src/x86_64/../x86/sse2.rs:23:52 Sep 01 03:16:17.865 INFO kablam! | Sep 01 03:16:17.865 INFO kablam! 23 | pub unsafe fn _mm_add_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.865 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.865 INFO kablam! Sep 01 03:16:17.865 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.866 INFO kablam! --> src/x86_64/../x86/sse2.rs:33:32 Sep 01 03:16:17.866 INFO kablam! | Sep 01 03:16:17.866 INFO kablam! 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.866 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.866 INFO kablam! Sep 01 03:16:17.866 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.866 INFO kablam! --> src/x86_64/../x86/sse2.rs:33:42 Sep 01 03:16:17.866 INFO kablam! | Sep 01 03:16:17.866 INFO kablam! 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.866 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.866 INFO kablam! Sep 01 03:16:17.866 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.866 INFO kablam! --> src/x86_64/../x86/sse2.rs:33:52 Sep 01 03:16:17.866 INFO kablam! | Sep 01 03:16:17.866 INFO kablam! 33 | pub unsafe fn _mm_add_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.866 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.866 INFO kablam! Sep 01 03:16:17.866 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.867 INFO kablam! --> src/x86_64/../x86/sse2.rs:43:32 Sep 01 03:16:17.867 INFO kablam! | Sep 01 03:16:17.867 INFO kablam! 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.867 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.867 INFO kablam! Sep 01 03:16:17.867 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.867 INFO kablam! --> src/x86_64/../x86/sse2.rs:43:42 Sep 01 03:16:17.867 INFO kablam! | Sep 01 03:16:17.867 INFO kablam! 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.867 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.867 INFO kablam! Sep 01 03:16:17.867 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.867 INFO kablam! --> src/x86_64/../x86/sse2.rs:43:52 Sep 01 03:16:17.867 INFO kablam! | Sep 01 03:16:17.867 INFO kablam! 43 | pub unsafe fn _mm_add_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.867 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.867 INFO kablam! Sep 01 03:16:17.867 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.868 INFO kablam! --> src/x86_64/../x86/sse2.rs:53:32 Sep 01 03:16:17.868 INFO kablam! | Sep 01 03:16:17.868 INFO kablam! 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.868 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.868 INFO kablam! Sep 01 03:16:17.868 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.868 INFO kablam! --> src/x86_64/../x86/sse2.rs:53:42 Sep 01 03:16:17.868 INFO kablam! | Sep 01 03:16:17.868 INFO kablam! 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.868 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.868 INFO kablam! Sep 01 03:16:17.868 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.868 INFO kablam! --> src/x86_64/../x86/sse2.rs:53:52 Sep 01 03:16:17.868 INFO kablam! | Sep 01 03:16:17.869 INFO kablam! 53 | pub unsafe fn _mm_adds_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.869 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.869 INFO kablam! Sep 01 03:16:17.869 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.869 INFO kablam! --> src/x86_64/../x86/sse2.rs:63:33 Sep 01 03:16:17.869 INFO kablam! | Sep 01 03:16:17.869 INFO kablam! 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.869 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.869 INFO kablam! Sep 01 03:16:17.869 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.869 INFO kablam! --> src/x86_64/../x86/sse2.rs:63:43 Sep 01 03:16:17.869 INFO kablam! | Sep 01 03:16:17.869 INFO kablam! 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.869 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.869 INFO kablam! Sep 01 03:16:17.869 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.869 INFO kablam! --> src/x86_64/../x86/sse2.rs:63:53 Sep 01 03:16:17.870 INFO kablam! | Sep 01 03:16:17.870 INFO kablam! 63 | pub unsafe fn _mm_adds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.870 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.870 INFO kablam! Sep 01 03:16:17.870 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.870 INFO kablam! --> src/x86_64/../x86/sse2.rs:73:32 Sep 01 03:16:17.870 INFO kablam! | Sep 01 03:16:17.870 INFO kablam! 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.870 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.870 INFO kablam! Sep 01 03:16:17.870 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.870 INFO kablam! --> src/x86_64/../x86/sse2.rs:73:42 Sep 01 03:16:17.870 INFO kablam! | Sep 01 03:16:17.871 INFO kablam! 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.871 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.871 INFO kablam! Sep 01 03:16:17.871 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.871 INFO kablam! --> src/x86_64/../x86/sse2.rs:73:52 Sep 01 03:16:17.871 INFO kablam! | Sep 01 03:16:17.871 INFO kablam! 73 | pub unsafe fn _mm_adds_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.871 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.871 INFO kablam! Sep 01 03:16:17.871 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.871 INFO kablam! --> src/x86_64/../x86/sse2.rs:83:33 Sep 01 03:16:17.871 INFO kablam! | Sep 01 03:16:17.871 INFO kablam! 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.872 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.872 INFO kablam! Sep 01 03:16:17.872 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.872 INFO kablam! --> src/x86_64/../x86/sse2.rs:83:43 Sep 01 03:16:17.872 INFO kablam! | Sep 01 03:16:17.872 INFO kablam! 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.872 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.872 INFO kablam! Sep 01 03:16:17.872 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.872 INFO kablam! --> src/x86_64/../x86/sse2.rs:83:53 Sep 01 03:16:17.872 INFO kablam! | Sep 01 03:16:17.872 INFO kablam! 83 | pub unsafe fn _mm_adds_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.872 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.872 INFO kablam! Sep 01 03:16:17.873 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.873 INFO kablam! --> src/x86_64/../x86/sse2.rs:93:31 Sep 01 03:16:17.873 INFO kablam! | Sep 01 03:16:17.873 INFO kablam! 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.873 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.873 INFO kablam! Sep 01 03:16:17.873 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.873 INFO kablam! --> src/x86_64/../x86/sse2.rs:93:41 Sep 01 03:16:17.873 INFO kablam! | Sep 01 03:16:17.873 INFO kablam! 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.873 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.873 INFO kablam! Sep 01 03:16:17.873 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.873 INFO kablam! --> src/x86_64/../x86/sse2.rs:93:51 Sep 01 03:16:17.873 INFO kablam! | Sep 01 03:16:17.874 INFO kablam! 93 | pub unsafe fn _mm_avg_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.874 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.874 INFO kablam! Sep 01 03:16:17.874 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.874 INFO kablam! --> src/x86_64/../x86/sse2.rs:100:32 Sep 01 03:16:17.874 INFO kablam! | Sep 01 03:16:17.874 INFO kablam! 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.874 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.874 INFO kablam! Sep 01 03:16:17.874 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.874 INFO kablam! --> src/x86_64/../x86/sse2.rs:100:42 Sep 01 03:16:17.874 INFO kablam! | Sep 01 03:16:17.874 INFO kablam! 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.874 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.874 INFO kablam! Sep 01 03:16:17.875 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.875 INFO kablam! --> src/x86_64/../x86/sse2.rs:100:52 Sep 01 03:16:17.875 INFO kablam! | Sep 01 03:16:17.875 INFO kablam! 100 | pub unsafe fn _mm_avg_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.875 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.875 INFO kablam! Sep 01 03:16:17.875 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.875 INFO kablam! --> src/x86_64/../x86/sse2.rs:110:33 Sep 01 03:16:17.875 INFO kablam! | Sep 01 03:16:17.875 INFO kablam! 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 { Sep 01 03:16:17.875 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.875 INFO kablam! Sep 01 03:16:17.875 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.876 INFO kablam! --> src/x86_64/../x86/sse2.rs:110:43 Sep 01 03:16:17.876 INFO kablam! | Sep 01 03:16:17.876 INFO kablam! 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 { Sep 01 03:16:17.876 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.876 INFO kablam! Sep 01 03:16:17.876 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.876 INFO kablam! --> src/x86_64/../x86/sse2.rs:110:53 Sep 01 03:16:17.876 INFO kablam! | Sep 01 03:16:17.876 INFO kablam! 110 | pub unsafe fn _mm_madd_epi16(a: i16x8, b: i16x8) -> i32x4 { Sep 01 03:16:17.876 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.876 INFO kablam! Sep 01 03:16:17.876 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.876 INFO kablam! --> src/x86_64/../x86/sse2.rs:120:32 Sep 01 03:16:17.877 INFO kablam! | Sep 01 03:16:17.877 INFO kablam! 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.877 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.877 INFO kablam! Sep 01 03:16:17.877 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.877 INFO kablam! --> src/x86_64/../x86/sse2.rs:120:42 Sep 01 03:16:17.877 INFO kablam! | Sep 01 03:16:17.877 INFO kablam! 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.877 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.877 INFO kablam! Sep 01 03:16:17.877 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.877 INFO kablam! --> src/x86_64/../x86/sse2.rs:120:52 Sep 01 03:16:17.877 INFO kablam! | Sep 01 03:16:17.878 INFO kablam! 120 | pub unsafe fn _mm_max_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.878 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.878 INFO kablam! Sep 01 03:16:17.878 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.878 INFO kablam! --> src/x86_64/../x86/sse2.rs:130:31 Sep 01 03:16:17.878 INFO kablam! | Sep 01 03:16:17.878 INFO kablam! 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.878 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.878 INFO kablam! Sep 01 03:16:17.878 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.878 INFO kablam! --> src/x86_64/../x86/sse2.rs:130:41 Sep 01 03:16:17.878 INFO kablam! | Sep 01 03:16:17.878 INFO kablam! 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.878 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.879 INFO kablam! Sep 01 03:16:17.879 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.879 INFO kablam! --> src/x86_64/../x86/sse2.rs:130:51 Sep 01 03:16:17.879 INFO kablam! | Sep 01 03:16:17.879 INFO kablam! 130 | pub unsafe fn _mm_max_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.879 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.879 INFO kablam! Sep 01 03:16:17.879 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.879 INFO kablam! --> src/x86_64/../x86/sse2.rs:137:32 Sep 01 03:16:17.879 INFO kablam! | Sep 01 03:16:17.879 INFO kablam! 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.879 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.879 INFO kablam! Sep 01 03:16:17.880 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.880 INFO kablam! --> src/x86_64/../x86/sse2.rs:137:42 Sep 01 03:16:17.880 INFO kablam! | Sep 01 03:16:17.880 INFO kablam! 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.880 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.880 INFO kablam! Sep 01 03:16:17.880 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.880 INFO kablam! --> src/x86_64/../x86/sse2.rs:137:52 Sep 01 03:16:17.880 INFO kablam! | Sep 01 03:16:17.880 INFO kablam! 137 | pub unsafe fn _mm_min_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.880 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.880 INFO kablam! Sep 01 03:16:17.881 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.881 INFO kablam! --> src/x86_64/../x86/sse2.rs:147:31 Sep 01 03:16:17.881 INFO kablam! | Sep 01 03:16:17.881 INFO kablam! 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.881 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.881 INFO kablam! Sep 01 03:16:17.881 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.881 INFO kablam! --> src/x86_64/../x86/sse2.rs:147:41 Sep 01 03:16:17.881 INFO kablam! | Sep 01 03:16:17.881 INFO kablam! 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.881 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.881 INFO kablam! Sep 01 03:16:17.881 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.881 INFO kablam! --> src/x86_64/../x86/sse2.rs:147:51 Sep 01 03:16:17.881 INFO kablam! | Sep 01 03:16:17.881 INFO kablam! 147 | pub unsafe fn _mm_min_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.881 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.882 INFO kablam! Sep 01 03:16:17.882 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.882 INFO kablam! --> src/x86_64/../x86/sse2.rs:154:34 Sep 01 03:16:17.882 INFO kablam! | Sep 01 03:16:17.882 INFO kablam! 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.882 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.882 INFO kablam! Sep 01 03:16:17.882 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.882 INFO kablam! --> src/x86_64/../x86/sse2.rs:154:44 Sep 01 03:16:17.882 INFO kablam! | Sep 01 03:16:17.882 INFO kablam! 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.882 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.883 INFO kablam! Sep 01 03:16:17.883 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.883 INFO kablam! --> src/x86_64/../x86/sse2.rs:154:54 Sep 01 03:16:17.883 INFO kablam! | Sep 01 03:16:17.883 INFO kablam! 154 | pub unsafe fn _mm_mulhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.883 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.883 INFO kablam! Sep 01 03:16:17.883 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.883 INFO kablam! --> src/x86_64/../x86/sse2.rs:164:34 Sep 01 03:16:17.883 INFO kablam! | Sep 01 03:16:17.883 INFO kablam! 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.883 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.883 INFO kablam! Sep 01 03:16:17.884 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.884 INFO kablam! --> src/x86_64/../x86/sse2.rs:164:44 Sep 01 03:16:17.884 INFO kablam! | Sep 01 03:16:17.884 INFO kablam! 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.884 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.884 INFO kablam! Sep 01 03:16:17.884 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.884 INFO kablam! --> src/x86_64/../x86/sse2.rs:164:54 Sep 01 03:16:17.884 INFO kablam! | Sep 01 03:16:17.884 INFO kablam! 164 | pub unsafe fn _mm_mulhi_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.884 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.884 INFO kablam! Sep 01 03:16:17.884 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.885 INFO kablam! --> src/x86_64/../x86/sse2.rs:174:34 Sep 01 03:16:17.885 INFO kablam! | Sep 01 03:16:17.885 INFO kablam! 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.885 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.885 INFO kablam! Sep 01 03:16:17.885 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.885 INFO kablam! --> src/x86_64/../x86/sse2.rs:174:44 Sep 01 03:16:17.885 INFO kablam! | Sep 01 03:16:17.885 INFO kablam! 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.885 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.885 INFO kablam! Sep 01 03:16:17.885 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.885 INFO kablam! --> src/x86_64/../x86/sse2.rs:174:54 Sep 01 03:16:17.885 INFO kablam! | Sep 01 03:16:17.886 INFO kablam! 174 | pub unsafe fn _mm_mullo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.886 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.886 INFO kablam! Sep 01 03:16:17.886 INFO kablam! error[E0412]: cannot find type `u32x4` in this scope Sep 01 03:16:17.886 INFO kablam! --> src/x86_64/../x86/sse2.rs:184:32 Sep 01 03:16:17.886 INFO kablam! | Sep 01 03:16:17.886 INFO kablam! 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 { Sep 01 03:16:17.886 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.886 INFO kablam! Sep 01 03:16:17.886 INFO kablam! error[E0412]: cannot find type `u32x4` in this scope Sep 01 03:16:17.886 INFO kablam! --> src/x86_64/../x86/sse2.rs:184:42 Sep 01 03:16:17.886 INFO kablam! | Sep 01 03:16:17.887 INFO kablam! 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 { Sep 01 03:16:17.887 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.887 INFO kablam! Sep 01 03:16:17.887 INFO kablam! error[E0412]: cannot find type `u64x2` in this scope Sep 01 03:16:17.887 INFO kablam! --> src/x86_64/../x86/sse2.rs:184:52 Sep 01 03:16:17.887 INFO kablam! | Sep 01 03:16:17.887 INFO kablam! 184 | pub unsafe fn _mm_mul_epu32(a: u32x4, b: u32x4) -> u64x2 { Sep 01 03:16:17.887 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.887 INFO kablam! Sep 01 03:16:17.887 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.887 INFO kablam! --> src/x86_64/../x86/sse2.rs:194:31 Sep 01 03:16:17.887 INFO kablam! | Sep 01 03:16:17.887 INFO kablam! 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 { Sep 01 03:16:17.887 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.887 INFO kablam! Sep 01 03:16:17.887 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.888 INFO kablam! --> src/x86_64/../x86/sse2.rs:194:41 Sep 01 03:16:17.888 INFO kablam! | Sep 01 03:16:17.888 INFO kablam! 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 { Sep 01 03:16:17.888 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.888 INFO kablam! Sep 01 03:16:17.888 INFO kablam! error[E0412]: cannot find type `u64x2` in this scope Sep 01 03:16:17.888 INFO kablam! --> src/x86_64/../x86/sse2.rs:194:51 Sep 01 03:16:17.888 INFO kablam! | Sep 01 03:16:17.888 INFO kablam! 194 | pub unsafe fn _mm_sad_epu8(a: u8x16, b: u8x16) -> u64x2 { Sep 01 03:16:17.888 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.888 INFO kablam! Sep 01 03:16:17.888 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.889 INFO kablam! --> src/x86_64/../x86/sse2.rs:201:31 Sep 01 03:16:17.889 INFO kablam! | Sep 01 03:16:17.889 INFO kablam! 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.889 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.889 INFO kablam! Sep 01 03:16:17.889 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.889 INFO kablam! --> src/x86_64/../x86/sse2.rs:201:41 Sep 01 03:16:17.889 INFO kablam! | Sep 01 03:16:17.889 INFO kablam! 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.889 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.889 INFO kablam! Sep 01 03:16:17.889 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.889 INFO kablam! --> src/x86_64/../x86/sse2.rs:201:51 Sep 01 03:16:17.890 INFO kablam! | Sep 01 03:16:17.890 INFO kablam! 201 | pub unsafe fn _mm_sub_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.890 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.890 INFO kablam! Sep 01 03:16:17.890 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.890 INFO kablam! --> src/x86_64/../x86/sse2.rs:208:32 Sep 01 03:16:17.890 INFO kablam! | Sep 01 03:16:17.890 INFO kablam! 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.890 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.890 INFO kablam! Sep 01 03:16:17.890 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.890 INFO kablam! --> src/x86_64/../x86/sse2.rs:208:42 Sep 01 03:16:17.890 INFO kablam! | Sep 01 03:16:17.891 INFO kablam! 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.891 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.891 INFO kablam! Sep 01 03:16:17.891 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.891 INFO kablam! --> src/x86_64/../x86/sse2.rs:208:52 Sep 01 03:16:17.891 INFO kablam! | Sep 01 03:16:17.891 INFO kablam! 208 | pub unsafe fn _mm_sub_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.891 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.891 INFO kablam! Sep 01 03:16:17.891 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.891 INFO kablam! --> src/x86_64/../x86/sse2.rs:218:32 Sep 01 03:16:17.891 INFO kablam! | Sep 01 03:16:17.892 INFO kablam! 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.892 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.892 INFO kablam! Sep 01 03:16:17.892 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.892 INFO kablam! --> src/x86_64/../x86/sse2.rs:218:42 Sep 01 03:16:17.892 INFO kablam! | Sep 01 03:16:17.892 INFO kablam! 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.892 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.892 INFO kablam! Sep 01 03:16:17.892 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.892 INFO kablam! --> src/x86_64/../x86/sse2.rs:218:52 Sep 01 03:16:17.893 INFO kablam! | Sep 01 03:16:17.893 INFO kablam! 218 | pub unsafe fn _mm_sub_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.893 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.893 INFO kablam! Sep 01 03:16:17.893 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.893 INFO kablam! --> src/x86_64/../x86/sse2.rs:228:32 Sep 01 03:16:17.893 INFO kablam! | Sep 01 03:16:17.893 INFO kablam! 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.893 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.893 INFO kablam! Sep 01 03:16:17.893 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.893 INFO kablam! --> src/x86_64/../x86/sse2.rs:228:42 Sep 01 03:16:17.894 INFO kablam! | Sep 01 03:16:17.894 INFO kablam! 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.894 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.894 INFO kablam! Sep 01 03:16:17.894 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.894 INFO kablam! --> src/x86_64/../x86/sse2.rs:228:52 Sep 01 03:16:17.894 INFO kablam! | Sep 01 03:16:17.894 INFO kablam! 228 | pub unsafe fn _mm_sub_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.894 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.894 INFO kablam! Sep 01 03:16:17.894 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.894 INFO kablam! --> src/x86_64/../x86/sse2.rs:238:32 Sep 01 03:16:17.894 INFO kablam! | Sep 01 03:16:17.895 INFO kablam! 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.895 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.895 INFO kablam! Sep 01 03:16:17.895 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.895 INFO kablam! --> src/x86_64/../x86/sse2.rs:238:42 Sep 01 03:16:17.895 INFO kablam! | Sep 01 03:16:17.895 INFO kablam! 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.895 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.895 INFO kablam! Sep 01 03:16:17.895 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.895 INFO kablam! --> src/x86_64/../x86/sse2.rs:238:52 Sep 01 03:16:17.896 INFO kablam! | Sep 01 03:16:17.896 INFO kablam! 238 | pub unsafe fn _mm_subs_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.896 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.896 INFO kablam! Sep 01 03:16:17.896 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.896 INFO kablam! --> src/x86_64/../x86/sse2.rs:248:33 Sep 01 03:16:17.896 INFO kablam! | Sep 01 03:16:17.896 INFO kablam! 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.896 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.896 INFO kablam! Sep 01 03:16:17.896 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.896 INFO kablam! --> src/x86_64/../x86/sse2.rs:248:43 Sep 01 03:16:17.896 INFO kablam! | Sep 01 03:16:17.897 INFO kablam! 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.897 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.897 INFO kablam! Sep 01 03:16:17.897 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.897 INFO kablam! --> src/x86_64/../x86/sse2.rs:248:53 Sep 01 03:16:17.897 INFO kablam! | Sep 01 03:16:17.897 INFO kablam! 248 | pub unsafe fn _mm_subs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.897 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.897 INFO kablam! Sep 01 03:16:17.897 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.897 INFO kablam! --> src/x86_64/../x86/sse2.rs:258:32 Sep 01 03:16:17.897 INFO kablam! | Sep 01 03:16:17.897 INFO kablam! 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.898 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.898 INFO kablam! Sep 01 03:16:17.898 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.898 INFO kablam! --> src/x86_64/../x86/sse2.rs:258:42 Sep 01 03:16:17.898 INFO kablam! | Sep 01 03:16:17.898 INFO kablam! 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.898 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.898 INFO kablam! Sep 01 03:16:17.898 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.898 INFO kablam! --> src/x86_64/../x86/sse2.rs:258:52 Sep 01 03:16:17.898 INFO kablam! | Sep 01 03:16:17.898 INFO kablam! 258 | pub unsafe fn _mm_subs_epu8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:17.898 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.898 INFO kablam! Sep 01 03:16:17.899 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.899 INFO kablam! --> src/x86_64/../x86/sse2.rs:268:33 Sep 01 03:16:17.899 INFO kablam! | Sep 01 03:16:17.899 INFO kablam! 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.899 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.899 INFO kablam! Sep 01 03:16:17.899 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.899 INFO kablam! --> src/x86_64/../x86/sse2.rs:268:43 Sep 01 03:16:17.899 INFO kablam! | Sep 01 03:16:17.899 INFO kablam! 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.899 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.900 INFO kablam! Sep 01 03:16:17.900 INFO kablam! error[E0412]: cannot find type `u16x8` in this scope Sep 01 03:16:17.900 INFO kablam! --> src/x86_64/../x86/sse2.rs:268:53 Sep 01 03:16:17.900 INFO kablam! | Sep 01 03:16:17.900 INFO kablam! 268 | pub unsafe fn _mm_subs_epu16(a: u16x8, b: u16x8) -> u16x8 { Sep 01 03:16:17.900 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.900 INFO kablam! Sep 01 03:16:17.900 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.900 INFO kablam! --> src/x86_64/../x86/sse2.rs:278:33 Sep 01 03:16:17.900 INFO kablam! | Sep 01 03:16:17.900 INFO kablam! 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 { Sep 01 03:16:17.900 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.901 INFO kablam! Sep 01 03:16:17.901 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.901 INFO kablam! --> src/x86_64/../x86/sse2.rs:278:51 Sep 01 03:16:17.901 INFO kablam! | Sep 01 03:16:17.901 INFO kablam! 278 | pub unsafe fn _mm_slli_epi16(a: i16x8, n: i32) -> i16x8 { Sep 01 03:16:17.901 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.901 INFO kablam! Sep 01 03:16:17.901 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.901 INFO kablam! --> src/x86_64/../x86/sse2.rs:297:33 Sep 01 03:16:17.901 INFO kablam! | Sep 01 03:16:17.901 INFO kablam! 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 { Sep 01 03:16:17.901 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.901 INFO kablam! Sep 01 03:16:17.901 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.901 INFO kablam! --> src/x86_64/../x86/sse2.rs:297:51 Sep 01 03:16:17.901 INFO kablam! | Sep 01 03:16:17.902 INFO kablam! 297 | pub unsafe fn _mm_slli_epi32(a: i32x4, n: i32) -> i32x4 { Sep 01 03:16:17.902 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.902 INFO kablam! Sep 01 03:16:17.902 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.902 INFO kablam! --> src/x86_64/../x86/sse2.rs:312:33 Sep 01 03:16:17.902 INFO kablam! | Sep 01 03:16:17.902 INFO kablam! 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 { Sep 01 03:16:17.902 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.902 INFO kablam! Sep 01 03:16:17.902 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.902 INFO kablam! --> src/x86_64/../x86/sse2.rs:312:51 Sep 01 03:16:17.902 INFO kablam! | Sep 01 03:16:17.902 INFO kablam! 312 | pub unsafe fn _mm_slli_epi64(a: i64x2, n: i32) -> i64x2 { Sep 01 03:16:17.903 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.903 INFO kablam! Sep 01 03:16:17.903 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.903 INFO kablam! --> src/x86_64/../x86/sse2.rs:325:32 Sep 01 03:16:17.903 INFO kablam! | Sep 01 03:16:17.903 INFO kablam! 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.903 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.903 INFO kablam! Sep 01 03:16:17.903 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.903 INFO kablam! --> src/x86_64/../x86/sse2.rs:325:42 Sep 01 03:16:17.903 INFO kablam! | Sep 01 03:16:17.903 INFO kablam! 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.903 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.903 INFO kablam! Sep 01 03:16:17.904 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.904 INFO kablam! --> src/x86_64/../x86/sse2.rs:325:52 Sep 01 03:16:17.904 INFO kablam! | Sep 01 03:16:17.904 INFO kablam! 325 | pub unsafe fn _mm_sll_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.904 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.904 INFO kablam! Sep 01 03:16:17.904 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.904 INFO kablam! --> src/x86_64/../x86/sse2.rs:335:32 Sep 01 03:16:17.904 INFO kablam! | Sep 01 03:16:17.904 INFO kablam! 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.904 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.904 INFO kablam! Sep 01 03:16:17.904 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.904 INFO kablam! --> src/x86_64/../x86/sse2.rs:335:42 Sep 01 03:16:17.904 INFO kablam! | Sep 01 03:16:17.905 INFO kablam! 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.905 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.905 INFO kablam! Sep 01 03:16:17.905 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.905 INFO kablam! --> src/x86_64/../x86/sse2.rs:335:52 Sep 01 03:16:17.905 INFO kablam! | Sep 01 03:16:17.905 INFO kablam! 335 | pub unsafe fn _mm_sll_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.905 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.905 INFO kablam! Sep 01 03:16:17.905 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.905 INFO kablam! --> src/x86_64/../x86/sse2.rs:345:32 Sep 01 03:16:17.905 INFO kablam! | Sep 01 03:16:17.905 INFO kablam! 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.905 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.906 INFO kablam! Sep 01 03:16:17.906 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.906 INFO kablam! --> src/x86_64/../x86/sse2.rs:345:42 Sep 01 03:16:17.906 INFO kablam! | Sep 01 03:16:17.906 INFO kablam! 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.906 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.906 INFO kablam! Sep 01 03:16:17.906 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.906 INFO kablam! --> src/x86_64/../x86/sse2.rs:345:52 Sep 01 03:16:17.906 INFO kablam! | Sep 01 03:16:17.906 INFO kablam! 345 | pub unsafe fn _mm_sll_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.906 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.906 INFO kablam! Sep 01 03:16:17.907 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.907 INFO kablam! --> src/x86_64/../x86/sse2.rs:355:33 Sep 01 03:16:17.907 INFO kablam! | Sep 01 03:16:17.907 INFO kablam! 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.907 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.907 INFO kablam! Sep 01 03:16:17.907 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.907 INFO kablam! --> src/x86_64/../x86/sse2.rs:355:50 Sep 01 03:16:17.907 INFO kablam! | Sep 01 03:16:17.907 INFO kablam! 355 | pub unsafe fn _mm_srai_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.907 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.907 INFO kablam! Sep 01 03:16:17.907 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.907 INFO kablam! --> src/x86_64/../x86/sse2.rs:374:33 Sep 01 03:16:17.907 INFO kablam! | Sep 01 03:16:17.907 INFO kablam! 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.908 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.908 INFO kablam! Sep 01 03:16:17.908 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.908 INFO kablam! --> src/x86_64/../x86/sse2.rs:374:50 Sep 01 03:16:17.908 INFO kablam! | Sep 01 03:16:17.908 INFO kablam! 374 | pub unsafe fn _mm_srai_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.908 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.908 INFO kablam! Sep 01 03:16:17.908 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.908 INFO kablam! --> src/x86_64/../x86/sse2.rs:389:32 Sep 01 03:16:17.908 INFO kablam! | Sep 01 03:16:17.908 INFO kablam! 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.908 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.908 INFO kablam! Sep 01 03:16:17.908 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.909 INFO kablam! --> src/x86_64/../x86/sse2.rs:389:42 Sep 01 03:16:17.909 INFO kablam! | Sep 01 03:16:17.909 INFO kablam! 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.909 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.909 INFO kablam! Sep 01 03:16:17.909 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.909 INFO kablam! --> src/x86_64/../x86/sse2.rs:389:52 Sep 01 03:16:17.909 INFO kablam! | Sep 01 03:16:17.909 INFO kablam! 389 | pub unsafe fn _mm_sra_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.909 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.909 INFO kablam! Sep 01 03:16:17.909 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.909 INFO kablam! --> src/x86_64/../x86/sse2.rs:399:32 Sep 01 03:16:17.909 INFO kablam! | Sep 01 03:16:17.910 INFO kablam! 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.910 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.910 INFO kablam! Sep 01 03:16:17.910 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.910 INFO kablam! --> src/x86_64/../x86/sse2.rs:399:42 Sep 01 03:16:17.910 INFO kablam! | Sep 01 03:16:17.910 INFO kablam! 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.910 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.910 INFO kablam! Sep 01 03:16:17.910 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.910 INFO kablam! --> src/x86_64/../x86/sse2.rs:399:52 Sep 01 03:16:17.910 INFO kablam! | Sep 01 03:16:17.910 INFO kablam! 399 | pub unsafe fn _mm_sra_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.911 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.911 INFO kablam! Sep 01 03:16:17.911 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.911 INFO kablam! --> src/x86_64/../x86/sse2.rs:409:32 Sep 01 03:16:17.911 INFO kablam! | Sep 01 03:16:17.911 INFO kablam! 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.911 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.911 INFO kablam! Sep 01 03:16:17.911 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.911 INFO kablam! --> src/x86_64/../x86/sse2.rs:409:42 Sep 01 03:16:17.911 INFO kablam! | Sep 01 03:16:17.911 INFO kablam! 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.911 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.911 INFO kablam! Sep 01 03:16:17.911 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.911 INFO kablam! --> src/x86_64/../x86/sse2.rs:409:52 Sep 01 03:16:17.911 INFO kablam! | Sep 01 03:16:17.911 INFO kablam! 409 | pub unsafe fn _mm_srl_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.911 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.912 INFO kablam! Sep 01 03:16:17.912 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.912 INFO kablam! --> src/x86_64/../x86/sse2.rs:419:32 Sep 01 03:16:17.912 INFO kablam! | Sep 01 03:16:17.912 INFO kablam! 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.912 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.912 INFO kablam! Sep 01 03:16:17.912 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.912 INFO kablam! --> src/x86_64/../x86/sse2.rs:419:42 Sep 01 03:16:17.912 INFO kablam! | Sep 01 03:16:17.912 INFO kablam! 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.912 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.912 INFO kablam! Sep 01 03:16:17.912 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.912 INFO kablam! --> src/x86_64/../x86/sse2.rs:419:52 Sep 01 03:16:17.912 INFO kablam! | Sep 01 03:16:17.912 INFO kablam! 419 | pub unsafe fn _mm_srl_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.912 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.912 INFO kablam! Sep 01 03:16:17.912 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.913 INFO kablam! --> src/x86_64/../x86/sse2.rs:429:32 Sep 01 03:16:17.913 INFO kablam! | Sep 01 03:16:17.916 INFO kablam! 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.916 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.916 INFO kablam! Sep 01 03:16:17.916 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.916 INFO kablam! --> src/x86_64/../x86/sse2.rs:429:42 Sep 01 03:16:17.916 INFO kablam! | Sep 01 03:16:17.916 INFO kablam! 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.917 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.917 INFO kablam! Sep 01 03:16:17.917 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.917 INFO kablam! --> src/x86_64/../x86/sse2.rs:429:52 Sep 01 03:16:17.917 INFO kablam! | Sep 01 03:16:17.917 INFO kablam! 429 | pub unsafe fn _mm_srl_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.917 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.917 INFO kablam! Sep 01 03:16:17.917 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.917 INFO kablam! --> src/x86_64/../x86/sse2.rs:439:33 Sep 01 03:16:17.917 INFO kablam! | Sep 01 03:16:17.917 INFO kablam! 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.917 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.917 INFO kablam! Sep 01 03:16:17.917 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.917 INFO kablam! --> src/x86_64/../x86/sse2.rs:439:50 Sep 01 03:16:17.918 INFO kablam! | Sep 01 03:16:17.918 INFO kablam! 439 | pub unsafe fn _mm_srli_epi16(a: i16x8, n: u8) -> i16x8 { Sep 01 03:16:17.918 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.918 INFO kablam! Sep 01 03:16:17.918 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.918 INFO kablam! --> src/x86_64/../x86/sse2.rs:458:33 Sep 01 03:16:17.918 INFO kablam! | Sep 01 03:16:17.918 INFO kablam! 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.918 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.918 INFO kablam! Sep 01 03:16:17.918 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.918 INFO kablam! --> src/x86_64/../x86/sse2.rs:458:50 Sep 01 03:16:17.918 INFO kablam! | Sep 01 03:16:17.918 INFO kablam! 458 | pub unsafe fn _mm_srli_epi32(a: i32x4, n: u8) -> i32x4 { Sep 01 03:16:17.918 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.918 INFO kablam! Sep 01 03:16:17.919 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.919 INFO kablam! --> src/x86_64/../x86/sse2.rs:473:33 Sep 01 03:16:17.919 INFO kablam! | Sep 01 03:16:17.919 INFO kablam! 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 { Sep 01 03:16:17.919 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.919 INFO kablam! Sep 01 03:16:17.919 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.919 INFO kablam! --> src/x86_64/../x86/sse2.rs:473:50 Sep 01 03:16:17.919 INFO kablam! | Sep 01 03:16:17.919 INFO kablam! 473 | pub unsafe fn _mm_srli_epi64(a: i64x2, n: u8) -> i64x2 { Sep 01 03:16:17.919 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.919 INFO kablam! Sep 01 03:16:17.919 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.919 INFO kablam! --> src/x86_64/../x86/sse2.rs:486:33 Sep 01 03:16:17.919 INFO kablam! | Sep 01 03:16:17.919 INFO kablam! 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.920 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.920 INFO kablam! Sep 01 03:16:17.920 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.920 INFO kablam! --> src/x86_64/../x86/sse2.rs:486:43 Sep 01 03:16:17.920 INFO kablam! | Sep 01 03:16:17.920 INFO kablam! 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.920 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.920 INFO kablam! Sep 01 03:16:17.920 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.920 INFO kablam! --> src/x86_64/../x86/sse2.rs:486:53 Sep 01 03:16:17.920 INFO kablam! | Sep 01 03:16:17.920 INFO kablam! 486 | pub unsafe fn _mm_cmpeq_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.920 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.920 INFO kablam! Sep 01 03:16:17.920 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.920 INFO kablam! --> src/x86_64/../x86/sse2.rs:496:34 Sep 01 03:16:17.921 INFO kablam! | Sep 01 03:16:17.921 INFO kablam! 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.921 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.921 INFO kablam! Sep 01 03:16:17.921 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.921 INFO kablam! --> src/x86_64/../x86/sse2.rs:496:44 Sep 01 03:16:17.921 INFO kablam! | Sep 01 03:16:17.921 INFO kablam! 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.921 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.921 INFO kablam! Sep 01 03:16:17.921 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.921 INFO kablam! --> src/x86_64/../x86/sse2.rs:496:54 Sep 01 03:16:17.921 INFO kablam! | Sep 01 03:16:17.921 INFO kablam! 496 | pub unsafe fn _mm_cmpeq_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.921 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.921 INFO kablam! Sep 01 03:16:17.922 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.922 INFO kablam! --> src/x86_64/../x86/sse2.rs:506:34 Sep 01 03:16:17.922 INFO kablam! | Sep 01 03:16:17.922 INFO kablam! 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.922 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.922 INFO kablam! Sep 01 03:16:17.922 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.922 INFO kablam! --> src/x86_64/../x86/sse2.rs:506:44 Sep 01 03:16:17.922 INFO kablam! | Sep 01 03:16:17.922 INFO kablam! 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.922 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.922 INFO kablam! Sep 01 03:16:17.922 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.922 INFO kablam! --> src/x86_64/../x86/sse2.rs:506:54 Sep 01 03:16:17.922 INFO kablam! | Sep 01 03:16:17.922 INFO kablam! 506 | pub unsafe fn _mm_cmpeq_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.923 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.923 INFO kablam! Sep 01 03:16:17.923 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.923 INFO kablam! --> src/x86_64/../x86/sse2.rs:516:33 Sep 01 03:16:17.923 INFO kablam! | Sep 01 03:16:17.923 INFO kablam! 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.923 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.923 INFO kablam! Sep 01 03:16:17.923 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.923 INFO kablam! --> src/x86_64/../x86/sse2.rs:516:43 Sep 01 03:16:17.923 INFO kablam! | Sep 01 03:16:17.923 INFO kablam! 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.923 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.923 INFO kablam! Sep 01 03:16:17.923 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.923 INFO kablam! --> src/x86_64/../x86/sse2.rs:516:53 Sep 01 03:16:17.923 INFO kablam! | Sep 01 03:16:17.924 INFO kablam! 516 | pub unsafe fn _mm_cmpgt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.924 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.924 INFO kablam! Sep 01 03:16:17.924 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.924 INFO kablam! --> src/x86_64/../x86/sse2.rs:526:34 Sep 01 03:16:17.924 INFO kablam! | Sep 01 03:16:17.924 INFO kablam! 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.924 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.924 INFO kablam! Sep 01 03:16:17.924 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.924 INFO kablam! --> src/x86_64/../x86/sse2.rs:526:44 Sep 01 03:16:17.924 INFO kablam! | Sep 01 03:16:17.924 INFO kablam! 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.924 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.924 INFO kablam! Sep 01 03:16:17.925 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.925 INFO kablam! --> src/x86_64/../x86/sse2.rs:526:54 Sep 01 03:16:17.925 INFO kablam! | Sep 01 03:16:17.925 INFO kablam! 526 | pub unsafe fn _mm_cmpgt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.925 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.925 INFO kablam! Sep 01 03:16:17.925 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.925 INFO kablam! --> src/x86_64/../x86/sse2.rs:536:34 Sep 01 03:16:17.925 INFO kablam! | Sep 01 03:16:17.925 INFO kablam! 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.925 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.925 INFO kablam! Sep 01 03:16:17.925 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.925 INFO kablam! --> src/x86_64/../x86/sse2.rs:536:44 Sep 01 03:16:17.925 INFO kablam! | Sep 01 03:16:17.925 INFO kablam! 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.925 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.925 INFO kablam! Sep 01 03:16:17.925 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.926 INFO kablam! --> src/x86_64/../x86/sse2.rs:536:54 Sep 01 03:16:17.926 INFO kablam! | Sep 01 03:16:17.926 INFO kablam! 536 | pub unsafe fn _mm_cmpgt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.926 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.926 INFO kablam! Sep 01 03:16:17.926 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.926 INFO kablam! --> src/x86_64/../x86/sse2.rs:546:33 Sep 01 03:16:17.926 INFO kablam! | Sep 01 03:16:17.926 INFO kablam! 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.926 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.926 INFO kablam! Sep 01 03:16:17.926 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.926 INFO kablam! --> src/x86_64/../x86/sse2.rs:546:43 Sep 01 03:16:17.926 INFO kablam! | Sep 01 03:16:17.926 INFO kablam! 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.926 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.926 INFO kablam! Sep 01 03:16:17.926 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.926 INFO kablam! --> src/x86_64/../x86/sse2.rs:546:53 Sep 01 03:16:17.927 INFO kablam! | Sep 01 03:16:17.927 INFO kablam! 546 | pub unsafe fn _mm_cmplt_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.927 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.927 INFO kablam! Sep 01 03:16:17.927 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.927 INFO kablam! --> src/x86_64/../x86/sse2.rs:556:34 Sep 01 03:16:17.927 INFO kablam! | Sep 01 03:16:17.927 INFO kablam! 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.927 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.927 INFO kablam! Sep 01 03:16:17.927 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.927 INFO kablam! --> src/x86_64/../x86/sse2.rs:556:44 Sep 01 03:16:17.927 INFO kablam! | Sep 01 03:16:17.927 INFO kablam! 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.927 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.927 INFO kablam! Sep 01 03:16:17.927 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.927 INFO kablam! --> src/x86_64/../x86/sse2.rs:556:54 Sep 01 03:16:17.928 INFO kablam! | Sep 01 03:16:17.928 INFO kablam! 556 | pub unsafe fn _mm_cmplt_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.928 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.928 INFO kablam! Sep 01 03:16:17.928 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.928 INFO kablam! --> src/x86_64/../x86/sse2.rs:566:34 Sep 01 03:16:17.928 INFO kablam! | Sep 01 03:16:17.928 INFO kablam! 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.928 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.928 INFO kablam! Sep 01 03:16:17.928 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.928 INFO kablam! --> src/x86_64/../x86/sse2.rs:566:44 Sep 01 03:16:17.928 INFO kablam! | Sep 01 03:16:17.928 INFO kablam! 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.928 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.929 INFO kablam! Sep 01 03:16:17.929 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.929 INFO kablam! --> src/x86_64/../x86/sse2.rs:566:54 Sep 01 03:16:17.929 INFO kablam! | Sep 01 03:16:17.929 INFO kablam! 566 | pub unsafe fn _mm_cmplt_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.929 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.929 INFO kablam! Sep 01 03:16:17.929 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.929 INFO kablam! --> src/x86_64/../x86/sse2.rs:576:34 Sep 01 03:16:17.929 INFO kablam! | Sep 01 03:16:17.929 INFO kablam! 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 { Sep 01 03:16:17.929 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.929 INFO kablam! Sep 01 03:16:17.929 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.929 INFO kablam! --> src/x86_64/../x86/sse2.rs:576:44 Sep 01 03:16:17.929 INFO kablam! | Sep 01 03:16:17.930 INFO kablam! 576 | pub unsafe fn _mm_cvtepi32_pd(a: i32x4) -> f64x2 { Sep 01 03:16:17.930 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.930 INFO kablam! Sep 01 03:16:17.930 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.930 INFO kablam! --> src/x86_64/../x86/sse2.rs:583:33 Sep 01 03:16:17.930 INFO kablam! | Sep 01 03:16:17.930 INFO kablam! 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 { Sep 01 03:16:17.930 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.930 INFO kablam! Sep 01 03:16:17.930 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.930 INFO kablam! --> src/x86_64/../x86/sse2.rs:583:51 Sep 01 03:16:17.930 INFO kablam! | Sep 01 03:16:17.930 INFO kablam! 583 | pub unsafe fn _mm_cvtsi32_sd(a: f64x2, b: i32) -> f64x2 { Sep 01 03:16:17.930 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.930 INFO kablam! Sep 01 03:16:17.930 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.930 INFO kablam! --> src/x86_64/../x86/sse2.rs:590:34 Sep 01 03:16:17.931 INFO kablam! | Sep 01 03:16:17.931 INFO kablam! 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 { Sep 01 03:16:17.931 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.931 INFO kablam! Sep 01 03:16:17.931 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.931 INFO kablam! --> src/x86_64/../x86/sse2.rs:590:44 Sep 01 03:16:17.931 INFO kablam! | Sep 01 03:16:17.931 INFO kablam! 590 | pub unsafe fn _mm_cvtepi32_ps(a: i32x4) -> f32x4 { Sep 01 03:16:17.931 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.931 INFO kablam! Sep 01 03:16:17.931 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:17.931 INFO kablam! --> src/x86_64/../x86/sse2.rs:597:34 Sep 01 03:16:17.931 INFO kablam! | Sep 01 03:16:17.931 INFO kablam! 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:17.931 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.931 INFO kablam! Sep 01 03:16:17.932 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.932 INFO kablam! --> src/x86_64/../x86/sse2.rs:597:44 Sep 01 03:16:17.932 INFO kablam! | Sep 01 03:16:17.932 INFO kablam! 597 | pub unsafe fn _mm_cvtps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:17.932 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.932 INFO kablam! Sep 01 03:16:17.932 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.932 INFO kablam! --> src/x86_64/../x86/sse2.rs:604:44 Sep 01 03:16:17.932 INFO kablam! | Sep 01 03:16:17.932 INFO kablam! 604 | pub unsafe fn _mm_cvtsi32_si128(a: i32) -> i32x4 { Sep 01 03:16:17.932 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.932 INFO kablam! Sep 01 03:16:17.932 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.932 INFO kablam! --> src/x86_64/../x86/sse2.rs:611:36 Sep 01 03:16:17.932 INFO kablam! | Sep 01 03:16:17.932 INFO kablam! 611 | pub unsafe fn _mm_cvtsi128_si32(a: i32x4) -> i32 { Sep 01 03:16:17.933 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.933 INFO kablam! Sep 01 03:16:17.933 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.933 INFO kablam! --> src/x86_64/../x86/sse2.rs:618:51 Sep 01 03:16:17.933 INFO kablam! | Sep 01 03:16:17.933 INFO kablam! 618 | pub unsafe fn _mm_set_epi64x(e1: i64, e0: i64) -> i64x2 { Sep 01 03:16:17.933 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.933 INFO kablam! Sep 01 03:16:17.933 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.933 INFO kablam! --> src/x86_64/../x86/sse2.rs:625:68 Sep 01 03:16:17.933 INFO kablam! | Sep 01 03:16:17.933 INFO kablam! 625 | pub unsafe fn _mm_set_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 { Sep 01 03:16:17.933 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.933 INFO kablam! Sep 01 03:16:17.933 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.933 INFO kablam! --> src/x86_64/../x86/sse2.rs:634:6 Sep 01 03:16:17.934 INFO kablam! | Sep 01 03:16:17.934 INFO kablam! 634 | ) -> i16x8 { Sep 01 03:16:17.934 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.934 INFO kablam! Sep 01 03:16:17.934 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.934 INFO kablam! --> src/x86_64/../x86/sse2.rs:647:6 Sep 01 03:16:17.934 INFO kablam! | Sep 01 03:16:17.934 INFO kablam! 647 | ) -> i8x16 { Sep 01 03:16:17.934 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.934 INFO kablam! Sep 01 03:16:17.934 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.934 INFO kablam! --> src/x86_64/../x86/sse2.rs:657:42 Sep 01 03:16:17.934 INFO kablam! | Sep 01 03:16:17.934 INFO kablam! 657 | pub unsafe fn _mm_set1_epi64x(a: i64) -> i64x2 { Sep 01 03:16:17.934 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.934 INFO kablam! Sep 01 03:16:17.935 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.935 INFO kablam! --> src/x86_64/../x86/sse2.rs:664:41 Sep 01 03:16:17.935 INFO kablam! | Sep 01 03:16:17.935 INFO kablam! 664 | pub unsafe fn _mm_set1_epi32(a: i32) -> i32x4 { Sep 01 03:16:17.935 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.935 INFO kablam! Sep 01 03:16:17.935 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.935 INFO kablam! --> src/x86_64/../x86/sse2.rs:671:41 Sep 01 03:16:17.935 INFO kablam! | Sep 01 03:16:17.935 INFO kablam! 671 | pub unsafe fn _mm_set1_epi16(a: i16) -> i16x8 { Sep 01 03:16:17.935 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.935 INFO kablam! Sep 01 03:16:17.935 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.935 INFO kablam! --> src/x86_64/../x86/sse2.rs:678:39 Sep 01 03:16:17.935 INFO kablam! | Sep 01 03:16:17.935 INFO kablam! 678 | pub unsafe fn _mm_set1_epi8(a: i8) -> i8x16 { Sep 01 03:16:17.936 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.936 INFO kablam! Sep 01 03:16:17.936 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.936 INFO kablam! --> src/x86_64/../x86/sse2.rs:685:69 Sep 01 03:16:17.936 INFO kablam! | Sep 01 03:16:17.936 INFO kablam! 685 | pub unsafe fn _mm_setr_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> i32x4 { Sep 01 03:16:17.936 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.936 INFO kablam! Sep 01 03:16:17.936 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.936 INFO kablam! --> src/x86_64/../x86/sse2.rs:694:6 Sep 01 03:16:17.936 INFO kablam! | Sep 01 03:16:17.936 INFO kablam! 694 | ) -> i16x8 { Sep 01 03:16:17.936 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.936 INFO kablam! Sep 01 03:16:17.936 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.937 INFO kablam! --> src/x86_64/../x86/sse2.rs:707:6 Sep 01 03:16:17.937 INFO kablam! | Sep 01 03:16:17.937 INFO kablam! 707 | ) -> i8x16 { Sep 01 03:16:17.937 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.937 INFO kablam! Sep 01 03:16:17.937 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.937 INFO kablam! --> src/x86_64/../x86/sse2.rs:717:48 Sep 01 03:16:17.937 INFO kablam! | Sep 01 03:16:17.937 INFO kablam! 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 { Sep 01 03:16:17.937 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.937 INFO kablam! Sep 01 03:16:17.937 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.937 INFO kablam! --> src/x86_64/../x86/sse2.rs:717:58 Sep 01 03:16:17.937 INFO kablam! | Sep 01 03:16:17.937 INFO kablam! 717 | pub unsafe fn _mm_loadl_epi64(mem_addr: *const i64x2) -> i64x2 { Sep 01 03:16:17.937 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.937 INFO kablam! Sep 01 03:16:17.937 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.938 INFO kablam! --> src/x86_64/../x86/sse2.rs:734:8 Sep 01 03:16:17.938 INFO kablam! | Sep 01 03:16:17.938 INFO kablam! 734 | a: i8x16, Sep 01 03:16:17.938 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.938 INFO kablam! Sep 01 03:16:17.938 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.938 INFO kablam! --> src/x86_64/../x86/sse2.rs:735:11 Sep 01 03:16:17.938 INFO kablam! | Sep 01 03:16:17.938 INFO kablam! 735 | mask: i8x16, Sep 01 03:16:17.938 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.938 INFO kablam! Sep 01 03:16:17.938 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.938 INFO kablam! --> src/x86_64/../x86/sse2.rs:750:47 Sep 01 03:16:17.938 INFO kablam! | Sep 01 03:16:17.938 INFO kablam! 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) { Sep 01 03:16:17.938 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.938 INFO kablam! Sep 01 03:16:17.938 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.939 INFO kablam! --> src/x86_64/../x86/sse2.rs:750:57 Sep 01 03:16:17.939 INFO kablam! | Sep 01 03:16:17.939 INFO kablam! 750 | pub unsafe fn _mm_storel_epi64(mem_addr: *mut i64x2, a: i64x2) { Sep 01 03:16:17.939 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.939 INFO kablam! Sep 01 03:16:17.939 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.939 INFO kablam! --> src/x86_64/../x86/sse2.rs:761:33 Sep 01 03:16:17.939 INFO kablam! | Sep 01 03:16:17.939 INFO kablam! 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 { Sep 01 03:16:17.939 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.939 INFO kablam! Sep 01 03:16:17.939 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.939 INFO kablam! --> src/x86_64/../x86/sse2.rs:761:43 Sep 01 03:16:17.939 INFO kablam! | Sep 01 03:16:17.939 INFO kablam! 761 | pub unsafe fn _mm_move_epi64(a: i64x2) -> i64x2 { Sep 01 03:16:17.939 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.939 INFO kablam! Sep 01 03:16:17.939 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.939 INFO kablam! --> src/x86_64/../x86/sse2.rs:771:34 Sep 01 03:16:17.940 INFO kablam! | Sep 01 03:16:17.940 INFO kablam! 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 { Sep 01 03:16:17.940 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.940 INFO kablam! Sep 01 03:16:17.940 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.940 INFO kablam! --> src/x86_64/../x86/sse2.rs:771:44 Sep 01 03:16:17.940 INFO kablam! | Sep 01 03:16:17.940 INFO kablam! 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 { Sep 01 03:16:17.940 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.940 INFO kablam! Sep 01 03:16:17.940 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.940 INFO kablam! --> src/x86_64/../x86/sse2.rs:771:54 Sep 01 03:16:17.940 INFO kablam! | Sep 01 03:16:17.940 INFO kablam! 771 | pub unsafe fn _mm_packs_epi16(a: i16x8, b: i16x8) -> i8x16 { Sep 01 03:16:17.940 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.940 INFO kablam! Sep 01 03:16:17.940 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.940 INFO kablam! --> src/x86_64/../x86/sse2.rs:784:34 Sep 01 03:16:17.940 INFO kablam! | Sep 01 03:16:17.940 INFO kablam! 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 { Sep 01 03:16:17.941 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.941 INFO kablam! Sep 01 03:16:17.941 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.941 INFO kablam! --> src/x86_64/../x86/sse2.rs:784:44 Sep 01 03:16:17.941 INFO kablam! | Sep 01 03:16:17.941 INFO kablam! 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 { Sep 01 03:16:17.941 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.941 INFO kablam! Sep 01 03:16:17.941 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.941 INFO kablam! --> src/x86_64/../x86/sse2.rs:784:54 Sep 01 03:16:17.941 INFO kablam! | Sep 01 03:16:17.941 INFO kablam! 784 | pub unsafe fn _mm_packs_epi32(a: i32x4, b: i32x4) -> i16x8 { Sep 01 03:16:17.941 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.941 INFO kablam! Sep 01 03:16:17.941 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.942 INFO kablam! --> src/x86_64/../x86/sse2.rs:797:35 Sep 01 03:16:17.942 INFO kablam! | Sep 01 03:16:17.942 INFO kablam! 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 { Sep 01 03:16:17.942 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.942 INFO kablam! Sep 01 03:16:17.942 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.942 INFO kablam! --> src/x86_64/../x86/sse2.rs:797:45 Sep 01 03:16:17.942 INFO kablam! | Sep 01 03:16:17.942 INFO kablam! 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 { Sep 01 03:16:17.942 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.942 INFO kablam! Sep 01 03:16:17.942 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:17.942 INFO kablam! --> src/x86_64/../x86/sse2.rs:797:55 Sep 01 03:16:17.942 INFO kablam! | Sep 01 03:16:17.942 INFO kablam! 797 | pub unsafe fn _mm_packus_epi16(a: i16x8, b: i16x8) -> u8x16 { Sep 01 03:16:17.942 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.942 INFO kablam! Sep 01 03:16:17.943 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.943 INFO kablam! --> src/x86_64/../x86/sse2.rs:807:36 Sep 01 03:16:17.943 INFO kablam! | Sep 01 03:16:17.943 INFO kablam! 807 | pub unsafe fn _mm_extract_epi16(a: i16x8, i: u8) -> i16 { Sep 01 03:16:17.943 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.943 INFO kablam! Sep 01 03:16:17.943 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.943 INFO kablam! --> src/x86_64/../x86/sse2.rs:826:35 Sep 01 03:16:17.943 INFO kablam! | Sep 01 03:16:17.943 INFO kablam! 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 { Sep 01 03:16:17.943 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.943 INFO kablam! Sep 01 03:16:17.943 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.943 INFO kablam! --> src/x86_64/../x86/sse2.rs:826:60 Sep 01 03:16:17.943 INFO kablam! | Sep 01 03:16:17.943 INFO kablam! 826 | pub unsafe fn _mm_insert_epi16(a: i16x8, v: i16, i: u8) -> i16x8 { Sep 01 03:16:17.943 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.943 INFO kablam! Sep 01 03:16:17.944 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.944 INFO kablam! --> src/x86_64/../x86/sse2.rs:846:36 Sep 01 03:16:17.944 INFO kablam! | Sep 01 03:16:17.944 INFO kablam! 846 | pub unsafe fn _mm_movemask_epi8(a: i8x16) -> i16 { Sep 01 03:16:17.944 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.944 INFO kablam! Sep 01 03:16:17.944 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.944 INFO kablam! --> src/x86_64/../x86/sse2.rs:854:36 Sep 01 03:16:17.944 INFO kablam! | Sep 01 03:16:17.944 INFO kablam! 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 { Sep 01 03:16:17.944 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.944 INFO kablam! Sep 01 03:16:17.944 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.944 INFO kablam! --> src/x86_64/../x86/sse2.rs:854:59 Sep 01 03:16:17.944 INFO kablam! | Sep 01 03:16:17.944 INFO kablam! 854 | pub unsafe fn _mm_shuffle_epi32(a: i32x4, control: u8) -> i32x4 { Sep 01 03:16:17.944 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.945 INFO kablam! Sep 01 03:16:17.945 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.945 INFO kablam! --> src/x86_64/../x86/sse2.rs:871:38 Sep 01 03:16:17.945 INFO kablam! | Sep 01 03:16:17.945 INFO kablam! 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.945 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.945 INFO kablam! Sep 01 03:16:17.945 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.945 INFO kablam! --> src/x86_64/../x86/sse2.rs:871:61 Sep 01 03:16:17.945 INFO kablam! | Sep 01 03:16:17.945 INFO kablam! 871 | pub unsafe fn _mm_shufflehi_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.945 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.945 INFO kablam! Sep 01 03:16:17.945 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.946 INFO kablam! --> src/x86_64/../x86/sse2.rs:888:38 Sep 01 03:16:17.946 INFO kablam! | Sep 01 03:16:17.946 INFO kablam! 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.946 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.946 INFO kablam! Sep 01 03:16:17.946 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.946 INFO kablam! --> src/x86_64/../x86/sse2.rs:888:61 Sep 01 03:16:17.946 INFO kablam! | Sep 01 03:16:17.946 INFO kablam! 888 | pub unsafe fn _mm_shufflelo_epi16(a: i16x8, control: u8) -> i16x8 { Sep 01 03:16:17.946 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.946 INFO kablam! Sep 01 03:16:17.946 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.946 INFO kablam! --> src/x86_64/../x86/sse2.rs:902:36 Sep 01 03:16:17.946 INFO kablam! | Sep 01 03:16:17.946 INFO kablam! 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.946 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.947 INFO kablam! Sep 01 03:16:17.947 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.947 INFO kablam! --> src/x86_64/../x86/sse2.rs:902:46 Sep 01 03:16:17.947 INFO kablam! | Sep 01 03:16:17.947 INFO kablam! 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.947 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.947 INFO kablam! Sep 01 03:16:17.947 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.947 INFO kablam! --> src/x86_64/../x86/sse2.rs:902:56 Sep 01 03:16:17.947 INFO kablam! | Sep 01 03:16:17.947 INFO kablam! 902 | pub unsafe fn _mm_unpackhi_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.947 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.947 INFO kablam! Sep 01 03:16:17.947 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.947 INFO kablam! --> src/x86_64/../x86/sse2.rs:912:37 Sep 01 03:16:17.947 INFO kablam! | Sep 01 03:16:17.947 INFO kablam! 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.948 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.948 INFO kablam! Sep 01 03:16:17.948 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.948 INFO kablam! --> src/x86_64/../x86/sse2.rs:912:47 Sep 01 03:16:17.948 INFO kablam! | Sep 01 03:16:17.948 INFO kablam! 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.948 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.948 INFO kablam! Sep 01 03:16:17.948 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.948 INFO kablam! --> src/x86_64/../x86/sse2.rs:912:57 Sep 01 03:16:17.948 INFO kablam! | Sep 01 03:16:17.948 INFO kablam! 912 | pub unsafe fn _mm_unpackhi_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.948 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.948 INFO kablam! Sep 01 03:16:17.948 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.948 INFO kablam! --> src/x86_64/../x86/sse2.rs:922:37 Sep 01 03:16:17.949 INFO kablam! | Sep 01 03:16:17.949 INFO kablam! 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.949 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.949 INFO kablam! Sep 01 03:16:17.949 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.949 INFO kablam! --> src/x86_64/../x86/sse2.rs:922:47 Sep 01 03:16:17.949 INFO kablam! | Sep 01 03:16:17.949 INFO kablam! 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.949 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.949 INFO kablam! Sep 01 03:16:17.949 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.949 INFO kablam! --> src/x86_64/../x86/sse2.rs:922:57 Sep 01 03:16:17.949 INFO kablam! | Sep 01 03:16:17.949 INFO kablam! 922 | pub unsafe fn _mm_unpackhi_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.949 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.949 INFO kablam! Sep 01 03:16:17.950 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.950 INFO kablam! --> src/x86_64/../x86/sse2.rs:932:37 Sep 01 03:16:17.950 INFO kablam! | Sep 01 03:16:17.950 INFO kablam! 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.950 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.950 INFO kablam! Sep 01 03:16:17.950 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.950 INFO kablam! --> src/x86_64/../x86/sse2.rs:932:47 Sep 01 03:16:17.950 INFO kablam! | Sep 01 03:16:17.950 INFO kablam! 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.950 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.950 INFO kablam! Sep 01 03:16:17.950 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.950 INFO kablam! --> src/x86_64/../x86/sse2.rs:932:57 Sep 01 03:16:17.950 INFO kablam! | Sep 01 03:16:17.950 INFO kablam! 932 | pub unsafe fn _mm_unpackhi_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.950 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.950 INFO kablam! Sep 01 03:16:17.950 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.951 INFO kablam! --> src/x86_64/../x86/sse2.rs:942:36 Sep 01 03:16:17.951 INFO kablam! | Sep 01 03:16:17.951 INFO kablam! 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.951 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.951 INFO kablam! Sep 01 03:16:17.951 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.951 INFO kablam! --> src/x86_64/../x86/sse2.rs:942:46 Sep 01 03:16:17.951 INFO kablam! | Sep 01 03:16:17.951 INFO kablam! 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.951 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.951 INFO kablam! Sep 01 03:16:17.951 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:17.951 INFO kablam! --> src/x86_64/../x86/sse2.rs:942:56 Sep 01 03:16:17.951 INFO kablam! | Sep 01 03:16:17.951 INFO kablam! 942 | pub unsafe fn _mm_unpacklo_epi8(a: i8x16, b: i8x16) -> i8x16 { Sep 01 03:16:17.951 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.951 INFO kablam! Sep 01 03:16:17.951 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.952 INFO kablam! --> src/x86_64/../x86/sse2.rs:952:37 Sep 01 03:16:17.952 INFO kablam! | Sep 01 03:16:17.952 INFO kablam! 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.952 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.952 INFO kablam! Sep 01 03:16:17.952 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.952 INFO kablam! --> src/x86_64/../x86/sse2.rs:952:47 Sep 01 03:16:17.952 INFO kablam! | Sep 01 03:16:17.952 INFO kablam! 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.952 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.952 INFO kablam! Sep 01 03:16:17.952 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:17.952 INFO kablam! --> src/x86_64/../x86/sse2.rs:952:57 Sep 01 03:16:17.952 INFO kablam! | Sep 01 03:16:17.952 INFO kablam! 952 | pub unsafe fn _mm_unpacklo_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:17.952 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.952 INFO kablam! Sep 01 03:16:17.952 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.952 INFO kablam! --> src/x86_64/../x86/sse2.rs:962:37 Sep 01 03:16:17.952 INFO kablam! | Sep 01 03:16:17.953 INFO kablam! 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.953 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.953 INFO kablam! Sep 01 03:16:17.953 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.953 INFO kablam! --> src/x86_64/../x86/sse2.rs:962:47 Sep 01 03:16:17.953 INFO kablam! | Sep 01 03:16:17.953 INFO kablam! 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.953 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.953 INFO kablam! Sep 01 03:16:17.953 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:17.953 INFO kablam! --> src/x86_64/../x86/sse2.rs:962:57 Sep 01 03:16:17.953 INFO kablam! | Sep 01 03:16:17.953 INFO kablam! 962 | pub unsafe fn _mm_unpacklo_epi32(a: i32x4, b: i32x4) -> i32x4 { Sep 01 03:16:17.953 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.954 INFO kablam! Sep 01 03:16:17.954 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.954 INFO kablam! --> src/x86_64/../x86/sse2.rs:972:37 Sep 01 03:16:17.954 INFO kablam! | Sep 01 03:16:17.954 INFO kablam! 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.954 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.954 INFO kablam! Sep 01 03:16:17.954 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.954 INFO kablam! --> src/x86_64/../x86/sse2.rs:972:47 Sep 01 03:16:17.954 INFO kablam! | Sep 01 03:16:17.954 INFO kablam! 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.954 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.954 INFO kablam! Sep 01 03:16:17.954 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:17.954 INFO kablam! --> src/x86_64/../x86/sse2.rs:972:57 Sep 01 03:16:17.954 INFO kablam! | Sep 01 03:16:17.955 INFO kablam! 972 | pub unsafe fn _mm_unpacklo_epi64(a: i64x2, b: i64x2) -> i64x2 { Sep 01 03:16:17.955 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.955 INFO kablam! Sep 01 03:16:17.955 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.955 INFO kablam! --> src/x86_64/../x86/sse2.rs:983:29 Sep 01 03:16:17.955 INFO kablam! | Sep 01 03:16:17.955 INFO kablam! 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.955 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.955 INFO kablam! Sep 01 03:16:17.955 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.955 INFO kablam! --> src/x86_64/../x86/sse2.rs:983:39 Sep 01 03:16:17.955 INFO kablam! | Sep 01 03:16:17.955 INFO kablam! 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.955 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.955 INFO kablam! Sep 01 03:16:17.955 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.955 INFO kablam! --> src/x86_64/../x86/sse2.rs:983:49 Sep 01 03:16:17.956 INFO kablam! | Sep 01 03:16:17.956 INFO kablam! 983 | pub unsafe fn _mm_add_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.956 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.956 INFO kablam! Sep 01 03:16:17.956 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.956 INFO kablam! --> src/x86_64/../x86/sse2.rs:991:29 Sep 01 03:16:17.956 INFO kablam! | Sep 01 03:16:17.956 INFO kablam! 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.956 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.956 INFO kablam! Sep 01 03:16:17.956 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.956 INFO kablam! --> src/x86_64/../x86/sse2.rs:991:39 Sep 01 03:16:17.956 INFO kablam! | Sep 01 03:16:17.956 INFO kablam! 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.956 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.956 INFO kablam! Sep 01 03:16:17.956 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.957 INFO kablam! --> src/x86_64/../x86/sse2.rs:991:49 Sep 01 03:16:17.957 INFO kablam! | Sep 01 03:16:17.957 INFO kablam! 991 | pub unsafe fn _mm_add_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.957 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.957 INFO kablam! Sep 01 03:16:17.957 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.957 INFO kablam! --> src/x86_64/../x86/sse2.rs:999:29 Sep 01 03:16:17.957 INFO kablam! | Sep 01 03:16:17.957 INFO kablam! 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.957 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.957 INFO kablam! Sep 01 03:16:17.957 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.957 INFO kablam! --> src/x86_64/../x86/sse2.rs:999:39 Sep 01 03:16:17.957 INFO kablam! | Sep 01 03:16:17.957 INFO kablam! 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.957 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.957 INFO kablam! Sep 01 03:16:17.958 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.958 INFO kablam! --> src/x86_64/../x86/sse2.rs:999:49 Sep 01 03:16:17.958 INFO kablam! | Sep 01 03:16:17.958 INFO kablam! 999 | pub unsafe fn _mm_div_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.958 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.958 INFO kablam! Sep 01 03:16:17.958 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.958 INFO kablam! --> src/x86_64/../x86/sse2.rs:1007:29 Sep 01 03:16:17.958 INFO kablam! | Sep 01 03:16:17.958 INFO kablam! 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.958 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.958 INFO kablam! Sep 01 03:16:17.958 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.958 INFO kablam! --> src/x86_64/../x86/sse2.rs:1007:39 Sep 01 03:16:17.958 INFO kablam! | Sep 01 03:16:17.958 INFO kablam! 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.959 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.959 INFO kablam! Sep 01 03:16:17.959 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.959 INFO kablam! --> src/x86_64/../x86/sse2.rs:1007:49 Sep 01 03:16:17.959 INFO kablam! | Sep 01 03:16:17.959 INFO kablam! 1007 | pub unsafe fn _mm_div_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.959 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.959 INFO kablam! Sep 01 03:16:17.959 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.959 INFO kablam! --> src/x86_64/../x86/sse2.rs:1015:29 Sep 01 03:16:17.959 INFO kablam! | Sep 01 03:16:17.959 INFO kablam! 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.959 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.959 INFO kablam! Sep 01 03:16:17.959 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.959 INFO kablam! --> src/x86_64/../x86/sse2.rs:1015:39 Sep 01 03:16:17.960 INFO kablam! | Sep 01 03:16:17.960 INFO kablam! 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.960 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.960 INFO kablam! Sep 01 03:16:17.960 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.960 INFO kablam! --> src/x86_64/../x86/sse2.rs:1015:49 Sep 01 03:16:17.960 INFO kablam! | Sep 01 03:16:17.960 INFO kablam! 1015 | pub unsafe fn _mm_max_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.960 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.960 INFO kablam! Sep 01 03:16:17.960 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.960 INFO kablam! --> src/x86_64/../x86/sse2.rs:1023:29 Sep 01 03:16:17.960 INFO kablam! | Sep 01 03:16:17.960 INFO kablam! 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.960 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.960 INFO kablam! Sep 01 03:16:17.961 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.961 INFO kablam! --> src/x86_64/../x86/sse2.rs:1023:39 Sep 01 03:16:17.961 INFO kablam! | Sep 01 03:16:17.961 INFO kablam! 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.961 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.961 INFO kablam! Sep 01 03:16:17.961 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.961 INFO kablam! --> src/x86_64/../x86/sse2.rs:1023:49 Sep 01 03:16:17.961 INFO kablam! | Sep 01 03:16:17.961 INFO kablam! 1023 | pub unsafe fn _mm_max_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.961 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.961 INFO kablam! Sep 01 03:16:17.961 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.961 INFO kablam! --> src/x86_64/../x86/sse2.rs:1031:29 Sep 01 03:16:17.961 INFO kablam! | Sep 01 03:16:17.961 INFO kablam! 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.961 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.962 INFO kablam! Sep 01 03:16:17.962 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.962 INFO kablam! --> src/x86_64/../x86/sse2.rs:1031:39 Sep 01 03:16:17.962 INFO kablam! | Sep 01 03:16:17.962 INFO kablam! 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.962 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.962 INFO kablam! Sep 01 03:16:17.962 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.962 INFO kablam! --> src/x86_64/../x86/sse2.rs:1031:49 Sep 01 03:16:17.962 INFO kablam! | Sep 01 03:16:17.962 INFO kablam! 1031 | pub unsafe fn _mm_min_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.962 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.962 INFO kablam! Sep 01 03:16:17.962 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.962 INFO kablam! --> src/x86_64/../x86/sse2.rs:1039:29 Sep 01 03:16:17.962 INFO kablam! | Sep 01 03:16:17.962 INFO kablam! 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.962 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.962 INFO kablam! Sep 01 03:16:17.963 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.963 INFO kablam! --> src/x86_64/../x86/sse2.rs:1039:39 Sep 01 03:16:17.963 INFO kablam! | Sep 01 03:16:17.963 INFO kablam! 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.963 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.963 INFO kablam! Sep 01 03:16:17.963 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.963 INFO kablam! --> src/x86_64/../x86/sse2.rs:1039:49 Sep 01 03:16:17.963 INFO kablam! | Sep 01 03:16:17.963 INFO kablam! 1039 | pub unsafe fn _mm_min_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.963 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.963 INFO kablam! Sep 01 03:16:17.963 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.963 INFO kablam! --> src/x86_64/../x86/sse2.rs:1047:29 Sep 01 03:16:17.963 INFO kablam! | Sep 01 03:16:17.963 INFO kablam! 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.963 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.963 INFO kablam! Sep 01 03:16:17.963 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.964 INFO kablam! --> src/x86_64/../x86/sse2.rs:1047:39 Sep 01 03:16:17.964 INFO kablam! | Sep 01 03:16:17.964 INFO kablam! 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.964 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.964 INFO kablam! Sep 01 03:16:17.964 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.964 INFO kablam! --> src/x86_64/../x86/sse2.rs:1047:49 Sep 01 03:16:17.964 INFO kablam! | Sep 01 03:16:17.964 INFO kablam! 1047 | pub unsafe fn _mm_mul_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.964 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.964 INFO kablam! Sep 01 03:16:17.964 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.964 INFO kablam! --> src/x86_64/../x86/sse2.rs:1055:29 Sep 01 03:16:17.964 INFO kablam! | Sep 01 03:16:17.964 INFO kablam! 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.964 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.964 INFO kablam! Sep 01 03:16:17.964 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.965 INFO kablam! --> src/x86_64/../x86/sse2.rs:1055:39 Sep 01 03:16:17.965 INFO kablam! | Sep 01 03:16:17.965 INFO kablam! 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.965 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.965 INFO kablam! Sep 01 03:16:17.965 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.965 INFO kablam! --> src/x86_64/../x86/sse2.rs:1055:49 Sep 01 03:16:17.965 INFO kablam! | Sep 01 03:16:17.965 INFO kablam! 1055 | pub unsafe fn _mm_mul_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.965 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.965 INFO kablam! Sep 01 03:16:17.965 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.965 INFO kablam! --> src/x86_64/../x86/sse2.rs:1063:30 Sep 01 03:16:17.965 INFO kablam! | Sep 01 03:16:17.965 INFO kablam! 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.965 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.965 INFO kablam! Sep 01 03:16:17.966 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.966 INFO kablam! --> src/x86_64/../x86/sse2.rs:1063:40 Sep 01 03:16:17.966 INFO kablam! | Sep 01 03:16:17.966 INFO kablam! 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.966 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.966 INFO kablam! Sep 01 03:16:17.966 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.966 INFO kablam! --> src/x86_64/../x86/sse2.rs:1063:50 Sep 01 03:16:17.966 INFO kablam! | Sep 01 03:16:17.966 INFO kablam! 1063 | pub unsafe fn _mm_sqrt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.966 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.966 INFO kablam! Sep 01 03:16:17.966 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.966 INFO kablam! --> src/x86_64/../x86/sse2.rs:1070:30 Sep 01 03:16:17.966 INFO kablam! | Sep 01 03:16:17.966 INFO kablam! 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 { Sep 01 03:16:17.966 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.966 INFO kablam! Sep 01 03:16:17.966 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.966 INFO kablam! --> src/x86_64/../x86/sse2.rs:1070:40 Sep 01 03:16:17.967 INFO kablam! | Sep 01 03:16:17.967 INFO kablam! 1070 | pub unsafe fn _mm_sqrt_pd(a: f64x2) -> f64x2 { Sep 01 03:16:17.967 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.967 INFO kablam! Sep 01 03:16:17.967 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.967 INFO kablam! --> src/x86_64/../x86/sse2.rs:1078:29 Sep 01 03:16:17.967 INFO kablam! | Sep 01 03:16:17.967 INFO kablam! 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.967 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.967 INFO kablam! Sep 01 03:16:17.967 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.967 INFO kablam! --> src/x86_64/../x86/sse2.rs:1078:39 Sep 01 03:16:17.967 INFO kablam! | Sep 01 03:16:17.967 INFO kablam! 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.967 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.967 INFO kablam! Sep 01 03:16:17.967 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.967 INFO kablam! --> src/x86_64/../x86/sse2.rs:1078:49 Sep 01 03:16:17.967 INFO kablam! | Sep 01 03:16:17.967 INFO kablam! 1078 | pub unsafe fn _mm_sub_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.968 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.968 INFO kablam! Sep 01 03:16:17.968 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.968 INFO kablam! --> src/x86_64/../x86/sse2.rs:1086:29 Sep 01 03:16:17.968 INFO kablam! | Sep 01 03:16:17.968 INFO kablam! 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.968 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.968 INFO kablam! Sep 01 03:16:17.968 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.968 INFO kablam! --> src/x86_64/../x86/sse2.rs:1086:39 Sep 01 03:16:17.968 INFO kablam! | Sep 01 03:16:17.968 INFO kablam! 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.968 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.968 INFO kablam! Sep 01 03:16:17.968 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.968 INFO kablam! --> src/x86_64/../x86/sse2.rs:1086:49 Sep 01 03:16:17.968 INFO kablam! | Sep 01 03:16:17.968 INFO kablam! 1086 | pub unsafe fn _mm_sub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.968 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.968 INFO kablam! Sep 01 03:16:17.969 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.969 INFO kablam! --> src/x86_64/../x86/sse2.rs:1094:29 Sep 01 03:16:17.969 INFO kablam! | Sep 01 03:16:17.969 INFO kablam! 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.969 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.969 INFO kablam! Sep 01 03:16:17.969 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.969 INFO kablam! --> src/x86_64/../x86/sse2.rs:1094:39 Sep 01 03:16:17.969 INFO kablam! | Sep 01 03:16:17.969 INFO kablam! 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.969 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.969 INFO kablam! Sep 01 03:16:17.969 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.969 INFO kablam! --> src/x86_64/../x86/sse2.rs:1094:49 Sep 01 03:16:17.969 INFO kablam! | Sep 01 03:16:17.969 INFO kablam! 1094 | pub unsafe fn _mm_and_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.969 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.969 INFO kablam! Sep 01 03:16:17.969 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.969 INFO kablam! --> src/x86_64/../x86/sse2.rs:1101:32 Sep 01 03:16:17.970 INFO kablam! | Sep 01 03:16:17.970 INFO kablam! 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.970 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.970 INFO kablam! Sep 01 03:16:17.970 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.970 INFO kablam! --> src/x86_64/../x86/sse2.rs:1101:42 Sep 01 03:16:17.970 INFO kablam! | Sep 01 03:16:17.970 INFO kablam! 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.970 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.970 INFO kablam! Sep 01 03:16:17.970 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.970 INFO kablam! --> src/x86_64/../x86/sse2.rs:1101:52 Sep 01 03:16:17.970 INFO kablam! | Sep 01 03:16:17.970 INFO kablam! 1101 | pub unsafe fn _mm_andnot_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.970 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.970 INFO kablam! Sep 01 03:16:17.970 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.970 INFO kablam! --> src/x86_64/../x86/sse2.rs:1111:28 Sep 01 03:16:17.970 INFO kablam! | Sep 01 03:16:17.970 INFO kablam! 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.971 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.971 INFO kablam! Sep 01 03:16:17.971 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.971 INFO kablam! --> src/x86_64/../x86/sse2.rs:1111:38 Sep 01 03:16:17.971 INFO kablam! | Sep 01 03:16:17.971 INFO kablam! 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.971 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.971 INFO kablam! Sep 01 03:16:17.971 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.971 INFO kablam! --> src/x86_64/../x86/sse2.rs:1111:48 Sep 01 03:16:17.971 INFO kablam! | Sep 01 03:16:17.971 INFO kablam! 1111 | pub unsafe fn _mm_or_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.971 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.971 INFO kablam! Sep 01 03:16:17.971 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.971 INFO kablam! --> src/x86_64/../x86/sse2.rs:1118:29 Sep 01 03:16:17.971 INFO kablam! | Sep 01 03:16:17.971 INFO kablam! 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.971 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.971 INFO kablam! Sep 01 03:16:17.971 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.972 INFO kablam! --> src/x86_64/../x86/sse2.rs:1118:39 Sep 01 03:16:17.972 INFO kablam! | Sep 01 03:16:17.972 INFO kablam! 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.972 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.972 INFO kablam! Sep 01 03:16:17.972 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.972 INFO kablam! --> src/x86_64/../x86/sse2.rs:1118:49 Sep 01 03:16:17.972 INFO kablam! | Sep 01 03:16:17.972 INFO kablam! 1118 | pub unsafe fn _mm_xor_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.972 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.972 INFO kablam! Sep 01 03:16:17.972 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.972 INFO kablam! --> src/x86_64/../x86/sse2.rs:1126:31 Sep 01 03:16:17.972 INFO kablam! | Sep 01 03:16:17.972 INFO kablam! 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.972 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.972 INFO kablam! Sep 01 03:16:17.972 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.972 INFO kablam! --> src/x86_64/../x86/sse2.rs:1126:41 Sep 01 03:16:17.973 INFO kablam! | Sep 01 03:16:17.973 INFO kablam! 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.973 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.973 INFO kablam! Sep 01 03:16:17.973 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.973 INFO kablam! --> src/x86_64/../x86/sse2.rs:1126:51 Sep 01 03:16:17.973 INFO kablam! | Sep 01 03:16:17.973 INFO kablam! 1126 | pub unsafe fn _mm_cmpeq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.973 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.973 INFO kablam! Sep 01 03:16:17.973 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.973 INFO kablam! --> src/x86_64/../x86/sse2.rs:1134:31 Sep 01 03:16:17.973 INFO kablam! | Sep 01 03:16:17.973 INFO kablam! 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.973 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.973 INFO kablam! Sep 01 03:16:17.973 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.973 INFO kablam! --> src/x86_64/../x86/sse2.rs:1134:41 Sep 01 03:16:17.973 INFO kablam! | Sep 01 03:16:17.973 INFO kablam! 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.974 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.974 INFO kablam! Sep 01 03:16:17.974 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.974 INFO kablam! --> src/x86_64/../x86/sse2.rs:1134:51 Sep 01 03:16:17.974 INFO kablam! | Sep 01 03:16:17.974 INFO kablam! 1134 | pub unsafe fn _mm_cmplt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.974 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.974 INFO kablam! Sep 01 03:16:17.974 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.974 INFO kablam! --> src/x86_64/../x86/sse2.rs:1142:31 Sep 01 03:16:17.974 INFO kablam! | Sep 01 03:16:17.974 INFO kablam! 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.974 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.974 INFO kablam! Sep 01 03:16:17.974 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.974 INFO kablam! --> src/x86_64/../x86/sse2.rs:1142:41 Sep 01 03:16:17.974 INFO kablam! | Sep 01 03:16:17.974 INFO kablam! 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.974 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.974 INFO kablam! Sep 01 03:16:17.974 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.975 INFO kablam! --> src/x86_64/../x86/sse2.rs:1142:51 Sep 01 03:16:17.975 INFO kablam! | Sep 01 03:16:17.975 INFO kablam! 1142 | pub unsafe fn _mm_cmple_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.975 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.975 INFO kablam! Sep 01 03:16:17.975 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.975 INFO kablam! --> src/x86_64/../x86/sse2.rs:1150:31 Sep 01 03:16:17.975 INFO kablam! | Sep 01 03:16:17.975 INFO kablam! 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.975 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.975 INFO kablam! Sep 01 03:16:17.975 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.975 INFO kablam! --> src/x86_64/../x86/sse2.rs:1150:41 Sep 01 03:16:17.975 INFO kablam! | Sep 01 03:16:17.975 INFO kablam! 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.975 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.975 INFO kablam! Sep 01 03:16:17.975 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.975 INFO kablam! --> src/x86_64/../x86/sse2.rs:1150:51 Sep 01 03:16:17.976 INFO kablam! | Sep 01 03:16:17.976 INFO kablam! 1150 | pub unsafe fn _mm_cmpgt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.976 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.976 INFO kablam! Sep 01 03:16:17.976 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.976 INFO kablam! --> src/x86_64/../x86/sse2.rs:1158:31 Sep 01 03:16:17.976 INFO kablam! | Sep 01 03:16:17.976 INFO kablam! 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.976 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.976 INFO kablam! Sep 01 03:16:17.976 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.976 INFO kablam! --> src/x86_64/../x86/sse2.rs:1158:41 Sep 01 03:16:17.976 INFO kablam! | Sep 01 03:16:17.976 INFO kablam! 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.976 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.976 INFO kablam! Sep 01 03:16:17.976 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.976 INFO kablam! --> src/x86_64/../x86/sse2.rs:1158:51 Sep 01 03:16:17.976 INFO kablam! | Sep 01 03:16:17.976 INFO kablam! 1158 | pub unsafe fn _mm_cmpge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.977 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.977 INFO kablam! Sep 01 03:16:17.977 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.977 INFO kablam! --> src/x86_64/../x86/sse2.rs:1168:32 Sep 01 03:16:17.977 INFO kablam! | Sep 01 03:16:17.977 INFO kablam! 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.977 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.977 INFO kablam! Sep 01 03:16:17.977 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.977 INFO kablam! --> src/x86_64/../x86/sse2.rs:1168:42 Sep 01 03:16:17.977 INFO kablam! | Sep 01 03:16:17.977 INFO kablam! 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.977 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.977 INFO kablam! Sep 01 03:16:17.977 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.977 INFO kablam! --> src/x86_64/../x86/sse2.rs:1168:52 Sep 01 03:16:17.977 INFO kablam! | Sep 01 03:16:17.977 INFO kablam! 1168 | pub unsafe fn _mm_cmpord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.977 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.977 INFO kablam! Sep 01 03:16:17.978 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.978 INFO kablam! --> src/x86_64/../x86/sse2.rs:1180:34 Sep 01 03:16:17.978 INFO kablam! | Sep 01 03:16:17.978 INFO kablam! 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.978 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.978 INFO kablam! Sep 01 03:16:17.978 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.978 INFO kablam! --> src/x86_64/../x86/sse2.rs:1180:44 Sep 01 03:16:17.978 INFO kablam! | Sep 01 03:16:17.978 INFO kablam! 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.978 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.978 INFO kablam! Sep 01 03:16:17.978 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.978 INFO kablam! --> src/x86_64/../x86/sse2.rs:1180:54 Sep 01 03:16:17.978 INFO kablam! | Sep 01 03:16:17.978 INFO kablam! 1180 | pub unsafe fn _mm_cmpunord_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.978 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.978 INFO kablam! Sep 01 03:16:17.978 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.979 INFO kablam! --> src/x86_64/../x86/sse2.rs:1191:32 Sep 01 03:16:17.979 INFO kablam! | Sep 01 03:16:17.979 INFO kablam! 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.979 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.979 INFO kablam! Sep 01 03:16:17.979 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.979 INFO kablam! --> src/x86_64/../x86/sse2.rs:1191:42 Sep 01 03:16:17.979 INFO kablam! | Sep 01 03:16:17.979 INFO kablam! 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.979 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.979 INFO kablam! Sep 01 03:16:17.979 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.979 INFO kablam! --> src/x86_64/../x86/sse2.rs:1191:52 Sep 01 03:16:17.979 INFO kablam! | Sep 01 03:16:17.979 INFO kablam! 1191 | pub unsafe fn _mm_cmpneq_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.979 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.979 INFO kablam! Sep 01 03:16:17.979 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.979 INFO kablam! --> src/x86_64/../x86/sse2.rs:1202:32 Sep 01 03:16:17.979 INFO kablam! | Sep 01 03:16:17.980 INFO kablam! 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.980 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.980 INFO kablam! Sep 01 03:16:17.980 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.980 INFO kablam! --> src/x86_64/../x86/sse2.rs:1202:42 Sep 01 03:16:17.980 INFO kablam! | Sep 01 03:16:17.980 INFO kablam! 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.980 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.980 INFO kablam! Sep 01 03:16:17.980 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.980 INFO kablam! --> src/x86_64/../x86/sse2.rs:1202:52 Sep 01 03:16:17.980 INFO kablam! | Sep 01 03:16:17.980 INFO kablam! 1202 | pub unsafe fn _mm_cmpnlt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.980 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.980 INFO kablam! Sep 01 03:16:17.980 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.980 INFO kablam! --> src/x86_64/../x86/sse2.rs:1213:32 Sep 01 03:16:17.980 INFO kablam! | Sep 01 03:16:17.980 INFO kablam! 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.980 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.981 INFO kablam! Sep 01 03:16:17.981 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.981 INFO kablam! --> src/x86_64/../x86/sse2.rs:1213:42 Sep 01 03:16:17.981 INFO kablam! | Sep 01 03:16:17.981 INFO kablam! 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.981 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.981 INFO kablam! Sep 01 03:16:17.981 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.981 INFO kablam! --> src/x86_64/../x86/sse2.rs:1213:52 Sep 01 03:16:17.981 INFO kablam! | Sep 01 03:16:17.981 INFO kablam! 1213 | pub unsafe fn _mm_cmpnle_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.981 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.981 INFO kablam! Sep 01 03:16:17.981 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.981 INFO kablam! --> src/x86_64/../x86/sse2.rs:1224:32 Sep 01 03:16:17.981 INFO kablam! | Sep 01 03:16:17.981 INFO kablam! 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.981 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.981 INFO kablam! Sep 01 03:16:17.981 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.982 INFO kablam! --> src/x86_64/../x86/sse2.rs:1224:42 Sep 01 03:16:17.982 INFO kablam! | Sep 01 03:16:17.982 INFO kablam! 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.982 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.982 INFO kablam! Sep 01 03:16:17.982 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.982 INFO kablam! --> src/x86_64/../x86/sse2.rs:1224:52 Sep 01 03:16:17.982 INFO kablam! | Sep 01 03:16:17.982 INFO kablam! 1224 | pub unsafe fn _mm_cmpngt_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.982 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.982 INFO kablam! Sep 01 03:16:17.982 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.982 INFO kablam! --> src/x86_64/../x86/sse2.rs:1235:32 Sep 01 03:16:17.982 INFO kablam! | Sep 01 03:16:17.982 INFO kablam! 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.982 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.982 INFO kablam! Sep 01 03:16:17.982 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.982 INFO kablam! --> src/x86_64/../x86/sse2.rs:1235:42 Sep 01 03:16:17.983 INFO kablam! | Sep 01 03:16:17.983 INFO kablam! 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.983 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.983 INFO kablam! Sep 01 03:16:17.983 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.983 INFO kablam! --> src/x86_64/../x86/sse2.rs:1235:52 Sep 01 03:16:17.983 INFO kablam! | Sep 01 03:16:17.983 INFO kablam! 1235 | pub unsafe fn _mm_cmpnge_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.983 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.983 INFO kablam! Sep 01 03:16:17.983 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.983 INFO kablam! --> src/x86_64/../x86/sse2.rs:1245:31 Sep 01 03:16:17.983 INFO kablam! | Sep 01 03:16:17.983 INFO kablam! 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.983 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.983 INFO kablam! Sep 01 03:16:17.983 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.983 INFO kablam! --> src/x86_64/../x86/sse2.rs:1245:41 Sep 01 03:16:17.983 INFO kablam! | Sep 01 03:16:17.983 INFO kablam! 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.984 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.984 INFO kablam! Sep 01 03:16:17.984 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.984 INFO kablam! --> src/x86_64/../x86/sse2.rs:1245:51 Sep 01 03:16:17.984 INFO kablam! | Sep 01 03:16:17.984 INFO kablam! 1245 | pub unsafe fn _mm_cmpeq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.984 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.984 INFO kablam! Sep 01 03:16:17.984 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.984 INFO kablam! --> src/x86_64/../x86/sse2.rs:1252:31 Sep 01 03:16:17.984 INFO kablam! | Sep 01 03:16:17.984 INFO kablam! 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.984 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.984 INFO kablam! Sep 01 03:16:17.984 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.984 INFO kablam! --> src/x86_64/../x86/sse2.rs:1252:41 Sep 01 03:16:17.984 INFO kablam! | Sep 01 03:16:17.984 INFO kablam! 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.984 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.984 INFO kablam! Sep 01 03:16:17.985 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.985 INFO kablam! --> src/x86_64/../x86/sse2.rs:1252:51 Sep 01 03:16:17.985 INFO kablam! | Sep 01 03:16:17.985 INFO kablam! 1252 | pub unsafe fn _mm_cmplt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.985 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.985 INFO kablam! Sep 01 03:16:17.985 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.985 INFO kablam! --> src/x86_64/../x86/sse2.rs:1259:31 Sep 01 03:16:17.985 INFO kablam! | Sep 01 03:16:17.985 INFO kablam! 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.985 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.985 INFO kablam! Sep 01 03:16:17.985 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.985 INFO kablam! --> src/x86_64/../x86/sse2.rs:1259:41 Sep 01 03:16:17.985 INFO kablam! | Sep 01 03:16:17.985 INFO kablam! 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.985 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.985 INFO kablam! Sep 01 03:16:17.985 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.985 INFO kablam! --> src/x86_64/../x86/sse2.rs:1259:51 Sep 01 03:16:17.986 INFO kablam! | Sep 01 03:16:17.986 INFO kablam! 1259 | pub unsafe fn _mm_cmple_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.986 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.986 INFO kablam! Sep 01 03:16:17.986 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.986 INFO kablam! --> src/x86_64/../x86/sse2.rs:1266:31 Sep 01 03:16:17.986 INFO kablam! | Sep 01 03:16:17.986 INFO kablam! 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.986 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.986 INFO kablam! Sep 01 03:16:17.986 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.986 INFO kablam! --> src/x86_64/../x86/sse2.rs:1266:41 Sep 01 03:16:17.986 INFO kablam! | Sep 01 03:16:17.986 INFO kablam! 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.986 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.986 INFO kablam! Sep 01 03:16:17.986 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.986 INFO kablam! --> src/x86_64/../x86/sse2.rs:1266:51 Sep 01 03:16:17.986 INFO kablam! | Sep 01 03:16:17.986 INFO kablam! 1266 | pub unsafe fn _mm_cmpgt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.986 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.987 INFO kablam! Sep 01 03:16:17.987 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.987 INFO kablam! --> src/x86_64/../x86/sse2.rs:1273:31 Sep 01 03:16:17.987 INFO kablam! | Sep 01 03:16:17.987 INFO kablam! 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.987 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.987 INFO kablam! Sep 01 03:16:17.987 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.987 INFO kablam! --> src/x86_64/../x86/sse2.rs:1273:41 Sep 01 03:16:17.987 INFO kablam! | Sep 01 03:16:17.987 INFO kablam! 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.987 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.987 INFO kablam! Sep 01 03:16:17.987 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.987 INFO kablam! --> src/x86_64/../x86/sse2.rs:1273:51 Sep 01 03:16:17.987 INFO kablam! | Sep 01 03:16:17.987 INFO kablam! 1273 | pub unsafe fn _mm_cmpge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.987 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.987 INFO kablam! Sep 01 03:16:17.987 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.988 INFO kablam! --> src/x86_64/../x86/sse2.rs:1280:32 Sep 01 03:16:17.988 INFO kablam! | Sep 01 03:16:17.988 INFO kablam! 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.988 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.988 INFO kablam! Sep 01 03:16:17.988 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.988 INFO kablam! --> src/x86_64/../x86/sse2.rs:1280:42 Sep 01 03:16:17.988 INFO kablam! | Sep 01 03:16:17.988 INFO kablam! 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.988 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.988 INFO kablam! Sep 01 03:16:17.988 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.988 INFO kablam! --> src/x86_64/../x86/sse2.rs:1280:52 Sep 01 03:16:17.988 INFO kablam! | Sep 01 03:16:17.988 INFO kablam! 1280 | pub unsafe fn _mm_cmpord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.988 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.988 INFO kablam! Sep 01 03:16:17.988 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.988 INFO kablam! --> src/x86_64/../x86/sse2.rs:1290:34 Sep 01 03:16:17.988 INFO kablam! | Sep 01 03:16:17.989 INFO kablam! 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.989 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.989 INFO kablam! Sep 01 03:16:17.989 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.989 INFO kablam! --> src/x86_64/../x86/sse2.rs:1290:44 Sep 01 03:16:17.989 INFO kablam! | Sep 01 03:16:17.989 INFO kablam! 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.989 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.989 INFO kablam! Sep 01 03:16:17.989 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.989 INFO kablam! --> src/x86_64/../x86/sse2.rs:1290:54 Sep 01 03:16:17.989 INFO kablam! | Sep 01 03:16:17.989 INFO kablam! 1290 | pub unsafe fn _mm_cmpunord_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.989 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.989 INFO kablam! Sep 01 03:16:17.989 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.989 INFO kablam! --> src/x86_64/../x86/sse2.rs:1300:32 Sep 01 03:16:17.989 INFO kablam! | Sep 01 03:16:17.989 INFO kablam! 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.990 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.990 INFO kablam! Sep 01 03:16:17.990 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.990 INFO kablam! --> src/x86_64/../x86/sse2.rs:1300:42 Sep 01 03:16:17.990 INFO kablam! | Sep 01 03:16:17.990 INFO kablam! 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.990 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.990 INFO kablam! Sep 01 03:16:17.990 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.990 INFO kablam! --> src/x86_64/../x86/sse2.rs:1300:52 Sep 01 03:16:17.990 INFO kablam! | Sep 01 03:16:17.990 INFO kablam! 1300 | pub unsafe fn _mm_cmpneq_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.990 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.990 INFO kablam! Sep 01 03:16:17.990 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.990 INFO kablam! --> src/x86_64/../x86/sse2.rs:1310:32 Sep 01 03:16:17.990 INFO kablam! | Sep 01 03:16:17.990 INFO kablam! 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.990 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.990 INFO kablam! Sep 01 03:16:17.991 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.991 INFO kablam! --> src/x86_64/../x86/sse2.rs:1310:42 Sep 01 03:16:17.991 INFO kablam! | Sep 01 03:16:17.991 INFO kablam! 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.991 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.991 INFO kablam! Sep 01 03:16:17.991 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.991 INFO kablam! --> src/x86_64/../x86/sse2.rs:1310:52 Sep 01 03:16:17.991 INFO kablam! | Sep 01 03:16:17.991 INFO kablam! 1310 | pub unsafe fn _mm_cmpnlt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.991 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.991 INFO kablam! Sep 01 03:16:17.991 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.991 INFO kablam! --> src/x86_64/../x86/sse2.rs:1320:32 Sep 01 03:16:17.991 INFO kablam! | Sep 01 03:16:17.991 INFO kablam! 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.991 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.991 INFO kablam! Sep 01 03:16:17.991 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.992 INFO kablam! --> src/x86_64/../x86/sse2.rs:1320:42 Sep 01 03:16:17.992 INFO kablam! | Sep 01 03:16:17.992 INFO kablam! 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.992 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.992 INFO kablam! Sep 01 03:16:17.992 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.992 INFO kablam! --> src/x86_64/../x86/sse2.rs:1320:52 Sep 01 03:16:17.992 INFO kablam! | Sep 01 03:16:17.992 INFO kablam! 1320 | pub unsafe fn _mm_cmpnle_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.992 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.992 INFO kablam! Sep 01 03:16:17.992 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.992 INFO kablam! --> src/x86_64/../x86/sse2.rs:1330:32 Sep 01 03:16:17.992 INFO kablam! | Sep 01 03:16:17.992 INFO kablam! 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.992 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.992 INFO kablam! Sep 01 03:16:17.992 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.992 INFO kablam! --> src/x86_64/../x86/sse2.rs:1330:42 Sep 01 03:16:17.993 INFO kablam! | Sep 01 03:16:17.993 INFO kablam! 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.993 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.993 INFO kablam! Sep 01 03:16:17.993 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.993 INFO kablam! --> src/x86_64/../x86/sse2.rs:1330:52 Sep 01 03:16:17.993 INFO kablam! | Sep 01 03:16:17.993 INFO kablam! 1330 | pub unsafe fn _mm_cmpngt_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.993 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.993 INFO kablam! Sep 01 03:16:17.993 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.993 INFO kablam! --> src/x86_64/../x86/sse2.rs:1341:32 Sep 01 03:16:17.993 INFO kablam! | Sep 01 03:16:17.993 INFO kablam! 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.993 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.993 INFO kablam! Sep 01 03:16:17.993 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.993 INFO kablam! --> src/x86_64/../x86/sse2.rs:1341:42 Sep 01 03:16:17.993 INFO kablam! | Sep 01 03:16:17.994 INFO kablam! 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.994 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.994 INFO kablam! Sep 01 03:16:17.994 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.994 INFO kablam! --> src/x86_64/../x86/sse2.rs:1341:52 Sep 01 03:16:17.994 INFO kablam! | Sep 01 03:16:17.994 INFO kablam! 1341 | pub unsafe fn _mm_cmpnge_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:17.994 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.994 INFO kablam! Sep 01 03:16:17.994 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.994 INFO kablam! --> src/x86_64/../x86/sse2.rs:1351:32 Sep 01 03:16:17.994 INFO kablam! | Sep 01 03:16:17.994 INFO kablam! 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.994 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.994 INFO kablam! Sep 01 03:16:17.994 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.994 INFO kablam! --> src/x86_64/../x86/sse2.rs:1351:42 Sep 01 03:16:17.994 INFO kablam! | Sep 01 03:16:17.994 INFO kablam! 1351 | pub unsafe fn _mm_comieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.994 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.995 INFO kablam! Sep 01 03:16:17.995 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.995 INFO kablam! --> src/x86_64/../x86/sse2.rs:1358:32 Sep 01 03:16:17.995 INFO kablam! | Sep 01 03:16:17.995 INFO kablam! 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.995 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.995 INFO kablam! Sep 01 03:16:17.995 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.995 INFO kablam! --> src/x86_64/../x86/sse2.rs:1358:42 Sep 01 03:16:17.995 INFO kablam! | Sep 01 03:16:17.995 INFO kablam! 1358 | pub unsafe fn _mm_comilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.995 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.995 INFO kablam! Sep 01 03:16:17.995 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.995 INFO kablam! --> src/x86_64/../x86/sse2.rs:1365:32 Sep 01 03:16:17.995 INFO kablam! | Sep 01 03:16:17.995 INFO kablam! 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.995 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.995 INFO kablam! Sep 01 03:16:17.996 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.996 INFO kablam! --> src/x86_64/../x86/sse2.rs:1365:42 Sep 01 03:16:17.996 INFO kablam! | Sep 01 03:16:17.996 INFO kablam! 1365 | pub unsafe fn _mm_comile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.996 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.996 INFO kablam! Sep 01 03:16:17.996 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.996 INFO kablam! --> src/x86_64/../x86/sse2.rs:1372:32 Sep 01 03:16:17.996 INFO kablam! | Sep 01 03:16:17.996 INFO kablam! 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.996 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.996 INFO kablam! Sep 01 03:16:17.996 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.996 INFO kablam! --> src/x86_64/../x86/sse2.rs:1372:42 Sep 01 03:16:17.996 INFO kablam! | Sep 01 03:16:17.996 INFO kablam! 1372 | pub unsafe fn _mm_comigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.996 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.996 INFO kablam! Sep 01 03:16:17.996 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.996 INFO kablam! --> src/x86_64/../x86/sse2.rs:1379:32 Sep 01 03:16:17.997 INFO kablam! | Sep 01 03:16:17.997 INFO kablam! 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.997 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.997 INFO kablam! Sep 01 03:16:17.997 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.997 INFO kablam! --> src/x86_64/../x86/sse2.rs:1379:42 Sep 01 03:16:17.997 INFO kablam! | Sep 01 03:16:17.997 INFO kablam! 1379 | pub unsafe fn _mm_comige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.997 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.997 INFO kablam! Sep 01 03:16:17.997 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.997 INFO kablam! --> src/x86_64/../x86/sse2.rs:1386:33 Sep 01 03:16:17.997 INFO kablam! | Sep 01 03:16:17.997 INFO kablam! 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.997 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.997 INFO kablam! Sep 01 03:16:17.997 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.997 INFO kablam! --> src/x86_64/../x86/sse2.rs:1386:43 Sep 01 03:16:17.997 INFO kablam! | Sep 01 03:16:17.997 INFO kablam! 1386 | pub unsafe fn _mm_comineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.998 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.998 INFO kablam! Sep 01 03:16:17.998 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.998 INFO kablam! --> src/x86_64/../x86/sse2.rs:1393:33 Sep 01 03:16:17.998 INFO kablam! | Sep 01 03:16:17.998 INFO kablam! 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.998 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.998 INFO kablam! Sep 01 03:16:17.998 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.998 INFO kablam! --> src/x86_64/../x86/sse2.rs:1393:43 Sep 01 03:16:17.998 INFO kablam! | Sep 01 03:16:17.998 INFO kablam! 1393 | pub unsafe fn _mm_ucomieq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.998 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.998 INFO kablam! Sep 01 03:16:17.998 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.998 INFO kablam! --> src/x86_64/../x86/sse2.rs:1400:33 Sep 01 03:16:17.998 INFO kablam! | Sep 01 03:16:17.998 INFO kablam! 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.998 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.998 INFO kablam! Sep 01 03:16:17.998 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.999 INFO kablam! --> src/x86_64/../x86/sse2.rs:1400:43 Sep 01 03:16:17.999 INFO kablam! | Sep 01 03:16:17.999 INFO kablam! 1400 | pub unsafe fn _mm_ucomilt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.999 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.999 INFO kablam! Sep 01 03:16:17.999 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.999 INFO kablam! --> src/x86_64/../x86/sse2.rs:1407:33 Sep 01 03:16:17.999 INFO kablam! | Sep 01 03:16:17.999 INFO kablam! 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.999 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.999 INFO kablam! Sep 01 03:16:17.999 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.999 INFO kablam! --> src/x86_64/../x86/sse2.rs:1407:43 Sep 01 03:16:17.999 INFO kablam! | Sep 01 03:16:17.999 INFO kablam! 1407 | pub unsafe fn _mm_ucomile_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:17.999 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:17.999 INFO kablam! Sep 01 03:16:17.999 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:17.999 INFO kablam! --> src/x86_64/../x86/sse2.rs:1414:33 Sep 01 03:16:17.999 INFO kablam! | Sep 01 03:16:18.000 INFO kablam! 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:18.000 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.000 INFO kablam! Sep 01 03:16:18.000 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.000 INFO kablam! --> src/x86_64/../x86/sse2.rs:1414:43 Sep 01 03:16:18.000 INFO kablam! | Sep 01 03:16:18.000 INFO kablam! 1414 | pub unsafe fn _mm_ucomigt_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:18.000 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.000 INFO kablam! Sep 01 03:16:18.000 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.000 INFO kablam! --> src/x86_64/../x86/sse2.rs:1421:33 Sep 01 03:16:18.000 INFO kablam! | Sep 01 03:16:18.000 INFO kablam! 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:18.000 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.000 INFO kablam! Sep 01 03:16:18.000 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.000 INFO kablam! --> src/x86_64/../x86/sse2.rs:1421:43 Sep 01 03:16:18.000 INFO kablam! | Sep 01 03:16:18.000 INFO kablam! 1421 | pub unsafe fn _mm_ucomige_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:18.001 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.001 INFO kablam! Sep 01 03:16:18.001 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.001 INFO kablam! --> src/x86_64/../x86/sse2.rs:1428:34 Sep 01 03:16:18.001 INFO kablam! | Sep 01 03:16:18.001 INFO kablam! 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:18.001 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.001 INFO kablam! Sep 01 03:16:18.001 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.001 INFO kablam! --> src/x86_64/../x86/sse2.rs:1428:44 Sep 01 03:16:18.001 INFO kablam! | Sep 01 03:16:18.001 INFO kablam! 1428 | pub unsafe fn _mm_ucomineq_sd(a: f64x2, b: f64x2) -> bool { Sep 01 03:16:18.001 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.001 INFO kablam! Sep 01 03:16:18.001 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.001 INFO kablam! --> src/x86_64/../x86/sse2.rs:1436:31 Sep 01 03:16:18.001 INFO kablam! | Sep 01 03:16:18.001 INFO kablam! 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:18.001 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.001 INFO kablam! Sep 01 03:16:18.001 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.002 INFO kablam! --> src/x86_64/../x86/sse2.rs:1436:41 Sep 01 03:16:18.002 INFO kablam! | Sep 01 03:16:18.002 INFO kablam! 1436 | pub unsafe fn _mm_cvtpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:18.002 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.002 INFO kablam! Sep 01 03:16:18.002 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.002 INFO kablam! --> src/x86_64/../x86/sse2.rs:1444:31 Sep 01 03:16:18.002 INFO kablam! | Sep 01 03:16:18.002 INFO kablam! 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:18.002 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.002 INFO kablam! Sep 01 03:16:18.002 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.002 INFO kablam! --> src/x86_64/../x86/sse2.rs:1444:41 Sep 01 03:16:18.002 INFO kablam! | Sep 01 03:16:18.002 INFO kablam! 1444 | pub unsafe fn _mm_cvtps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:18.002 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.002 INFO kablam! Sep 01 03:16:18.002 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.002 INFO kablam! --> src/x86_64/../x86/sse2.rs:1452:34 Sep 01 03:16:18.002 INFO kablam! | Sep 01 03:16:18.003 INFO kablam! 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:18.003 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.003 INFO kablam! Sep 01 03:16:18.003 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:18.003 INFO kablam! --> src/x86_64/../x86/sse2.rs:1452:44 Sep 01 03:16:18.003 INFO kablam! | Sep 01 03:16:18.003 INFO kablam! 1452 | pub unsafe fn _mm_cvtpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:18.003 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.003 INFO kablam! Sep 01 03:16:18.003 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.003 INFO kablam! --> src/x86_64/../x86/sse2.rs:1460:33 Sep 01 03:16:18.003 INFO kablam! | Sep 01 03:16:18.003 INFO kablam! 1460 | pub unsafe fn _mm_cvtsd_si32(a: f64x2) -> i32 { Sep 01 03:16:18.003 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.003 INFO kablam! Sep 01 03:16:18.003 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.003 INFO kablam! --> src/x86_64/../x86/sse2.rs:1470:31 Sep 01 03:16:18.003 INFO kablam! | Sep 01 03:16:18.003 INFO kablam! 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 { Sep 01 03:16:18.003 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.004 INFO kablam! Sep 01 03:16:18.004 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.004 INFO kablam! --> src/x86_64/../x86/sse2.rs:1470:41 Sep 01 03:16:18.004 INFO kablam! | Sep 01 03:16:18.004 INFO kablam! 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 { Sep 01 03:16:18.004 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.004 INFO kablam! Sep 01 03:16:18.004 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.004 INFO kablam! --> src/x86_64/../x86/sse2.rs:1470:51 Sep 01 03:16:18.004 INFO kablam! | Sep 01 03:16:18.004 INFO kablam! 1470 | pub unsafe fn _mm_cvtsd_ss(a: f32x4, b: f64x2) -> f32x4 { Sep 01 03:16:18.004 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.004 INFO kablam! Sep 01 03:16:18.004 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.004 INFO kablam! --> src/x86_64/../x86/sse2.rs:1477:32 Sep 01 03:16:18.004 INFO kablam! | Sep 01 03:16:18.004 INFO kablam! 1477 | pub unsafe fn _mm_cvtsd_f64(a: f64x2) -> f64 { Sep 01 03:16:18.004 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.004 INFO kablam! Sep 01 03:16:18.004 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.005 INFO kablam! --> src/x86_64/../x86/sse2.rs:1487:31 Sep 01 03:16:18.005 INFO kablam! | Sep 01 03:16:18.005 INFO kablam! 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 { Sep 01 03:16:18.005 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.005 INFO kablam! Sep 01 03:16:18.005 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.005 INFO kablam! --> src/x86_64/../x86/sse2.rs:1487:41 Sep 01 03:16:18.005 INFO kablam! | Sep 01 03:16:18.005 INFO kablam! 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 { Sep 01 03:16:18.005 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.005 INFO kablam! Sep 01 03:16:18.005 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.005 INFO kablam! --> src/x86_64/../x86/sse2.rs:1487:51 Sep 01 03:16:18.005 INFO kablam! | Sep 01 03:16:18.005 INFO kablam! 1487 | pub unsafe fn _mm_cvtss_sd(a: f64x2, b: f32x4) -> f64x2 { Sep 01 03:16:18.005 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.005 INFO kablam! Sep 01 03:16:18.005 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.005 INFO kablam! --> src/x86_64/../x86/sse2.rs:1495:35 Sep 01 03:16:18.005 INFO kablam! | Sep 01 03:16:18.005 INFO kablam! 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:18.006 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.006 INFO kablam! Sep 01 03:16:18.006 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:18.006 INFO kablam! --> src/x86_64/../x86/sse2.rs:1495:45 Sep 01 03:16:18.006 INFO kablam! | Sep 01 03:16:18.006 INFO kablam! 1495 | pub unsafe fn _mm_cvttpd_epi32(a: f64x2) -> i32x4 { Sep 01 03:16:18.006 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.006 INFO kablam! Sep 01 03:16:18.006 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.006 INFO kablam! --> src/x86_64/../x86/sse2.rs:1503:34 Sep 01 03:16:18.006 INFO kablam! | Sep 01 03:16:18.006 INFO kablam! 1503 | pub unsafe fn _mm_cvttsd_si32(a: f64x2) -> i32 { Sep 01 03:16:18.006 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.006 INFO kablam! Sep 01 03:16:18.006 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.006 INFO kablam! --> src/x86_64/../x86/sse2.rs:1511:35 Sep 01 03:16:18.006 INFO kablam! | Sep 01 03:16:18.006 INFO kablam! 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:18.006 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.006 INFO kablam! Sep 01 03:16:18.007 INFO kablam! error[E0412]: cannot find type `i32x4` in this scope Sep 01 03:16:18.007 INFO kablam! --> src/x86_64/../x86/sse2.rs:1511:45 Sep 01 03:16:18.007 INFO kablam! | Sep 01 03:16:18.007 INFO kablam! 1511 | pub unsafe fn _mm_cvttps_epi32(a: f32x4) -> i32x4 { Sep 01 03:16:18.007 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.007 INFO kablam! Sep 01 03:16:18.007 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.007 INFO kablam! --> src/x86_64/../x86/sse2.rs:1519:37 Sep 01 03:16:18.007 INFO kablam! | Sep 01 03:16:18.007 INFO kablam! 1519 | pub unsafe fn _mm_set_sd(a: f64) -> f64x2 { Sep 01 03:16:18.007 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.007 INFO kablam! Sep 01 03:16:18.007 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.007 INFO kablam! --> src/x86_64/../x86/sse2.rs:1527:38 Sep 01 03:16:18.007 INFO kablam! | Sep 01 03:16:18.007 INFO kablam! 1527 | pub unsafe fn _mm_set1_pd(a: f64) -> f64x2 { Sep 01 03:16:18.007 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.007 INFO kablam! Sep 01 03:16:18.007 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.007 INFO kablam! --> src/x86_64/../x86/sse2.rs:1535:38 Sep 01 03:16:18.008 INFO kablam! | Sep 01 03:16:18.008 INFO kablam! 1535 | pub unsafe fn _mm_set_pd1(a: f64) -> f64x2 { Sep 01 03:16:18.008 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.008 INFO kablam! Sep 01 03:16:18.008 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.008 INFO kablam! --> src/x86_64/../x86/sse2.rs:1543:45 Sep 01 03:16:18.008 INFO kablam! | Sep 01 03:16:18.008 INFO kablam! 1543 | pub unsafe fn _mm_set_pd(a: f64, b: f64) -> f64x2 { Sep 01 03:16:18.008 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.008 INFO kablam! Sep 01 03:16:18.008 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.008 INFO kablam! --> src/x86_64/../x86/sse2.rs:1551:46 Sep 01 03:16:18.008 INFO kablam! | Sep 01 03:16:18.008 INFO kablam! 1551 | pub unsafe fn _mm_setr_pd(a: f64, b: f64) -> f64x2 { Sep 01 03:16:18.008 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.008 INFO kablam! Sep 01 03:16:18.008 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.008 INFO kablam! --> src/x86_64/../x86/sse2.rs:1559:35 Sep 01 03:16:18.008 INFO kablam! | Sep 01 03:16:18.008 INFO kablam! 1559 | pub unsafe fn _mm_setzero_pd() -> f64x2 { Sep 01 03:16:18.008 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.009 INFO kablam! Sep 01 03:16:18.009 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.009 INFO kablam! --> src/x86_64/../x86/sse2.rs:1569:34 Sep 01 03:16:18.009 INFO kablam! | Sep 01 03:16:18.009 INFO kablam! 1569 | pub unsafe fn _mm_movemask_pd(a: f64x2) -> i32 { Sep 01 03:16:18.009 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.009 INFO kablam! Sep 01 03:16:18.009 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.009 INFO kablam! --> src/x86_64/../x86/sse2.rs:1579:44 Sep 01 03:16:18.009 INFO kablam! | Sep 01 03:16:18.009 INFO kablam! 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:18.009 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.009 INFO kablam! Sep 01 03:16:18.009 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.009 INFO kablam! --> src/x86_64/../x86/sse2.rs:1579:54 Sep 01 03:16:18.009 INFO kablam! | Sep 01 03:16:18.009 INFO kablam! 1579 | pub unsafe fn _mm_load_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:18.009 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.009 INFO kablam! Sep 01 03:16:18.009 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.010 INFO kablam! --> src/x86_64/../x86/sse2.rs:1587:52 Sep 01 03:16:18.010 INFO kablam! | Sep 01 03:16:18.010 INFO kablam! 1587 | pub unsafe fn _mm_load_sd(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.010 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.010 INFO kablam! Sep 01 03:16:18.010 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.010 INFO kablam! --> src/x86_64/../x86/sse2.rs:1596:31 Sep 01 03:16:18.010 INFO kablam! | Sep 01 03:16:18.010 INFO kablam! 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.010 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.010 INFO kablam! Sep 01 03:16:18.010 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.010 INFO kablam! --> src/x86_64/../x86/sse2.rs:1596:63 Sep 01 03:16:18.010 INFO kablam! | Sep 01 03:16:18.010 INFO kablam! 1596 | pub unsafe fn _mm_loadh_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.010 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.010 INFO kablam! Sep 01 03:16:18.010 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.010 INFO kablam! --> src/x86_64/../x86/sse2.rs:1605:31 Sep 01 03:16:18.010 INFO kablam! | Sep 01 03:16:18.010 INFO kablam! 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.011 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.011 INFO kablam! Sep 01 03:16:18.011 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.011 INFO kablam! --> src/x86_64/../x86/sse2.rs:1605:63 Sep 01 03:16:18.011 INFO kablam! | Sep 01 03:16:18.011 INFO kablam! 1605 | pub unsafe fn _mm_loadl_pd(a: f64x2, mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.011 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.011 INFO kablam! Sep 01 03:16:18.011 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.011 INFO kablam! --> src/x86_64/../x86/sse2.rs:1615:44 Sep 01 03:16:18.011 INFO kablam! | Sep 01 03:16:18.011 INFO kablam! 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.011 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.011 INFO kablam! Sep 01 03:16:18.011 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.011 INFO kablam! --> src/x86_64/../x86/sse2.rs:1615:54 Sep 01 03:16:18.011 INFO kablam! | Sep 01 03:16:18.011 INFO kablam! 1615 | pub unsafe fn _mm_stream_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.011 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.011 INFO kablam! Sep 01 03:16:18.011 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.012 INFO kablam! --> src/x86_64/../x86/sse2.rs:1623:51 Sep 01 03:16:18.012 INFO kablam! | Sep 01 03:16:18.012 INFO kablam! 1623 | pub unsafe fn _mm_store_sd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:18.012 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.012 INFO kablam! Sep 01 03:16:18.012 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.012 INFO kablam! --> src/x86_64/../x86/sse2.rs:1632:43 Sep 01 03:16:18.012 INFO kablam! | Sep 01 03:16:18.012 INFO kablam! 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.012 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.012 INFO kablam! Sep 01 03:16:18.012 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.012 INFO kablam! --> src/x86_64/../x86/sse2.rs:1632:53 Sep 01 03:16:18.012 INFO kablam! | Sep 01 03:16:18.012 INFO kablam! 1632 | pub unsafe fn _mm_store_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.012 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.012 INFO kablam! Sep 01 03:16:18.012 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.012 INFO kablam! --> src/x86_64/../x86/sse2.rs:1641:52 Sep 01 03:16:18.012 INFO kablam! | Sep 01 03:16:18.013 INFO kablam! 1641 | pub unsafe fn _mm_storeu_pd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:18.013 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.013 INFO kablam! Sep 01 03:16:18.013 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.013 INFO kablam! --> src/x86_64/../x86/sse2.rs:1650:44 Sep 01 03:16:18.013 INFO kablam! | Sep 01 03:16:18.013 INFO kablam! 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.013 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.013 INFO kablam! Sep 01 03:16:18.013 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.013 INFO kablam! --> src/x86_64/../x86/sse2.rs:1650:54 Sep 01 03:16:18.013 INFO kablam! | Sep 01 03:16:18.013 INFO kablam! 1650 | pub unsafe fn _mm_store1_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.013 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.013 INFO kablam! Sep 01 03:16:18.013 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.013 INFO kablam! --> src/x86_64/../x86/sse2.rs:1659:44 Sep 01 03:16:18.013 INFO kablam! | Sep 01 03:16:18.013 INFO kablam! 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.013 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.013 INFO kablam! Sep 01 03:16:18.014 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.014 INFO kablam! --> src/x86_64/../x86/sse2.rs:1659:54 Sep 01 03:16:18.014 INFO kablam! | Sep 01 03:16:18.014 INFO kablam! 1659 | pub unsafe fn _mm_store_pd1(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.014 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.014 INFO kablam! Sep 01 03:16:18.014 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.014 INFO kablam! --> src/x86_64/../x86/sse2.rs:1669:44 Sep 01 03:16:18.014 INFO kablam! | Sep 01 03:16:18.014 INFO kablam! 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.014 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.014 INFO kablam! Sep 01 03:16:18.014 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.014 INFO kablam! --> src/x86_64/../x86/sse2.rs:1669:54 Sep 01 03:16:18.014 INFO kablam! | Sep 01 03:16:18.014 INFO kablam! 1669 | pub unsafe fn _mm_storer_pd(mem_addr: *mut f64x2, a: f64x2) { Sep 01 03:16:18.014 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.014 INFO kablam! Sep 01 03:16:18.014 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.014 INFO kablam! --> src/x86_64/../x86/sse2.rs:1677:52 Sep 01 03:16:18.014 INFO kablam! | Sep 01 03:16:18.015 INFO kablam! 1677 | pub unsafe fn _mm_storeh_pd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:18.015 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.015 INFO kablam! Sep 01 03:16:18.015 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.015 INFO kablam! --> src/x86_64/../x86/sse2.rs:1685:52 Sep 01 03:16:18.015 INFO kablam! | Sep 01 03:16:18.015 INFO kablam! 1685 | pub unsafe fn _mm_storel_pd(mem_addr: *mut f64, a: f64x2) { Sep 01 03:16:18.015 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.015 INFO kablam! Sep 01 03:16:18.015 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.015 INFO kablam! --> src/x86_64/../x86/sse2.rs:1693:53 Sep 01 03:16:18.015 INFO kablam! | Sep 01 03:16:18.015 INFO kablam! 1693 | pub unsafe fn _mm_load1_pd(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.015 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.015 INFO kablam! Sep 01 03:16:18.015 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.015 INFO kablam! --> src/x86_64/../x86/sse2.rs:1701:53 Sep 01 03:16:18.015 INFO kablam! | Sep 01 03:16:18.015 INFO kablam! 1701 | pub unsafe fn _mm_load_pd1(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.015 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.016 INFO kablam! Sep 01 03:16:18.016 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.016 INFO kablam! --> src/x86_64/../x86/sse2.rs:1710:45 Sep 01 03:16:18.016 INFO kablam! | Sep 01 03:16:18.016 INFO kablam! 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:18.016 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.016 INFO kablam! Sep 01 03:16:18.016 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.016 INFO kablam! --> src/x86_64/../x86/sse2.rs:1710:55 Sep 01 03:16:18.016 INFO kablam! | Sep 01 03:16:18.016 INFO kablam! 1710 | pub unsafe fn _mm_loadr_pd(mem_addr: *const f64x2) -> f64x2 { Sep 01 03:16:18.017 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.017 INFO kablam! Sep 01 03:16:18.017 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.017 INFO kablam! --> src/x86_64/../x86/sse2.rs:1719:53 Sep 01 03:16:18.018 INFO kablam! | Sep 01 03:16:18.018 INFO kablam! 1719 | pub unsafe fn _mm_loadu_pd(mem_addr: *const f64) -> f64x2 { Sep 01 03:16:18.018 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.018 INFO kablam! Sep 01 03:16:18.018 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.019 INFO kablam! --> src/x86_64/../x86/sse2.rs:1727:33 Sep 01 03:16:18.019 INFO kablam! | Sep 01 03:16:18.019 INFO kablam! 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 { Sep 01 03:16:18.019 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.019 INFO kablam! Sep 01 03:16:18.019 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.019 INFO kablam! --> src/x86_64/../x86/sse2.rs:1727:43 Sep 01 03:16:18.019 INFO kablam! | Sep 01 03:16:18.019 INFO kablam! 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 { Sep 01 03:16:18.019 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.019 INFO kablam! Sep 01 03:16:18.019 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.019 INFO kablam! --> src/x86_64/../x86/sse2.rs:1727:66 Sep 01 03:16:18.020 INFO kablam! | Sep 01 03:16:18.020 INFO kablam! 1727 | pub unsafe fn _mm_shuffle_pd(a: f64x2, b: f64x2, control: u8) -> f64x2 { Sep 01 03:16:18.020 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.020 INFO kablam! Sep 01 03:16:18.020 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.020 INFO kablam! --> src/x86_64/../x86/sse2.rs:1745:30 Sep 01 03:16:18.020 INFO kablam! | Sep 01 03:16:18.020 INFO kablam! 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.020 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.020 INFO kablam! Sep 01 03:16:18.020 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.020 INFO kablam! --> src/x86_64/../x86/sse2.rs:1745:40 Sep 01 03:16:18.020 INFO kablam! | Sep 01 03:16:18.021 INFO kablam! 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.021 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.021 INFO kablam! Sep 01 03:16:18.021 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.021 INFO kablam! --> src/x86_64/../x86/sse2.rs:1745:50 Sep 01 03:16:18.021 INFO kablam! | Sep 01 03:16:18.021 INFO kablam! 1745 | pub unsafe fn _mm_move_sd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.021 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.021 INFO kablam! Sep 01 03:16:18.021 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.021 INFO kablam! --> src/x86_64/../x86/sse2.rs:1753:32 Sep 01 03:16:18.021 INFO kablam! | Sep 01 03:16:18.021 INFO kablam! 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:18.021 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.021 INFO kablam! Sep 01 03:16:18.021 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.022 INFO kablam! --> src/x86_64/../x86/sse2.rs:1753:42 Sep 01 03:16:18.022 INFO kablam! | Sep 01 03:16:18.022 INFO kablam! 1753 | pub unsafe fn _mm_castpd_ps(a: f64x2) -> f32x4 { Sep 01 03:16:18.022 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.022 INFO kablam! Sep 01 03:16:18.022 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.022 INFO kablam! --> src/x86_64/../x86/sse2.rs:1761:35 Sep 01 03:16:18.022 INFO kablam! | Sep 01 03:16:18.022 INFO kablam! 1761 | pub unsafe fn _mm_castpd_si128(a: f64x2) -> ::arch::__m128i { Sep 01 03:16:18.022 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.022 INFO kablam! Sep 01 03:16:18.022 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.022 INFO kablam! --> src/x86_64/../x86/sse2.rs:1769:32 Sep 01 03:16:18.023 INFO kablam! | Sep 01 03:16:18.023 INFO kablam! 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:18.023 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.023 INFO kablam! Sep 01 03:16:18.023 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.023 INFO kablam! --> src/x86_64/../x86/sse2.rs:1769:42 Sep 01 03:16:18.023 INFO kablam! | Sep 01 03:16:18.023 INFO kablam! 1769 | pub unsafe fn _mm_castps_pd(a: f32x4) -> f64x2 { Sep 01 03:16:18.023 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.023 INFO kablam! Sep 01 03:16:18.023 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.023 INFO kablam! --> src/x86_64/../x86/sse2.rs:1777:35 Sep 01 03:16:18.023 INFO kablam! | Sep 01 03:16:18.024 INFO kablam! 1777 | pub unsafe fn _mm_castps_si128(a: f32x4) -> ::arch::__m128i { Sep 01 03:16:18.024 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.024 INFO kablam! Sep 01 03:16:18.024 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.024 INFO kablam! --> src/x86_64/../x86/sse2.rs:1785:55 Sep 01 03:16:18.024 INFO kablam! | Sep 01 03:16:18.024 INFO kablam! 1785 | pub unsafe fn _mm_castsi128_pd(a: ::arch::__m128i) -> f64x2 { Sep 01 03:16:18.024 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.024 INFO kablam! Sep 01 03:16:18.024 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.024 INFO kablam! --> src/x86_64/../x86/sse2.rs:1793:55 Sep 01 03:16:18.024 INFO kablam! | Sep 01 03:16:18.025 INFO kablam! 1793 | pub unsafe fn _mm_castsi128_ps(a: ::arch::__m128i) -> f32x4 { Sep 01 03:16:18.025 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.025 INFO kablam! Sep 01 03:16:18.025 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.025 INFO kablam! --> src/x86_64/../x86/sse2.rs:1800:37 Sep 01 03:16:18.025 INFO kablam! | Sep 01 03:16:18.025 INFO kablam! 1800 | pub unsafe fn _mm_undefined_pd() -> f64x2 { Sep 01 03:16:18.025 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.025 INFO kablam! Sep 01 03:16:18.025 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.025 INFO kablam! --> src/x86_64/../x86/sse2.rs:1811:34 Sep 01 03:16:18.025 INFO kablam! | Sep 01 03:16:18.025 INFO kablam! 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.025 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.025 INFO kablam! Sep 01 03:16:18.025 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.025 INFO kablam! --> src/x86_64/../x86/sse2.rs:1811:44 Sep 01 03:16:18.026 INFO kablam! | Sep 01 03:16:18.026 INFO kablam! 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.026 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.026 INFO kablam! Sep 01 03:16:18.026 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.026 INFO kablam! --> src/x86_64/../x86/sse2.rs:1811:54 Sep 01 03:16:18.026 INFO kablam! | Sep 01 03:16:18.026 INFO kablam! 1811 | pub unsafe fn _mm_unpackhi_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.026 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.026 INFO kablam! Sep 01 03:16:18.026 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.026 INFO kablam! --> src/x86_64/../x86/sse2.rs:1825:34 Sep 01 03:16:18.026 INFO kablam! | Sep 01 03:16:18.026 INFO kablam! 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.027 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.027 INFO kablam! Sep 01 03:16:18.027 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.027 INFO kablam! --> src/x86_64/../x86/sse2.rs:1825:44 Sep 01 03:16:18.027 INFO kablam! | Sep 01 03:16:18.027 INFO kablam! 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.027 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.027 INFO kablam! Sep 01 03:16:18.027 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.027 INFO kablam! --> src/x86_64/../x86/sse2.rs:1825:54 Sep 01 03:16:18.027 INFO kablam! | Sep 01 03:16:18.027 INFO kablam! 1825 | pub unsafe fn _mm_unpacklo_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.027 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.027 INFO kablam! Sep 01 03:16:18.027 INFO kablam! error[E0412]: cannot find type `u32x2` in this scope Sep 01 03:16:18.028 INFO kablam! --> src/x86_64/../x86/sse2.rs:1837:31 Sep 01 03:16:18.028 INFO kablam! | Sep 01 03:16:18.028 INFO kablam! 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 { Sep 01 03:16:18.028 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.028 INFO kablam! Sep 01 03:16:18.028 INFO kablam! error[E0412]: cannot find type `u32x2` in this scope Sep 01 03:16:18.028 INFO kablam! --> src/x86_64/../x86/sse2.rs:1837:41 Sep 01 03:16:18.028 INFO kablam! | Sep 01 03:16:18.028 INFO kablam! 1837 | pub unsafe fn _mm_mul_su32(a: u32x2, b: u32x2) -> u64 { Sep 01 03:16:18.028 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.028 INFO kablam! Sep 01 03:16:18.028 INFO kablam! error[E0412]: cannot find type `i32x2` in this scope Sep 01 03:16:18.029 INFO kablam! --> src/x86_64/../x86/sse2.rs:1846:33 Sep 01 03:16:18.029 INFO kablam! | Sep 01 03:16:18.029 INFO kablam! 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 { Sep 01 03:16:18.029 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.029 INFO kablam! Sep 01 03:16:18.029 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.029 INFO kablam! --> src/x86_64/../x86/sse2.rs:1846:43 Sep 01 03:16:18.029 INFO kablam! | Sep 01 03:16:18.029 INFO kablam! 1846 | pub unsafe fn _mm_cvtpi32_pd(a: i32x2) -> f64x2 { Sep 01 03:16:18.029 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.029 INFO kablam! Sep 01 03:16:18.029 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.029 INFO kablam! --> src/x86_64/../x86/sse2.rs:1854:50 Sep 01 03:16:18.029 INFO kablam! | Sep 01 03:16:18.030 INFO kablam! 1854 | pub unsafe fn _mm_set_epi64(e1: i64, e0: i64) -> i64x2 { Sep 01 03:16:18.030 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.030 INFO kablam! Sep 01 03:16:18.030 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.030 INFO kablam! --> src/x86_64/../x86/sse2.rs:1865:41 Sep 01 03:16:18.030 INFO kablam! | Sep 01 03:16:18.030 INFO kablam! 1865 | pub unsafe fn _mm_set1_epi64(a: i64) -> i64x2 { Sep 01 03:16:18.030 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.030 INFO kablam! Sep 01 03:16:18.030 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.030 INFO kablam! --> src/x86_64/../x86/sse2.rs:1873:51 Sep 01 03:16:18.030 INFO kablam! | Sep 01 03:16:18.031 INFO kablam! 1873 | pub unsafe fn _mm_setr_epi64(e1: i64, e0: i64) -> i64x2 { Sep 01 03:16:18.031 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.031 INFO kablam! Sep 01 03:16:18.031 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.031 INFO kablam! --> src/x86_64/../x86/sse2.rs:1884:36 Sep 01 03:16:18.031 INFO kablam! | Sep 01 03:16:18.031 INFO kablam! 1884 | pub unsafe fn _mm_movepi64_pi64(a: i64x2) -> i64 { Sep 01 03:16:18.031 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.031 INFO kablam! Sep 01 03:16:18.031 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.031 INFO kablam! --> src/x86_64/../x86/sse2.rs:1892:44 Sep 01 03:16:18.031 INFO kablam! | Sep 01 03:16:18.031 INFO kablam! 1892 | pub unsafe fn _mm_movpi64_epi64(a: i64) -> i64x2 { Sep 01 03:16:18.031 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.032 INFO kablam! Sep 01 03:16:18.032 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.032 INFO kablam! --> src/x86_64/../x86/sse2.rs:1901:33 Sep 01 03:16:18.032 INFO kablam! | Sep 01 03:16:18.032 INFO kablam! 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:18.032 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.032 INFO kablam! Sep 01 03:16:18.032 INFO kablam! error[E0412]: cannot find type `i32x2` in this scope Sep 01 03:16:18.032 INFO kablam! --> src/x86_64/../x86/sse2.rs:1901:43 Sep 01 03:16:18.032 INFO kablam! | Sep 01 03:16:18.032 INFO kablam! 1901 | pub unsafe fn _mm_cvtpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:18.032 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.032 INFO kablam! Sep 01 03:16:18.032 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.032 INFO kablam! --> src/x86_64/../x86/sse2.rs:1912:34 Sep 01 03:16:18.032 INFO kablam! | Sep 01 03:16:18.032 INFO kablam! 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:18.033 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.033 INFO kablam! Sep 01 03:16:18.033 INFO kablam! error[E0412]: cannot find type `i32x2` in this scope Sep 01 03:16:18.033 INFO kablam! --> src/x86_64/../x86/sse2.rs:1912:44 Sep 01 03:16:18.033 INFO kablam! | Sep 01 03:16:18.033 INFO kablam! 1912 | pub unsafe fn _mm_cvttpd_pi32(a: f64x2) -> i32x2 { Sep 01 03:16:18.033 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.033 INFO kablam! Sep 01 03:16:18.033 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.033 INFO kablam! --> src/x86_64/../x86/sse3.rs:10:32 Sep 01 03:16:18.033 INFO kablam! | Sep 01 03:16:18.033 INFO kablam! 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.033 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.033 INFO kablam! Sep 01 03:16:18.033 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.033 INFO kablam! --> src/x86_64/../x86/sse3.rs:10:42 Sep 01 03:16:18.034 INFO kablam! | Sep 01 03:16:18.034 INFO kablam! 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.034 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.034 INFO kablam! Sep 01 03:16:18.034 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.034 INFO kablam! --> src/x86_64/../x86/sse3.rs:10:52 Sep 01 03:16:18.034 INFO kablam! | Sep 01 03:16:18.034 INFO kablam! 10 | pub unsafe fn _mm_addsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.034 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.034 INFO kablam! Sep 01 03:16:18.034 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.034 INFO kablam! --> src/x86_64/../x86/sse3.rs:21:32 Sep 01 03:16:18.034 INFO kablam! | Sep 01 03:16:18.034 INFO kablam! 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.034 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.035 INFO kablam! Sep 01 03:16:18.035 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.035 INFO kablam! --> src/x86_64/../x86/sse3.rs:21:42 Sep 01 03:16:18.035 INFO kablam! | Sep 01 03:16:18.035 INFO kablam! 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.035 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.035 INFO kablam! Sep 01 03:16:18.035 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.035 INFO kablam! --> src/x86_64/../x86/sse3.rs:21:52 Sep 01 03:16:18.035 INFO kablam! | Sep 01 03:16:18.035 INFO kablam! 21 | pub unsafe fn _mm_addsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.035 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.035 INFO kablam! Sep 01 03:16:18.035 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.036 INFO kablam! --> src/x86_64/../x86/sse3.rs:32:30 Sep 01 03:16:18.036 INFO kablam! | Sep 01 03:16:18.036 INFO kablam! 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.036 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.036 INFO kablam! Sep 01 03:16:18.036 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.036 INFO kablam! --> src/x86_64/../x86/sse3.rs:32:40 Sep 01 03:16:18.036 INFO kablam! | Sep 01 03:16:18.036 INFO kablam! 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.036 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.036 INFO kablam! Sep 01 03:16:18.036 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.036 INFO kablam! --> src/x86_64/../x86/sse3.rs:32:50 Sep 01 03:16:18.036 INFO kablam! | Sep 01 03:16:18.036 INFO kablam! 32 | pub unsafe fn _mm_hadd_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.037 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.037 INFO kablam! Sep 01 03:16:18.037 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.037 INFO kablam! --> src/x86_64/../x86/sse3.rs:40:30 Sep 01 03:16:18.037 INFO kablam! | Sep 01 03:16:18.037 INFO kablam! 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.037 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.037 INFO kablam! Sep 01 03:16:18.037 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.037 INFO kablam! --> src/x86_64/../x86/sse3.rs:40:40 Sep 01 03:16:18.037 INFO kablam! | Sep 01 03:16:18.037 INFO kablam! 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.037 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.037 INFO kablam! Sep 01 03:16:18.037 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.038 INFO kablam! --> src/x86_64/../x86/sse3.rs:40:50 Sep 01 03:16:18.038 INFO kablam! | Sep 01 03:16:18.038 INFO kablam! 40 | pub unsafe fn _mm_hadd_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.038 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.038 INFO kablam! Sep 01 03:16:18.038 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.038 INFO kablam! --> src/x86_64/../x86/sse3.rs:48:30 Sep 01 03:16:18.038 INFO kablam! | Sep 01 03:16:18.038 INFO kablam! 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.038 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.038 INFO kablam! Sep 01 03:16:18.038 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.038 INFO kablam! --> src/x86_64/../x86/sse3.rs:48:40 Sep 01 03:16:18.038 INFO kablam! | Sep 01 03:16:18.038 INFO kablam! 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.039 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.039 INFO kablam! Sep 01 03:16:18.039 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.039 INFO kablam! --> src/x86_64/../x86/sse3.rs:48:50 Sep 01 03:16:18.039 INFO kablam! | Sep 01 03:16:18.039 INFO kablam! 48 | pub unsafe fn _mm_hsub_ps(a: f32x4, b: f32x4) -> f32x4 { Sep 01 03:16:18.039 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.039 INFO kablam! Sep 01 03:16:18.039 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.039 INFO kablam! --> src/x86_64/../x86/sse3.rs:56:30 Sep 01 03:16:18.039 INFO kablam! | Sep 01 03:16:18.039 INFO kablam! 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.039 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.039 INFO kablam! Sep 01 03:16:18.040 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.040 INFO kablam! --> src/x86_64/../x86/sse3.rs:56:40 Sep 01 03:16:18.040 INFO kablam! | Sep 01 03:16:18.040 INFO kablam! 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.040 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.040 INFO kablam! Sep 01 03:16:18.040 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.040 INFO kablam! --> src/x86_64/../x86/sse3.rs:56:50 Sep 01 03:16:18.040 INFO kablam! | Sep 01 03:16:18.040 INFO kablam! 56 | pub unsafe fn _mm_hsub_pd(a: f64x2, b: f64x2) -> f64x2 { Sep 01 03:16:18.040 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.040 INFO kablam! Sep 01 03:16:18.040 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:18.040 INFO kablam! --> src/x86_64/../x86/sse41.rs:67:8 Sep 01 03:16:18.040 INFO kablam! | Sep 01 03:16:18.041 INFO kablam! 67 | a: i8x16, Sep 01 03:16:18.041 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.041 INFO kablam! Sep 01 03:16:18.041 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:18.041 INFO kablam! --> src/x86_64/../x86/sse41.rs:68:8 Sep 01 03:16:18.041 INFO kablam! | Sep 01 03:16:18.041 INFO kablam! 68 | b: i8x16, Sep 01 03:16:18.041 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.041 INFO kablam! Sep 01 03:16:18.041 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:18.041 INFO kablam! --> src/x86_64/../x86/sse41.rs:69:11 Sep 01 03:16:18.042 INFO kablam! | Sep 01 03:16:18.042 INFO kablam! 69 | mask: i8x16, // FIXME: mask should be m8x16 Sep 01 03:16:18.042 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.042 INFO kablam! Sep 01 03:16:18.042 INFO kablam! error[E0412]: cannot find type `i8x16` in this scope Sep 01 03:16:18.042 INFO kablam! --> src/x86_64/../x86/sse41.rs:70:6 Sep 01 03:16:18.042 INFO kablam! | Sep 01 03:16:18.042 INFO kablam! 70 | ) -> i8x16 { Sep 01 03:16:18.042 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.042 INFO kablam! Sep 01 03:16:18.042 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.042 INFO kablam! --> src/x86_64/../x86/sse41.rs:80:31 Sep 01 03:16:18.043 INFO kablam! | Sep 01 03:16:18.043 INFO kablam! 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 { Sep 01 03:16:18.043 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.043 INFO kablam! Sep 01 03:16:18.043 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.043 INFO kablam! --> src/x86_64/../x86/sse41.rs:80:58 Sep 01 03:16:18.043 INFO kablam! | Sep 01 03:16:18.043 INFO kablam! 80 | pub unsafe fn _mm_round_ps(a: f32x4, rounding: Round) -> f32x4 { Sep 01 03:16:18.043 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.043 INFO kablam! Sep 01 03:16:18.043 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.043 INFO kablam! --> src/x86_64/../x86/sse41.rs:94:30 Sep 01 03:16:18.044 INFO kablam! | Sep 01 03:16:18.044 INFO kablam! 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 { Sep 01 03:16:18.044 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.044 INFO kablam! Sep 01 03:16:18.044 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.044 INFO kablam! --> src/x86_64/../x86/sse41.rs:94:40 Sep 01 03:16:18.044 INFO kablam! | Sep 01 03:16:18.044 INFO kablam! 94 | pub unsafe fn _mm_ceil_ps(a: f32x4) -> f32x4 { Sep 01 03:16:18.044 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.044 INFO kablam! Sep 01 03:16:18.044 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.044 INFO kablam! --> src/x86_64/../x86/sse41.rs:101:31 Sep 01 03:16:18.044 INFO kablam! | Sep 01 03:16:18.044 INFO kablam! 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 { Sep 01 03:16:18.044 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.044 INFO kablam! Sep 01 03:16:18.045 INFO kablam! error[E0412]: cannot find type `f32x4` in this scope Sep 01 03:16:18.045 INFO kablam! --> src/x86_64/../x86/sse41.rs:101:41 Sep 01 03:16:18.045 INFO kablam! | Sep 01 03:16:18.045 INFO kablam! 101 | pub unsafe fn _mm_floor_ps(a: f32x4) -> f32x4 { Sep 01 03:16:18.045 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.045 INFO kablam! Sep 01 03:16:18.045 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:18.045 INFO kablam! --> src/x86_64/../x86/sse41.rs:108:36 Sep 01 03:16:18.045 INFO kablam! | Sep 01 03:16:18.045 INFO kablam! 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 { Sep 01 03:16:18.045 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.045 INFO kablam! Sep 01 03:16:18.046 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.046 INFO kablam! --> src/x86_64/../x86/sse41.rs:108:46 Sep 01 03:16:18.046 INFO kablam! | Sep 01 03:16:18.046 INFO kablam! 108 | pub unsafe fn _mm_cvtepu8_epi16(a: u8x16) -> i16x8 { Sep 01 03:16:18.046 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.046 INFO kablam! Sep 01 03:16:18.046 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:18.046 INFO kablam! --> src/x86_64/../x86/ssse3.rs:15:35 Sep 01 03:16:18.046 INFO kablam! | Sep 01 03:16:18.046 INFO kablam! 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:18.046 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.047 INFO kablam! Sep 01 03:16:18.047 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:18.047 INFO kablam! --> src/x86_64/../x86/ssse3.rs:15:45 Sep 01 03:16:18.047 INFO kablam! | Sep 01 03:16:18.047 INFO kablam! 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:18.047 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.047 INFO kablam! Sep 01 03:16:18.047 INFO kablam! error[E0412]: cannot find type `u8x16` in this scope Sep 01 03:16:18.047 INFO kablam! --> src/x86_64/../x86/ssse3.rs:15:55 Sep 01 03:16:18.047 INFO kablam! | Sep 01 03:16:18.047 INFO kablam! 15 | pub unsafe fn _mm_shuffle_epi8(a: u8x16, b: u8x16) -> u8x16 { Sep 01 03:16:18.047 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.048 INFO kablam! Sep 01 03:16:18.048 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.048 INFO kablam! --> src/x86_64/../x86/ssse3.rs:27:34 Sep 01 03:16:18.048 INFO kablam! | Sep 01 03:16:18.048 INFO kablam! 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:18.048 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.048 INFO kablam! Sep 01 03:16:18.048 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.048 INFO kablam! --> src/x86_64/../x86/ssse3.rs:27:44 Sep 01 03:16:18.048 INFO kablam! | Sep 01 03:16:18.048 INFO kablam! 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:18.048 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.049 INFO kablam! Sep 01 03:16:18.049 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.049 INFO kablam! --> src/x86_64/../x86/ssse3.rs:27:54 Sep 01 03:16:18.049 INFO kablam! | Sep 01 03:16:18.049 INFO kablam! 27 | pub unsafe fn _mm_hadds_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:18.049 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.049 INFO kablam! Sep 01 03:16:18.049 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.049 INFO kablam! --> src/x86_64/../x86/ssse3.rs:40:34 Sep 01 03:16:18.049 INFO kablam! | Sep 01 03:16:18.049 INFO kablam! 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:18.050 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.050 INFO kablam! Sep 01 03:16:18.050 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.050 INFO kablam! --> src/x86_64/../x86/ssse3.rs:40:44 Sep 01 03:16:18.050 INFO kablam! | Sep 01 03:16:18.050 INFO kablam! 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:18.050 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.050 INFO kablam! Sep 01 03:16:18.050 INFO kablam! error[E0412]: cannot find type `i16x8` in this scope Sep 01 03:16:18.050 INFO kablam! --> src/x86_64/../x86/ssse3.rs:40:54 Sep 01 03:16:18.050 INFO kablam! | Sep 01 03:16:18.050 INFO kablam! 40 | pub unsafe fn _mm_hsubs_epi16(a: i16x8, b: i16x8) -> i16x8 { Sep 01 03:16:18.051 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.051 INFO kablam! Sep 01 03:16:18.051 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 01 03:16:18.051 INFO kablam! --> src/x86_64/avx.rs:10:38 Sep 01 03:16:18.051 INFO kablam! | Sep 01 03:16:18.051 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 01 03:16:18.051 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.051 INFO kablam! Sep 01 03:16:18.051 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 01 03:16:18.051 INFO kablam! --> src/x86_64/avx.rs:10:68 Sep 01 03:16:18.051 INFO kablam! | Sep 01 03:16:18.051 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 01 03:16:18.052 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.052 INFO kablam! Sep 01 03:16:18.052 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.052 INFO kablam! --> src/x86_64/sse2.rs:11:33 Sep 01 03:16:18.052 INFO kablam! | Sep 01 03:16:18.052 INFO kablam! 11 | pub unsafe fn _mm_cvtsd_si64(a: f64x2) -> i64 { Sep 01 03:16:18.052 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.052 INFO kablam! Sep 01 03:16:18.052 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.052 INFO kablam! --> src/x86_64/sse2.rs:18:34 Sep 01 03:16:18.052 INFO kablam! | Sep 01 03:16:18.052 INFO kablam! 18 | pub unsafe fn _mm_cvtsd_si64x(a: f64x2) -> i64 { Sep 01 03:16:18.052 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.052 INFO kablam! Sep 01 03:16:18.052 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.052 INFO kablam! --> src/x86_64/sse2.rs:26:34 Sep 01 03:16:18.052 INFO kablam! | Sep 01 03:16:18.053 INFO kablam! 26 | pub unsafe fn _mm_cvttsd_si64(a: f64x2) -> i64 { Sep 01 03:16:18.053 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.053 INFO kablam! Sep 01 03:16:18.053 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.053 INFO kablam! --> src/x86_64/sse2.rs:33:35 Sep 01 03:16:18.053 INFO kablam! | Sep 01 03:16:18.053 INFO kablam! 33 | pub unsafe fn _mm_cvttsd_si64x(a: f64x2) -> i64 { Sep 01 03:16:18.053 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.053 INFO kablam! Sep 01 03:16:18.053 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.053 INFO kablam! --> src/x86_64/sse2.rs:40:44 Sep 01 03:16:18.053 INFO kablam! | Sep 01 03:16:18.053 INFO kablam! 40 | pub unsafe fn _mm_cvtsi64_si128(a: i64) -> i64x2 { Sep 01 03:16:18.054 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.054 INFO kablam! Sep 01 03:16:18.054 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.054 INFO kablam! --> src/x86_64/sse2.rs:48:45 Sep 01 03:16:18.054 INFO kablam! | Sep 01 03:16:18.054 INFO kablam! 48 | pub unsafe fn _mm_cvtsi64x_si128(a: i64) -> i64x2 { Sep 01 03:16:18.054 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.054 INFO kablam! Sep 01 03:16:18.054 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.054 INFO kablam! --> src/x86_64/sse2.rs:55:36 Sep 01 03:16:18.054 INFO kablam! | Sep 01 03:16:18.055 INFO kablam! 55 | pub unsafe fn _mm_cvtsi128_si64(a: i64x2) -> i64 { Sep 01 03:16:18.055 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.055 INFO kablam! Sep 01 03:16:18.055 INFO kablam! error[E0412]: cannot find type `i64x2` in this scope Sep 01 03:16:18.055 INFO kablam! --> src/x86_64/sse2.rs:62:37 Sep 01 03:16:18.055 INFO kablam! | Sep 01 03:16:18.055 INFO kablam! 62 | pub unsafe fn _mm_cvtsi128_si64x(a: i64x2) -> i64 { Sep 01 03:16:18.055 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.055 INFO kablam! Sep 01 03:16:18.055 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.055 INFO kablam! --> src/x86_64/sse2.rs:70:33 Sep 01 03:16:18.056 INFO kablam! | Sep 01 03:16:18.056 INFO kablam! 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:18.056 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.056 INFO kablam! Sep 01 03:16:18.056 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.056 INFO kablam! --> src/x86_64/sse2.rs:70:51 Sep 01 03:16:18.056 INFO kablam! | Sep 01 03:16:18.056 INFO kablam! 70 | pub unsafe fn _mm_cvtsi64_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:18.056 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.056 INFO kablam! Sep 01 03:16:18.056 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.057 INFO kablam! --> src/x86_64/sse2.rs:78:34 Sep 01 03:16:18.057 INFO kablam! | Sep 01 03:16:18.057 INFO kablam! 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:18.057 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.057 INFO kablam! Sep 01 03:16:18.057 INFO kablam! error[E0412]: cannot find type `f64x2` in this scope Sep 01 03:16:18.057 INFO kablam! --> src/x86_64/sse2.rs:78:52 Sep 01 03:16:18.057 INFO kablam! | Sep 01 03:16:18.057 INFO kablam! 78 | pub unsafe fn _mm_cvtsi64x_sd(a: f64x2, b: i64) -> f64x2 { Sep 01 03:16:18.057 INFO kablam! | ^^^^^ not found in this scope Sep 01 03:16:18.057 INFO kablam! Sep 01 03:16:18.057 INFO kablam! warning: use of deprecated item 'core::arch::x86_64::__readeflags': See issue #51810 - use inline assembly instead Sep 01 03:16:18.058 INFO kablam! --> src/x86_64/../x86/eflags.rs:3:16 Sep 01 03:16:18.058 INFO kablam! | Sep 01 03:16:18.058 INFO kablam! 3 | pub use arch::{__readeflags, __writeeflags}; Sep 01 03:16:18.058 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:16:18.058 INFO kablam! | Sep 01 03:16:18.058 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 03:16:18.058 INFO kablam! Sep 01 03:16:18.058 INFO kablam! warning: use of deprecated item 'core::arch::x86_64::__writeeflags': See issue #51810 - use inline assembly instead Sep 01 03:16:18.058 INFO kablam! --> src/x86_64/../x86/eflags.rs:3:30 Sep 01 03:16:18.058 INFO kablam! | Sep 01 03:16:18.058 INFO kablam! 3 | pub use arch::{__readeflags, __writeeflags}; Sep 01 03:16:18.059 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 03:16:18.059 INFO kablam! Sep 01 03:16:18.059 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.059 INFO kablam! --> src/x86_64/../x86/avx.rs:4:5 Sep 01 03:16:18.059 INFO kablam! | Sep 01 03:16:18.059 INFO kablam! 4 | use simd::*; Sep 01 03:16:18.059 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.059 INFO kablam! | Sep 01 03:16:18.059 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 03:16:18.059 INFO kablam! Sep 01 03:16:18.059 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.059 INFO kablam! --> src/x86_64/../x86/avx2.rs:4:5 Sep 01 03:16:18.060 INFO kablam! | Sep 01 03:16:18.060 INFO kablam! 4 | use simd::*; Sep 01 03:16:18.060 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.060 INFO kablam! Sep 01 03:16:18.060 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.060 INFO kablam! --> src/x86_64/../x86/sse.rs:4:5 Sep 01 03:16:18.060 INFO kablam! | Sep 01 03:16:18.060 INFO kablam! 4 | use simd::*; Sep 01 03:16:18.060 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.060 INFO kablam! Sep 01 03:16:18.060 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.060 INFO kablam! --> src/x86_64/../x86/sse2.rs:11:5 Sep 01 03:16:18.060 INFO kablam! | Sep 01 03:16:18.060 INFO kablam! 11 | use simd::*; Sep 01 03:16:18.060 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.060 INFO kablam! Sep 01 03:16:18.060 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.061 INFO kablam! --> src/x86_64/../x86/sse3.rs:4:5 Sep 01 03:16:18.061 INFO kablam! | Sep 01 03:16:18.061 INFO kablam! 4 | use simd::*; Sep 01 03:16:18.061 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.061 INFO kablam! Sep 01 03:16:18.061 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.061 INFO kablam! --> src/x86_64/../x86/sse41.rs:4:5 Sep 01 03:16:18.061 INFO kablam! | Sep 01 03:16:18.061 INFO kablam! 4 | use simd::*; Sep 01 03:16:18.061 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.062 INFO kablam! Sep 01 03:16:18.062 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.062 INFO kablam! --> src/x86_64/../x86/ssse3.rs:4:5 Sep 01 03:16:18.062 INFO kablam! | Sep 01 03:16:18.062 INFO kablam! 4 | use simd::*; Sep 01 03:16:18.062 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.062 INFO kablam! Sep 01 03:16:18.062 INFO kablam! warning: unused import: `simd::i64x4` Sep 01 03:16:18.062 INFO kablam! --> src/x86_64/avx.rs:4:5 Sep 01 03:16:18.063 INFO kablam! | Sep 01 03:16:18.063 INFO kablam! 4 | use simd::i64x4; Sep 01 03:16:18.063 INFO kablam! | ^^^^^^^^^^^ Sep 01 03:16:18.063 INFO kablam! Sep 01 03:16:18.063 INFO kablam! warning: unused import: `simd::*` Sep 01 03:16:18.063 INFO kablam! --> src/x86_64/sse2.rs:5:5 Sep 01 03:16:18.063 INFO kablam! | Sep 01 03:16:18.063 INFO kablam! 5 | use simd::*; Sep 01 03:16:18.064 INFO kablam! | ^^^^^^^ Sep 01 03:16:18.064 INFO kablam! Sep 01 03:16:18.064 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.064 INFO kablam! --> src/x86_64/../x86/sse2.rs:1836:18 Sep 01 03:16:18.064 INFO kablam! | Sep 01 03:16:18.064 INFO kablam! 1836 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.064 INFO kablam! | Sep 01 03:16:18.064 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.065 INFO kablam! Sep 01 03:16:18.065 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.065 INFO kablam! --> src/x86_64/../x86/sse2.rs:1845:18 Sep 01 03:16:18.065 INFO kablam! | Sep 01 03:16:18.065 INFO kablam! 1845 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.065 INFO kablam! | Sep 01 03:16:18.065 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.065 INFO kablam! Sep 01 03:16:18.065 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.065 INFO kablam! --> src/x86_64/../x86/sse2.rs:1853:18 Sep 01 03:16:18.066 INFO kablam! | Sep 01 03:16:18.066 INFO kablam! 1853 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.066 INFO kablam! | Sep 01 03:16:18.066 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.066 INFO kablam! Sep 01 03:16:18.066 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.066 INFO kablam! --> src/x86_64/../x86/sse2.rs:1864:18 Sep 01 03:16:18.066 INFO kablam! | Sep 01 03:16:18.067 INFO kablam! 1864 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.067 INFO kablam! | Sep 01 03:16:18.067 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.067 INFO kablam! Sep 01 03:16:18.067 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.067 INFO kablam! --> src/x86_64/../x86/sse2.rs:1872:18 Sep 01 03:16:18.068 INFO kablam! | Sep 01 03:16:18.068 INFO kablam! 1872 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.068 INFO kablam! | Sep 01 03:16:18.068 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.068 INFO kablam! Sep 01 03:16:18.068 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.069 INFO kablam! --> src/x86_64/../x86/sse2.rs:1883:18 Sep 01 03:16:18.069 INFO kablam! | Sep 01 03:16:18.069 INFO kablam! 1883 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.069 INFO kablam! | Sep 01 03:16:18.069 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.069 INFO kablam! Sep 01 03:16:18.069 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.069 INFO kablam! --> src/x86_64/../x86/sse2.rs:1891:18 Sep 01 03:16:18.070 INFO kablam! | Sep 01 03:16:18.070 INFO kablam! 1891 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.070 INFO kablam! | Sep 01 03:16:18.070 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.070 INFO kablam! Sep 01 03:16:18.070 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.070 INFO kablam! --> src/x86_64/../x86/sse2.rs:1900:18 Sep 01 03:16:18.071 INFO kablam! | Sep 01 03:16:18.071 INFO kablam! 1900 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.071 INFO kablam! | Sep 01 03:16:18.071 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.071 INFO kablam! Sep 01 03:16:18.071 INFO kablam! error[E0658]: the target feature `mmx` is currently unstable (see issue #44839) Sep 01 03:16:18.071 INFO kablam! --> src/x86_64/../x86/sse2.rs:1911:18 Sep 01 03:16:18.071 INFO kablam! | Sep 01 03:16:18.072 INFO kablam! 1911 | #[target_feature(enable = "sse2,mmx")] Sep 01 03:16:18.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:16:18.072 INFO kablam! | Sep 01 03:16:18.072 INFO kablam! = help: add #![feature(mmx_target_feature)] to the crate attributes to enable Sep 01 03:16:18.072 INFO kablam! Sep 01 03:16:18.072 INFO kablam! warning: use of deprecated item 'core::arch::x86_64::__readeflags': See issue #51810 - use inline assembly instead Sep 01 03:16:18.072 INFO kablam! --> src/x86_64/../x86/eflags.rs:3:16 Sep 01 03:16:18.072 INFO kablam! | Sep 01 03:16:18.072 INFO kablam! 3 | pub use arch::{__readeflags, __writeeflags}; Sep 01 03:16:18.072 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:16:18.072 INFO kablam! | Sep 01 03:16:18.072 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 03:16:18.073 INFO kablam! Sep 01 03:16:18.073 INFO kablam! warning: use of deprecated item 'core::arch::x86_64::__writeeflags': See issue #51810 - use inline assembly instead Sep 01 03:16:18.073 INFO kablam! --> src/x86_64/../x86/eflags.rs:3:30 Sep 01 03:16:18.073 INFO kablam! | Sep 01 03:16:18.073 INFO kablam! 3 | pub use arch::{__readeflags, __writeeflags}; Sep 01 03:16:18.073 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 03:16:18.073 INFO kablam! Sep 01 03:16:18.447 INFO kablam! error: aborting due to 542 previous errors Sep 01 03:16:18.447 INFO kablam! Sep 01 03:16:18.447 INFO kablam! Some errors occurred: E0412, E0432, E0658. Sep 01 03:16:18.447 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 03:16:18.456 INFO kablam! error: Could not compile `typed_arch`. Sep 01 03:16:18.456 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 03:16:18.458 INFO kablam! error: aborting due to 542 previous errors Sep 01 03:16:18.458 INFO kablam! Sep 01 03:16:18.458 INFO kablam! Some errors occurred: E0412, E0432, E0658. Sep 01 03:16:18.458 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 03:16:18.466 INFO kablam! error: Could not compile `typed_arch`. Sep 01 03:16:18.466 INFO kablam! Sep 01 03:16:18.466 INFO kablam! To learn more, run the command again with --verbose. Sep 01 03:16:18.467 INFO kablam! su: No module specific data is present Sep 01 03:16:19.076 INFO running `"docker" "rm" "-f" "f385f6f3fa8450e2b0c79fab5061790cfc839e1de5ef93043bcb7ffb4831391d"` Sep 01 03:16:19.166 INFO blam! f385f6f3fa8450e2b0c79fab5061790cfc839e1de5ef93043bcb7ffb4831391d