[INFO] fetching crate slender-math 0.1.1... [INFO] checking slender-math-0.1.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate slender-math 0.1.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate slender-math 0.1.1 [INFO] finished tweaking crates.io crate slender-math 0.1.1 [INFO] tweaked toml for crates.io crate slender-math 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate slender-math 0.1.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8119d7603e345ca8f90bc910e7b3b3459f469f6d494c3947f01cf698434784ff [INFO] running `Command { std: "docker" "start" "-a" "8119d7603e345ca8f90bc910e7b3b3459f469f6d494c3947f01cf698434784ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8119d7603e345ca8f90bc910e7b3b3459f469f6d494c3947f01cf698434784ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8119d7603e345ca8f90bc910e7b3b3459f469f6d494c3947f01cf698434784ff", kill_on_drop: false }` [INFO] [stdout] 8119d7603e345ca8f90bc910e7b3b3459f469f6d494c3947f01cf698434784ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80f1f35d92ffbe0d85415b450e05c23b8f0d77e0aab21e5a73ba7c683cf11cb1 [INFO] running `Command { std: "docker" "start" "-a" "80f1f35d92ffbe0d85415b450e05c23b8f0d77e0aab21e5a73ba7c683cf11cb1", kill_on_drop: false }` [INFO] [stderr] Compiling slender-math v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::simd::Which` [INFO] [stdout] --> src/lib.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | use std::simd::Which::*; [INFO] [stdout] | ^^^^^ could not find `Which` in `simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::simd::Which` [INFO] [stdout] --> src/lib.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | use std::simd::Which::*; [INFO] [stdout] | ^^^^^ could not find `Which` in `simd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | Self::from_simd_truncate(self.0.recip()) [INFO] [stdout] | ^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | Self::from_simd_truncate(self.0.recip()) [INFO] [stdout] | ^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | Self::from_simd_truncate(self.0.recip()) [INFO] [stdout] | ^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:497:25 [INFO] [stdout] | [INFO] [stdout] 497 | Vector2f(self.0.cast()) [INFO] [stdout] | ^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:574:25 [INFO] [stdout] | [INFO] [stdout] 574 | Vector3f(self.0.cast()) [INFO] [stdout] | ^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:676:25 [INFO] [stdout] | [INFO] [stdout] 676 | Vector4f(self.0.cast()) [INFO] [stdout] | ^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:727:29 [INFO] [stdout] | [INFO] [stdout] 727 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:76:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:733:29 [INFO] [stdout] | [INFO] [stdout] 733 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:739:29 [INFO] [stdout] | [INFO] [stdout] 739 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:727:29 [INFO] [stdout] | [INFO] [stdout] 727 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:76:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:733:29 [INFO] [stdout] | [INFO] [stdout] 733 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:739:29 [INFO] [stdout] | [INFO] [stdout] 739 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:727:29 [INFO] [stdout] | [INFO] [stdout] 727 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:76:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:733:29 [INFO] [stdout] | [INFO] [stdout] 733 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:739:29 [INFO] [stdout] | [INFO] [stdout] 739 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1312:28 [INFO] [stdout] | [INFO] [stdout] 1312 | let d0 = (c0 - I0).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1313:28 [INFO] [stdout] | [INFO] [stdout] 1313 | let d1 = (c1 - I1).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1314:28 [INFO] [stdout] | [INFO] [stdout] 1314 | let d2 = (c2 - I2).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | Self::from_simd_truncate(self.0.recip()) [INFO] [stdout] | ^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 455 | impl_common_f!(Vector2f, f32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1640:28 [INFO] [stdout] | [INFO] [stdout] 1640 | let d0 = (c0 - I0).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | Self::from_simd_truncate(self.0.recip()) [INFO] [stdout] | ^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1641:28 [INFO] [stdout] | [INFO] [stdout] 1641 | let d1 = (c1 - I1).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1642:28 [INFO] [stdout] | [INFO] [stdout] 1642 | let d2 = (c2 - I2).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1643:28 [INFO] [stdout] | [INFO] [stdout] 1643 | let d3 = (c3 - I3).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 456 | impl_common_f!(Vector3f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1863:14 [INFO] [stdout] | [INFO] [stdout] 1863 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] help: there is a method `reduce_max` with a similar name [INFO] [stdout] | [INFO] [stdout] 1863 - prod.reduce_sum() [INFO] [stdout] 1863 + prod.reduce_max() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `recip` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:365:49 [INFO] [stdout] | [INFO] [stdout] 365 | Self::from_simd_truncate(self.0.recip()) [INFO] [stdout] | ^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:82:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `recip` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_lt` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1890:27 [INFO] [stdout] | [INFO] [stdout] 1890 | let mask = f32x4::simd_lt(size_sqr, eps); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `simd_gt` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:19:5 [INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_lt` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 457 | impl_common_f!(Vector4f, f32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdFloat` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:497:25 [INFO] [stdout] | [INFO] [stdout] 497 | Vector2f(self.0.cast()) [INFO] [stdout] | ^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1989:45 [INFO] [stdout] | [INFO] [stdout] 1989 | let det_m = det_m - f32x4::splat(tr.reduce_sum()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] help: there is a method `reduce_max` with a similar name [INFO] [stdout] | [INFO] [stdout] 1989 - let det_m = det_m - f32x4::splat(tr.reduce_sum()); [INFO] [stdout] 1989 + let det_m = det_m - f32x4::splat(tr.reduce_max()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:574:25 [INFO] [stdout] | [INFO] [stdout] 574 | Vector3f(self.0.cast()) [INFO] [stdout] | ^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cast` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:676:25 [INFO] [stdout] | [INFO] [stdout] 676 | Vector4f(self.0.cast()) [INFO] [stdout] | ^^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:26:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdInt` which provides `cast` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:727:29 [INFO] [stdout] | [INFO] [stdout] 727 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:76:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:733:29 [INFO] [stdout] | [INFO] [stdout] 733 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:739:29 [INFO] [stdout] | [INFO] [stdout] 739 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 745 | impl_common_i!(Vector2i, i32x2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:727:29 [INFO] [stdout] | [INFO] [stdout] 727 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:76:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:733:29 [INFO] [stdout] | [INFO] [stdout] 733 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:739:29 [INFO] [stdout] | [INFO] [stdout] 739 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 746 | impl_common_i!(Vector3i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:727:29 [INFO] [stdout] | [INFO] [stdout] 727 | Self(self.0.abs()) [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/int.rs:76:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdInt` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdInt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:733:29 [INFO] [stdout] | [INFO] [stdout] 733 | Self(<$ts>::simd_min(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:739:29 [INFO] [stdout] | [INFO] [stdout] 739 | Self(<$ts>::simd_max(self.0, rhs.0)) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 747 | impl_common_i!(Vector4i, i32x4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in the macro `impl_common_i` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `SimdOrd` which provides `simd_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1312:28 [INFO] [stdout] | [INFO] [stdout] 1312 | let d0 = (c0 - I0).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1313:28 [INFO] [stdout] | [INFO] [stdout] 1313 | let d1 = (c1 - I1).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1314:28 [INFO] [stdout] | [INFO] [stdout] 1314 | let d2 = (c2 - I2).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1640:28 [INFO] [stdout] | [INFO] [stdout] 1640 | let d0 = (c0 - I0).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1641:28 [INFO] [stdout] | [INFO] [stdout] 1641 | let d1 = (c1 - I1).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1642:28 [INFO] [stdout] | [INFO] [stdout] 1642 | let d2 = (c2 - I2).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `abs` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1643:28 [INFO] [stdout] | [INFO] [stdout] 1643 | let d3 = (c3 - I3).abs(); [INFO] [stdout] | ^^^ method not found in `Simd` [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:78:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `abs` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1863:14 [INFO] [stdout] | [INFO] [stdout] 1863 | prod.reduce_sum() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] help: there is a method `reduce_max` with a similar name [INFO] [stdout] | [INFO] [stdout] 1863 - prod.reduce_sum() [INFO] [stdout] 1863 + prod.reduce_max() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `simd_lt` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1890:27 [INFO] [stdout] | [INFO] [stdout] 1890 | let mask = f32x4::simd_lt(size_sqr, eps); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Simd` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Simd` consider using one of the following associated functions: [INFO] [stdout] Simd::::splat [INFO] [stdout] Simd::::from_array [INFO] [stdout] Simd::::from_slice [INFO] [stdout] Simd::::load_or_default [INFO] [stdout] and 11 others [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/vector.rs:148:5 [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `simd_gt` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/cmp/ord.rs:19:5 [INFO] [stdout] help: trait `SimdPartialOrd` which provides `simd_lt` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::cmp::SimdPartialOrd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `reduce_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:1989:45 [INFO] [stdout] | [INFO] [stdout] 1989 | let det_m = det_m - f32x4::splat(tr.reduce_sum()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/core/src/../../portable-simd/crates/core_simd/src/simd/num/float.rs:169:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Simd` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SimdFloat` which provides `reduce_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 6 + use std::simd::num::SimdFloat; [INFO] [stdout] | [INFO] [stdout] help: there is a method `reduce_max` with a similar name [INFO] [stdout] | [INFO] [stdout] 1989 - let det_m = det_m - f32x4::splat(tr.reduce_sum()); [INFO] [stdout] 1989 + let det_m = det_m - f32x4::splat(tr.reduce_max()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `slender-math` (lib) due to 38 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `slender-math` (lib test) due to 38 previous errors [INFO] running `Command { std: "docker" "inspect" "80f1f35d92ffbe0d85415b450e05c23b8f0d77e0aab21e5a73ba7c683cf11cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80f1f35d92ffbe0d85415b450e05c23b8f0d77e0aab21e5a73ba7c683cf11cb1", kill_on_drop: false }` [INFO] [stdout] 80f1f35d92ffbe0d85415b450e05c23b8f0d77e0aab21e5a73ba7c683cf11cb1