[INFO] cloning repository https://github.com/lawchingman/rav1e [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lawchingman/rav1e" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawchingman%2Frav1e", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawchingman%2Frav1e'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8b95d97517a6e223f1c6a90a467188586dd090f [INFO] testing lawchingman/rav1e against try#0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawchingman%2Frav1e" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lawchingman/rav1e [INFO] finished tweaking git repo https://github.com/lawchingman/rav1e [INFO] tweaked toml for git repo https://github.com/lawchingman/rav1e written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lawchingman/rav1e on toolchain 0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lawchingman/rav1e already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69c473e6e02abab18c12fb2940075b48924760fee25af8ea01d7a3aa04027a74 [INFO] running `Command { std: "docker" "start" "-a" "69c473e6e02abab18c12fb2940075b48924760fee25af8ea01d7a3aa04027a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69c473e6e02abab18c12fb2940075b48924760fee25af8ea01d7a3aa04027a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c473e6e02abab18c12fb2940075b48924760fee25af8ea01d7a3aa04027a74", kill_on_drop: false }` [INFO] [stdout] 69c473e6e02abab18c12fb2940075b48924760fee25af8ea01d7a3aa04027a74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 549715edbfe60df7da24b33c851135bf114bb9903e42460bc6eb2020c84eff59 [INFO] running `Command { std: "docker" "start" "-a" "549715edbfe60df7da24b33c851135bf114bb9903e42460bc6eb2020c84eff59", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling rustix v0.38.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling equivalent v1.0.0 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling winnow v0.4.9 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling rust_hawktracer_proc_macro v0.4.1 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling rust_hawktracer_normal_macro v0.4.1 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling rust_hawktracer v0.7.0 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling signal-hook v0.3.15 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling paste v1.0.13 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling crossbeam v0.8.2 [INFO] [stderr] Compiling libz-sys v1.1.9 [INFO] [stderr] Compiling libgit2-sys v0.15.2+1.6.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling bitstream-io v1.7.0 [INFO] [stderr] Compiling lab v0.11.0 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling ivf v0.1.2 (/opt/rustwide/workdir/ivf) [INFO] [stderr] Compiling terminal_size v0.2.6 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling fern v0.6.2 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling nasm-rs v0.2.5 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling y4m v0.8.0 [INFO] [stderr] Compiling scan_fmt v0.2.6 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling num-derive v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.2 [INFO] [stderr] Compiling v_frame v0.3.6 [INFO] [stderr] Compiling av-metrics v0.9.1 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling clap_complete v4.3.2 [INFO] [stderr] Compiling git2 v0.17.2 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling toml_edit v0.19.12 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling av1-grain v0.2.2 [INFO] [stderr] Compiling toml v0.7.6 [INFO] [stderr] Compiling cargo-lock v9.0.0 [INFO] [stderr] Compiling built v0.6.1 [INFO] [stderr] Compiling rav1e v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `cargo_c` [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | #[cfg(any(cargo_c, feature = "capi"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cargo_c)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cargo_c)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | any(test, fuzzing), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:412:7 [INFO] [stdout] | [INFO] [stdout] 412 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/transform/forward.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/transform/inverse.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/transform/inverse.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/cpu_features/mod.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/cpu_features/mod.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/asm/mod.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(nasm_x86_64)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/asm/mod.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(asm_neon)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/asm/mod.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(any(nasm_x86_64, asm_neon))] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/asm/mod.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(any(nasm_x86_64, asm_neon))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | type CdefFilterFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | type CdefFilterHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | unsafe extern fn(tmp: *const u8, tmp_stride: isize, var: *mut u32) -> i32; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | type CdefDirHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/cdef_dist.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | type CdefDistKernelFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/cdef_dist.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | type WeightedSseFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | type WeightedSseHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 56 | / declare_asm_sse_fn![ [INFO] [stdout] 57 | | // SSSE3 [INFO] [stdout] 58 | | rav1e_weighted_sse_4x4_ssse3, [INFO] [stdout] 59 | | rav1e_weighted_sse_4x8_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 80 | | rav1e_weighted_sse_128x128_avx2 [INFO] [stdout] 81 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_sse_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 83 | / declare_asm_hbd_sse_fn![ [INFO] [stdout] 84 | | // SSE2 [INFO] [stdout] 85 | | rav1e_weighted_sse_4x4_hbd_sse2 [INFO] [stdout] 86 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_hbd_sse_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | type SadFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | type SadHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | type SatdHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 184 | / declare_asm_dist_fn![ [INFO] [stdout] 185 | | // SSSE3 [INFO] [stdout] 186 | | (rav1e_sad_4x4_hbd_ssse3, u16), [INFO] [stdout] 187 | | (rav1e_sad_16x16_hbd_ssse3, u16), [INFO] [stdout] ... | [INFO] [stdout] 246 | | (rav1e_satd_64x16_avx2, u8) [INFO] [stdout] 247 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_dist_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | extern { pub(crate) fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 249 | / declare_asm_satd_hbd_fn![ [INFO] [stdout] 250 | | rav1e_satd_4x4_hbd_avx2, [INFO] [stdout] 251 | | rav1e_satd_8x4_hbd_avx2, [INFO] [stdout] 252 | | rav1e_satd_4x8_hbd_avx2, [INFO] [stdout] ... | [INFO] [stdout] 271 | | rav1e_satd_4x16_hbd_avx2 [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_satd_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | unsafe extern fn []( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 419 | / get_sad_hbd_ssse3!( [INFO] [stdout] 420 | | // 4x4 base [INFO] [stdout] 421 | | (8, 8, 4), [INFO] [stdout] 422 | | (4, 8, 4), [INFO] [stdout] ... | [INFO] [stdout] 440 | | (64, 16, 16) [INFO] [stdout] 441 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `get_sad_hbd_ssse3` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:448:16 [INFO] [stdout] | [INFO] [stdout] 448 | unsafe extern fn []( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 464 | / get_sad_hbd_avx2_WxH!( [INFO] [stdout] 465 | | // No advantage to AVX below 16 width [INFO] [stdout] 466 | | (16, 4), [INFO] [stdout] 467 | | (16, 8), [INFO] [stdout] ... | [INFO] [stdout] 480 | | (128, 128) [INFO] [stdout] 481 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `get_sad_hbd_avx2_WxH` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | type PutFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | type PutHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | type PrepFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | type PrepHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | type AvgFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | type AvgHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:325:7 [INFO] [stdout] | [INFO] [stdout] 325 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 371 | / decl_mc_fns!( [INFO] [stdout] 372 | | (REGULAR, REGULAR, rav1e_put_8tap_regular_8bpc), [INFO] [stdout] 373 | | (REGULAR, SMOOTH, rav1e_put_8tap_regular_smooth_8bpc), [INFO] [stdout] 374 | | (REGULAR, SHARP, rav1e_put_8tap_regular_sharp_8bpc), [INFO] [stdout] ... | [INFO] [stdout] 381 | | (BILINEAR, BILINEAR, rav1e_put_bilin_8bpc) [INFO] [stdout] 382 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mc_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:393:7 [INFO] [stdout] | [INFO] [stdout] 393 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 426 | / decl_mc_hbd_fns!( [INFO] [stdout] 427 | | (REGULAR, REGULAR, rav1e_put_8tap_regular_16bpc), [INFO] [stdout] 428 | | (REGULAR, SMOOTH, rav1e_put_8tap_regular_smooth_16bpc), [INFO] [stdout] 429 | | (REGULAR, SHARP, rav1e_put_8tap_regular_sharp_16bpc), [INFO] [stdout] ... | [INFO] [stdout] 436 | | (BILINEAR, BILINEAR, rav1e_put_bilin_16bpc) [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mc_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 507 | / decl_mct_fns!( [INFO] [stdout] 508 | | (REGULAR, REGULAR, rav1e_prep_8tap_regular_8bpc), [INFO] [stdout] 509 | | (REGULAR, SMOOTH, rav1e_prep_8tap_regular_smooth_8bpc), [INFO] [stdout] 510 | | (REGULAR, SHARP, rav1e_prep_8tap_regular_sharp_8bpc), [INFO] [stdout] ... | [INFO] [stdout] 517 | | (BILINEAR, BILINEAR, rav1e_prep_bilin_8bpc) [INFO] [stdout] 518 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mct_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:529:7 [INFO] [stdout] | [INFO] [stdout] 529 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 562 | / decl_mct_hbd_fns!( [INFO] [stdout] 563 | | (REGULAR, REGULAR, rav1e_prep_8tap_regular_16bpc), [INFO] [stdout] 564 | | (REGULAR, SMOOTH, rav1e_prep_8tap_regular_smooth_16bpc), [INFO] [stdout] 565 | | (REGULAR, SHARP, rav1e_prep_8tap_regular_sharp_16bpc), [INFO] [stdout] ... | [INFO] [stdout] 572 | | (BILINEAR, BILINEAR, rav1e_prep_bilin_16bpc) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mct_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:581:1 [INFO] [stdout] | [INFO] [stdout] 581 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 35 | / decl_angular_ipred_fn! { [INFO] [stdout] 36 | | rav1e_ipred_h_8bpc_ssse3, [INFO] [stdout] 37 | | rav1e_ipred_h_8bpc_avx2, [INFO] [stdout] 38 | | rav1e_ipred_h_8bpc_avx512icl, [INFO] [stdout] ... | [INFO] [stdout] 69 | | rav1e_ipred_paeth_8bpc_avx512icl [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_angular_ipred_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 87 | / decl_angular_ipred_hbd_fn! { [INFO] [stdout] 88 | | rav1e_ipred_h_16bpc_ssse3, [INFO] [stdout] 89 | | rav1e_ipred_h_16bpc_avx2, [INFO] [stdout] 90 | | rav1e_ipred_v_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 116 | | rav1e_ipred_paeth_16bpc_avx512icl [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_angular_ipred_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 157 | / decl_cfl_ac_fn! { [INFO] [stdout] 158 | | rav1e_ipred_cfl_ac_420_8bpc_avx2, [INFO] [stdout] 159 | | rav1e_ipred_cfl_ac_420_8bpc_ssse3, [INFO] [stdout] 160 | | rav1e_ipred_cfl_ac_422_8bpc_avx2, [INFO] [stdout] ... | [INFO] [stdout] 163 | | rav1e_ipred_cfl_ac_444_8bpc_ssse3 [INFO] [stdout] 164 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_ac_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 180 | / decl_cfl_ac_hbd_fn! { [INFO] [stdout] 181 | | rav1e_ipred_cfl_ac_420_16bpc_ssse3, [INFO] [stdout] 182 | | rav1e_ipred_cfl_ac_420_16bpc_avx2, [INFO] [stdout] 183 | | rav1e_ipred_cfl_ac_422_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 186 | | rav1e_ipred_cfl_ac_444_16bpc_avx2 [INFO] [stdout] 187 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_ac_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 203 | / decl_cfl_pred_fn! { [INFO] [stdout] 204 | | rav1e_ipred_cfl_8bpc_ssse3, [INFO] [stdout] 205 | | rav1e_ipred_cfl_8bpc_avx2, [INFO] [stdout] 206 | | rav1e_ipred_cfl_left_8bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 211 | | rav1e_ipred_cfl_128_8bpc_avx2 [INFO] [stdout] 212 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_pred_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 228 | / decl_cfl_pred_hbd_fn! { [INFO] [stdout] 229 | | rav1e_ipred_cfl_16bpc_ssse3, [INFO] [stdout] 230 | | rav1e_ipred_cfl_16bpc_avx2, [INFO] [stdout] 231 | | rav1e_ipred_cfl_128_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 236 | | rav1e_ipred_cfl_top_16bpc_avx2 [INFO] [stdout] 237 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_pred_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/sad_plane.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 31 | decl_sad_plane_fn!(rav1e_sad_plane_8bpc_sse2, rav1e_sad_plane_8bpc_avx2); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_sad_plane_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/shared/transform/inverse.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | unsafe extern fn(*mut u8, libc::ptrdiff_t, *mut i16, i32); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/shared/transform/inverse.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe extern fn(*mut u16, libc::ptrdiff_t, *mut i16, i32); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/dist.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/dist.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/ec.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/predict.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/predict.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/quantize/mod.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/cdef.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/cdef.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `frame_header::*` [INFO] [stdout] --> src/context/mod.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub use frame_header::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/lrf.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/mc.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/mc.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/sad_plane.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/asm/x86/dist/mod.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | .reduce(|a, b| unsafe { _mm256_add_epi32(a, b) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RestorationPlaneOffset` is never constructed [INFO] [stdout] --> src/lrf.rs:1270:12 [INFO] [stdout] | [INFO] [stdout] 1270 | pub struct RestorationPlaneOffset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/predict.rs:282:16 [INFO] [stdout] | [INFO] [stdout] 282 | rec_plane: &Plane, po: PlaneOffset, mv: MotionVector, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 283 | ) -> (i32, i32, PlaneSlice) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 283 | ) -> (i32, i32, PlaneSlice<'_, T>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tiling/tile_restoration_state.rs:420:25 [INFO] [stdout] | [INFO] [stdout] 420 | pub const fn as_const(&self) -> TileRestorationState { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 420 | pub const fn as_const(&self) -> TileRestorationState<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ChromaSamplePosition` [INFO] [stdout] ... [INFO] [stdout] 30 | pub enum ChromaSamplePosition { [INFO] [stdout] | -------------------- `ChromaSamplePosition` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ColorPrimaries` [INFO] [stdout] ... [INFO] [stdout] 60 | pub enum ColorPrimaries { [INFO] [stdout] | -------------- `ColorPrimaries` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_TransferCharacteristics` [INFO] [stdout] ... [INFO] [stdout] 104 | pub enum TransferCharacteristics { [INFO] [stdout] | ----------------------- `TransferCharacteristics` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_MatrixCoefficients` [INFO] [stdout] ... [INFO] [stdout] 158 | pub enum MatrixCoefficients { [INFO] [stdout] | ------------------ `MatrixCoefficients` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:220:3 [INFO] [stdout] | [INFO] [stdout] 220 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PixelRange` [INFO] [stdout] ... [INFO] [stdout] 226 | pub enum PixelRange { [INFO] [stdout] | ---------- `PixelRange` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:317:3 [INFO] [stdout] | [INFO] [stdout] 317 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SceneDetectionSpeed` [INFO] [stdout] ... [INFO] [stdout] 321 | pub enum SceneDetectionSpeed { [INFO] [stdout] | ------------------- `SceneDetectionSpeed` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:353:3 [INFO] [stdout] | [INFO] [stdout] 353 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PredictionModesSetting` [INFO] [stdout] ... [INFO] [stdout] 357 | pub enum PredictionModesSetting { [INFO] [stdout] | ---------------------- `PredictionModesSetting` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:396:3 [INFO] [stdout] | [INFO] [stdout] 396 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SGRComplexityLevel` [INFO] [stdout] ... [INFO] [stdout] 400 | pub enum SGRComplexityLevel { [INFO] [stdout] | ------------------ `SGRComplexityLevel` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:428:3 [INFO] [stdout] | [INFO] [stdout] 428 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SegmentationLevel` [INFO] [stdout] ... [INFO] [stdout] 432 | pub enum SegmentationLevel { [INFO] [stdout] | ----------------- `SegmentationLevel` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/frame/mod.rs:28:45 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive, Default)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_FrameTypeOverride` [INFO] [stdout] 29 | #[repr(C)] [INFO] [stdout] 30 | pub enum FrameTypeOverride { [INFO] [stdout] | ----------------- `FrameTypeOverride` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `save_config` is never read [INFO] [stdout] --> src/bin/common.rs:338:7 [INFO] [stdout] | [INFO] [stdout] 325 | pub struct ParsedCliOptions { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 338 | pub save_config: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/bin/decoder/mod.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | IoError(io::Error), [INFO] [stdout] | ------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DecodeError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 34 - IoError(io::Error), [INFO] [stdout] 34 + IoError(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 2m 17s [INFO] running `Command { std: "docker" "inspect" "549715edbfe60df7da24b33c851135bf114bb9903e42460bc6eb2020c84eff59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "549715edbfe60df7da24b33c851135bf114bb9903e42460bc6eb2020c84eff59", kill_on_drop: false }` [INFO] [stdout] 549715edbfe60df7da24b33c851135bf114bb9903e42460bc6eb2020c84eff59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6d66c26d4d0f61baf05e69a62940887291f887df6ec9858c9c39c14a3a4a901 [INFO] running `Command { std: "docker" "start" "-a" "c6d66c26d4d0f61baf05e69a62940887291f887df6ec9858c9c39c14a3a4a901", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-syntax v0.7.3 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling itoa v1.0.8 [INFO] [stderr] Compiling ryu v1.0.14 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling predicates v3.0.3 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling regex-automata v0.3.2 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling av1-grain v0.2.2 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.2 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling assert_cmd v2.0.11 [INFO] [stderr] Compiling rav1e v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling interpolate_name v0.2.3 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: unexpected `cfg` condition name: `cargo_c` [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | #[cfg(any(cargo_c, feature = "capi"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cargo_c)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cargo_c)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | any(test, fuzzing), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:412:7 [INFO] [stdout] | [INFO] [stdout] 412 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/transform/forward.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/transform/inverse.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/transform/inverse.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/cpu_features/mod.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/cpu_features/mod.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/asm/mod.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(nasm_x86_64)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/asm/mod.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(asm_neon)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/asm/mod.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(any(nasm_x86_64, asm_neon))] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/asm/mod.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(any(nasm_x86_64, asm_neon))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | type CdefFilterFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | type CdefFilterHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | unsafe extern fn(tmp: *const u8, tmp_stride: isize, var: *mut u32) -> i32; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | type CdefDirHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/cdef_dist.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | type CdefDistKernelFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/cdef_dist.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | type WeightedSseFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | type WeightedSseHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 56 | / declare_asm_sse_fn![ [INFO] [stdout] 57 | | // SSSE3 [INFO] [stdout] 58 | | rav1e_weighted_sse_4x4_ssse3, [INFO] [stdout] 59 | | rav1e_weighted_sse_4x8_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 80 | | rav1e_weighted_sse_128x128_avx2 [INFO] [stdout] 81 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_sse_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 83 | / declare_asm_hbd_sse_fn![ [INFO] [stdout] 84 | | // SSE2 [INFO] [stdout] 85 | | rav1e_weighted_sse_4x4_hbd_sse2 [INFO] [stdout] 86 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_hbd_sse_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | type SadFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | type SadHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | type SatdHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 184 | / declare_asm_dist_fn![ [INFO] [stdout] 185 | | // SSSE3 [INFO] [stdout] 186 | | (rav1e_sad_4x4_hbd_ssse3, u16), [INFO] [stdout] 187 | | (rav1e_sad_16x16_hbd_ssse3, u16), [INFO] [stdout] ... | [INFO] [stdout] 246 | | (rav1e_satd_64x16_avx2, u8) [INFO] [stdout] 247 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_dist_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | extern { pub(crate) fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 249 | / declare_asm_satd_hbd_fn![ [INFO] [stdout] 250 | | rav1e_satd_4x4_hbd_avx2, [INFO] [stdout] 251 | | rav1e_satd_8x4_hbd_avx2, [INFO] [stdout] 252 | | rav1e_satd_4x8_hbd_avx2, [INFO] [stdout] ... | [INFO] [stdout] 271 | | rav1e_satd_4x16_hbd_avx2 [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_satd_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | unsafe extern fn []( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 419 | / get_sad_hbd_ssse3!( [INFO] [stdout] 420 | | // 4x4 base [INFO] [stdout] 421 | | (8, 8, 4), [INFO] [stdout] 422 | | (4, 8, 4), [INFO] [stdout] ... | [INFO] [stdout] 440 | | (64, 16, 16) [INFO] [stdout] 441 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `get_sad_hbd_ssse3` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:448:16 [INFO] [stdout] | [INFO] [stdout] 448 | unsafe extern fn []( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 464 | / get_sad_hbd_avx2_WxH!( [INFO] [stdout] 465 | | // No advantage to AVX below 16 width [INFO] [stdout] 466 | | (16, 4), [INFO] [stdout] 467 | | (16, 8), [INFO] [stdout] ... | [INFO] [stdout] 480 | | (128, 128) [INFO] [stdout] 481 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `get_sad_hbd_avx2_WxH` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | type PutFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | type PutHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | type PrepFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | type PrepHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | type AvgFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | type AvgHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:325:7 [INFO] [stdout] | [INFO] [stdout] 325 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 371 | / decl_mc_fns!( [INFO] [stdout] 372 | | (REGULAR, REGULAR, rav1e_put_8tap_regular_8bpc), [INFO] [stdout] 373 | | (REGULAR, SMOOTH, rav1e_put_8tap_regular_smooth_8bpc), [INFO] [stdout] 374 | | (REGULAR, SHARP, rav1e_put_8tap_regular_sharp_8bpc), [INFO] [stdout] ... | [INFO] [stdout] 381 | | (BILINEAR, BILINEAR, rav1e_put_bilin_8bpc) [INFO] [stdout] 382 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mc_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:393:7 [INFO] [stdout] | [INFO] [stdout] 393 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 426 | / decl_mc_hbd_fns!( [INFO] [stdout] 427 | | (REGULAR, REGULAR, rav1e_put_8tap_regular_16bpc), [INFO] [stdout] 428 | | (REGULAR, SMOOTH, rav1e_put_8tap_regular_smooth_16bpc), [INFO] [stdout] 429 | | (REGULAR, SHARP, rav1e_put_8tap_regular_sharp_16bpc), [INFO] [stdout] ... | [INFO] [stdout] 436 | | (BILINEAR, BILINEAR, rav1e_put_bilin_16bpc) [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mc_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 507 | / decl_mct_fns!( [INFO] [stdout] 508 | | (REGULAR, REGULAR, rav1e_prep_8tap_regular_8bpc), [INFO] [stdout] 509 | | (REGULAR, SMOOTH, rav1e_prep_8tap_regular_smooth_8bpc), [INFO] [stdout] 510 | | (REGULAR, SHARP, rav1e_prep_8tap_regular_sharp_8bpc), [INFO] [stdout] ... | [INFO] [stdout] 517 | | (BILINEAR, BILINEAR, rav1e_prep_bilin_8bpc) [INFO] [stdout] 518 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mct_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:529:7 [INFO] [stdout] | [INFO] [stdout] 529 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 562 | / decl_mct_hbd_fns!( [INFO] [stdout] 563 | | (REGULAR, REGULAR, rav1e_prep_8tap_regular_16bpc), [INFO] [stdout] 564 | | (REGULAR, SMOOTH, rav1e_prep_8tap_regular_smooth_16bpc), [INFO] [stdout] 565 | | (REGULAR, SHARP, rav1e_prep_8tap_regular_sharp_16bpc), [INFO] [stdout] ... | [INFO] [stdout] 572 | | (BILINEAR, BILINEAR, rav1e_prep_bilin_16bpc) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mct_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:581:1 [INFO] [stdout] | [INFO] [stdout] 581 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 35 | / decl_angular_ipred_fn! { [INFO] [stdout] 36 | | rav1e_ipred_h_8bpc_ssse3, [INFO] [stdout] 37 | | rav1e_ipred_h_8bpc_avx2, [INFO] [stdout] 38 | | rav1e_ipred_h_8bpc_avx512icl, [INFO] [stdout] ... | [INFO] [stdout] 69 | | rav1e_ipred_paeth_8bpc_avx512icl [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_angular_ipred_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 87 | / decl_angular_ipred_hbd_fn! { [INFO] [stdout] 88 | | rav1e_ipred_h_16bpc_ssse3, [INFO] [stdout] 89 | | rav1e_ipred_h_16bpc_avx2, [INFO] [stdout] 90 | | rav1e_ipred_v_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 116 | | rav1e_ipred_paeth_16bpc_avx512icl [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_angular_ipred_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 157 | / decl_cfl_ac_fn! { [INFO] [stdout] 158 | | rav1e_ipred_cfl_ac_420_8bpc_avx2, [INFO] [stdout] 159 | | rav1e_ipred_cfl_ac_420_8bpc_ssse3, [INFO] [stdout] 160 | | rav1e_ipred_cfl_ac_422_8bpc_avx2, [INFO] [stdout] ... | [INFO] [stdout] 163 | | rav1e_ipred_cfl_ac_444_8bpc_ssse3 [INFO] [stdout] 164 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_ac_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 180 | / decl_cfl_ac_hbd_fn! { [INFO] [stdout] 181 | | rav1e_ipred_cfl_ac_420_16bpc_ssse3, [INFO] [stdout] 182 | | rav1e_ipred_cfl_ac_420_16bpc_avx2, [INFO] [stdout] 183 | | rav1e_ipred_cfl_ac_422_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 186 | | rav1e_ipred_cfl_ac_444_16bpc_avx2 [INFO] [stdout] 187 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_ac_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 203 | / decl_cfl_pred_fn! { [INFO] [stdout] 204 | | rav1e_ipred_cfl_8bpc_ssse3, [INFO] [stdout] 205 | | rav1e_ipred_cfl_8bpc_avx2, [INFO] [stdout] 206 | | rav1e_ipred_cfl_left_8bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 211 | | rav1e_ipred_cfl_128_8bpc_avx2 [INFO] [stdout] 212 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_pred_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 228 | / decl_cfl_pred_hbd_fn! { [INFO] [stdout] 229 | | rav1e_ipred_cfl_16bpc_ssse3, [INFO] [stdout] 230 | | rav1e_ipred_cfl_16bpc_avx2, [INFO] [stdout] 231 | | rav1e_ipred_cfl_128_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 236 | | rav1e_ipred_cfl_top_16bpc_avx2 [INFO] [stdout] 237 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_pred_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/sad_plane.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 31 | decl_sad_plane_fn!(rav1e_sad_plane_8bpc_sse2, rav1e_sad_plane_8bpc_avx2); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_sad_plane_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/shared/transform/inverse.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | unsafe extern fn(*mut u8, libc::ptrdiff_t, *mut i16, i32); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/shared/transform/inverse.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe extern fn(*mut u16, libc::ptrdiff_t, *mut i16, i32); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/dist.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/dist.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/ec.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/predict.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/predict.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/quantize/mod.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/cdef.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/cdef.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `frame_header::*` [INFO] [stdout] --> src/context/mod.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub use frame_header::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/lrf.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/mc.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/mc.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/sad_plane.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/asm/x86/dist/mod.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | .reduce(|a, b| unsafe { _mm256_add_epi32(a, b) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RestorationPlaneOffset` is never constructed [INFO] [stdout] --> src/lrf.rs:1270:12 [INFO] [stdout] | [INFO] [stdout] 1270 | pub struct RestorationPlaneOffset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/predict.rs:282:16 [INFO] [stdout] | [INFO] [stdout] 282 | rec_plane: &Plane, po: PlaneOffset, mv: MotionVector, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 283 | ) -> (i32, i32, PlaneSlice) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 283 | ) -> (i32, i32, PlaneSlice<'_, T>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tiling/tile_restoration_state.rs:420:25 [INFO] [stdout] | [INFO] [stdout] 420 | pub const fn as_const(&self) -> TileRestorationState { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 420 | pub const fn as_const(&self) -> TileRestorationState<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ChromaSamplePosition` [INFO] [stdout] ... [INFO] [stdout] 30 | pub enum ChromaSamplePosition { [INFO] [stdout] | -------------------- `ChromaSamplePosition` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ColorPrimaries` [INFO] [stdout] ... [INFO] [stdout] 60 | pub enum ColorPrimaries { [INFO] [stdout] | -------------- `ColorPrimaries` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_TransferCharacteristics` [INFO] [stdout] ... [INFO] [stdout] 104 | pub enum TransferCharacteristics { [INFO] [stdout] | ----------------------- `TransferCharacteristics` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_MatrixCoefficients` [INFO] [stdout] ... [INFO] [stdout] 158 | pub enum MatrixCoefficients { [INFO] [stdout] | ------------------ `MatrixCoefficients` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:220:3 [INFO] [stdout] | [INFO] [stdout] 220 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PixelRange` [INFO] [stdout] ... [INFO] [stdout] 226 | pub enum PixelRange { [INFO] [stdout] | ---------- `PixelRange` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:317:3 [INFO] [stdout] | [INFO] [stdout] 317 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SceneDetectionSpeed` [INFO] [stdout] ... [INFO] [stdout] 321 | pub enum SceneDetectionSpeed { [INFO] [stdout] | ------------------- `SceneDetectionSpeed` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:353:3 [INFO] [stdout] | [INFO] [stdout] 353 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PredictionModesSetting` [INFO] [stdout] ... [INFO] [stdout] 357 | pub enum PredictionModesSetting { [INFO] [stdout] | ---------------------- `PredictionModesSetting` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:396:3 [INFO] [stdout] | [INFO] [stdout] 396 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SGRComplexityLevel` [INFO] [stdout] ... [INFO] [stdout] 400 | pub enum SGRComplexityLevel { [INFO] [stdout] | ------------------ `SGRComplexityLevel` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:428:3 [INFO] [stdout] | [INFO] [stdout] 428 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SegmentationLevel` [INFO] [stdout] ... [INFO] [stdout] 432 | pub enum SegmentationLevel { [INFO] [stdout] | ----------------- `SegmentationLevel` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/frame/mod.rs:28:45 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive, Default)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_FrameTypeOverride` [INFO] [stdout] 29 | #[repr(C)] [INFO] [stdout] 30 | pub enum FrameTypeOverride { [INFO] [stdout] | ----------------- `FrameTypeOverride` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cargo_c` [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | #[cfg(any(cargo_c, feature = "capi"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cargo_c)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cargo_c)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | any(test, fuzzing), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:412:7 [INFO] [stdout] | [INFO] [stdout] 412 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/transform/forward.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/transform/inverse.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/transform/inverse.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/cpu_features/mod.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/cpu_features/mod.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/asm/mod.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(nasm_x86_64)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/asm/mod.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(asm_neon)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/asm/mod.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(any(nasm_x86_64, asm_neon))] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/asm/mod.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(any(nasm_x86_64, asm_neon))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | type CdefFilterFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | type CdefFilterHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | unsafe extern fn(tmp: *const u8, tmp_stride: isize, var: *mut u32) -> i32; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | type CdefDirHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/cdef.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/cdef_dist.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | type CdefDistKernelFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/cdef_dist.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | type WeightedSseFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | type WeightedSseHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 56 | / declare_asm_sse_fn![ [INFO] [stdout] 57 | | // SSSE3 [INFO] [stdout] 58 | | rav1e_weighted_sse_4x4_ssse3, [INFO] [stdout] 59 | | rav1e_weighted_sse_4x8_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 80 | | rav1e_weighted_sse_128x128_avx2 [INFO] [stdout] 81 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_sse_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/sse.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 83 | / declare_asm_hbd_sse_fn![ [INFO] [stdout] 84 | | // SSE2 [INFO] [stdout] 85 | | rav1e_weighted_sse_4x4_hbd_sse2 [INFO] [stdout] 86 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_hbd_sse_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | type SadFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | type SadHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | type SatdHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | extern { fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 184 | / declare_asm_dist_fn![ [INFO] [stdout] 185 | | // SSSE3 [INFO] [stdout] 186 | | (rav1e_sad_4x4_hbd_ssse3, u16), [INFO] [stdout] 187 | | (rav1e_sad_16x16_hbd_ssse3, u16), [INFO] [stdout] ... | [INFO] [stdout] 246 | | (rav1e_satd_64x16_avx2, u8) [INFO] [stdout] 247 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_dist_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | extern { pub(crate) fn $name ( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 249 | / declare_asm_satd_hbd_fn![ [INFO] [stdout] 250 | | rav1e_satd_4x4_hbd_avx2, [INFO] [stdout] 251 | | rav1e_satd_8x4_hbd_avx2, [INFO] [stdout] 252 | | rav1e_satd_4x8_hbd_avx2, [INFO] [stdout] ... | [INFO] [stdout] 271 | | rav1e_satd_4x16_hbd_avx2 [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_asm_satd_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | unsafe extern fn []( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 419 | / get_sad_hbd_ssse3!( [INFO] [stdout] 420 | | // 4x4 base [INFO] [stdout] 421 | | (8, 8, 4), [INFO] [stdout] 422 | | (4, 8, 4), [INFO] [stdout] ... | [INFO] [stdout] 440 | | (64, 16, 16) [INFO] [stdout] 441 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `get_sad_hbd_ssse3` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/dist/mod.rs:448:16 [INFO] [stdout] | [INFO] [stdout] 448 | unsafe extern fn []( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 464 | / get_sad_hbd_avx2_WxH!( [INFO] [stdout] 465 | | // No advantage to AVX below 16 width [INFO] [stdout] 466 | | (16, 4), [INFO] [stdout] 467 | | (16, 8), [INFO] [stdout] ... | [INFO] [stdout] 480 | | (128, 128) [INFO] [stdout] 481 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `get_sad_hbd_avx2_WxH` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | type PutFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | type PutHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | type PrepFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | type PrepHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | type AvgFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | type AvgHBDFn = unsafe extern fn( [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:325:7 [INFO] [stdout] | [INFO] [stdout] 325 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 371 | / decl_mc_fns!( [INFO] [stdout] 372 | | (REGULAR, REGULAR, rav1e_put_8tap_regular_8bpc), [INFO] [stdout] 373 | | (REGULAR, SMOOTH, rav1e_put_8tap_regular_smooth_8bpc), [INFO] [stdout] 374 | | (REGULAR, SHARP, rav1e_put_8tap_regular_sharp_8bpc), [INFO] [stdout] ... | [INFO] [stdout] 381 | | (BILINEAR, BILINEAR, rav1e_put_bilin_8bpc) [INFO] [stdout] 382 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mc_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:393:7 [INFO] [stdout] | [INFO] [stdout] 393 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 426 | / decl_mc_hbd_fns!( [INFO] [stdout] 427 | | (REGULAR, REGULAR, rav1e_put_8tap_regular_16bpc), [INFO] [stdout] 428 | | (REGULAR, SMOOTH, rav1e_put_8tap_regular_smooth_16bpc), [INFO] [stdout] 429 | | (REGULAR, SHARP, rav1e_put_8tap_regular_sharp_16bpc), [INFO] [stdout] ... | [INFO] [stdout] 436 | | (BILINEAR, BILINEAR, rav1e_put_bilin_16bpc) [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mc_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 507 | / decl_mct_fns!( [INFO] [stdout] 508 | | (REGULAR, REGULAR, rav1e_prep_8tap_regular_8bpc), [INFO] [stdout] 509 | | (REGULAR, SMOOTH, rav1e_prep_8tap_regular_smooth_8bpc), [INFO] [stdout] 510 | | (REGULAR, SHARP, rav1e_prep_8tap_regular_sharp_8bpc), [INFO] [stdout] ... | [INFO] [stdout] 517 | | (BILINEAR, BILINEAR, rav1e_prep_bilin_8bpc) [INFO] [stdout] 518 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mct_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:529:7 [INFO] [stdout] | [INFO] [stdout] 529 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 562 | / decl_mct_hbd_fns!( [INFO] [stdout] 563 | | (REGULAR, REGULAR, rav1e_prep_8tap_regular_16bpc), [INFO] [stdout] 564 | | (REGULAR, SMOOTH, rav1e_prep_8tap_regular_smooth_16bpc), [INFO] [stdout] 565 | | (REGULAR, SHARP, rav1e_prep_8tap_regular_sharp_16bpc), [INFO] [stdout] ... | [INFO] [stdout] 572 | | (BILINEAR, BILINEAR, rav1e_prep_bilin_16bpc) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_mct_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/mc.rs:581:1 [INFO] [stdout] | [INFO] [stdout] 581 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 35 | / decl_angular_ipred_fn! { [INFO] [stdout] 36 | | rav1e_ipred_h_8bpc_ssse3, [INFO] [stdout] 37 | | rav1e_ipred_h_8bpc_avx2, [INFO] [stdout] 38 | | rav1e_ipred_h_8bpc_avx512icl, [INFO] [stdout] ... | [INFO] [stdout] 69 | | rav1e_ipred_paeth_8bpc_avx512icl [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_angular_ipred_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 87 | / decl_angular_ipred_hbd_fn! { [INFO] [stdout] 88 | | rav1e_ipred_h_16bpc_ssse3, [INFO] [stdout] 89 | | rav1e_ipred_h_16bpc_avx2, [INFO] [stdout] 90 | | rav1e_ipred_v_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 116 | | rav1e_ipred_paeth_16bpc_avx512icl [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_angular_ipred_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 157 | / decl_cfl_ac_fn! { [INFO] [stdout] 158 | | rav1e_ipred_cfl_ac_420_8bpc_avx2, [INFO] [stdout] 159 | | rav1e_ipred_cfl_ac_420_8bpc_ssse3, [INFO] [stdout] 160 | | rav1e_ipred_cfl_ac_422_8bpc_avx2, [INFO] [stdout] ... | [INFO] [stdout] 163 | | rav1e_ipred_cfl_ac_444_8bpc_ssse3 [INFO] [stdout] 164 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_ac_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 180 | / decl_cfl_ac_hbd_fn! { [INFO] [stdout] 181 | | rav1e_ipred_cfl_ac_420_16bpc_ssse3, [INFO] [stdout] 182 | | rav1e_ipred_cfl_ac_420_16bpc_avx2, [INFO] [stdout] 183 | | rav1e_ipred_cfl_ac_422_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 186 | | rav1e_ipred_cfl_ac_444_16bpc_avx2 [INFO] [stdout] 187 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_ac_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 203 | / decl_cfl_pred_fn! { [INFO] [stdout] 204 | | rav1e_ipred_cfl_8bpc_ssse3, [INFO] [stdout] 205 | | rav1e_ipred_cfl_8bpc_avx2, [INFO] [stdout] 206 | | rav1e_ipred_cfl_left_8bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 211 | | rav1e_ipred_cfl_128_8bpc_avx2 [INFO] [stdout] 212 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_pred_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/predict.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 228 | / decl_cfl_pred_hbd_fn! { [INFO] [stdout] 229 | | rav1e_ipred_cfl_16bpc_ssse3, [INFO] [stdout] 230 | | rav1e_ipred_cfl_16bpc_avx2, [INFO] [stdout] 231 | | rav1e_ipred_cfl_128_16bpc_ssse3, [INFO] [stdout] ... | [INFO] [stdout] 236 | | rav1e_ipred_cfl_top_16bpc_avx2 [INFO] [stdout] 237 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_cfl_pred_hbd_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/sad_plane.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 31 | decl_sad_plane_fn!(rav1e_sad_plane_8bpc_sse2, rav1e_sad_plane_8bpc_avx2); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_sad_plane_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 220 | / impl_itx_fns!( [INFO] [stdout] 221 | | // 64x [INFO] [stdout] 222 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 223 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 249 | | [(avx512icl, AVX512ICL), (avx2, AVX2), (ssse3, SSSE3)] [INFO] [stdout] 250 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_fns` which comes from the expansion of the macro `impl_itx_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 292 | / impl_itx_hbd_fns!( [INFO] [stdout] 293 | | // 64x [INFO] [stdout] 294 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 295 | | [(64, 64), (64, 32), (32, 64), (64, 16), (16, 64)], [INFO] [stdout] ... | [INFO] [stdout] 322 | | [(10, avx512icl, AVX512ICL)] [INFO] [stdout] 323 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 325 | / impl_itx_hbd_fns!( [INFO] [stdout] 326 | | // 64x [INFO] [stdout] 327 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 328 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 355 | | [(10, avx2, AVX2)] [INFO] [stdout] 356 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 358 | / impl_itx_hbd_fns!( [INFO] [stdout] 359 | | // 64x [INFO] [stdout] 360 | | [(TxType::DCT_DCT, dct, dct)], [INFO] [stdout] 361 | | [(64, 64), (64, 32), (32, 64), (16, 64), (64, 16)], [INFO] [stdout] ... | [INFO] [stdout] 388 | | [(16, sse4, SSE4_1)] [INFO] [stdout] 389 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/x86/transform/inverse.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 397 | / impl_itx_hbd_fns!( [INFO] [stdout] 398 | | // 32x (DCT and IDTX swapped due to incomplete DCT implementation) [INFO] [stdout] 399 | | [(TxType::IDTX, identity, identity)], [INFO] [stdout] 400 | | [(32, 32), (32, 16), (16, 32)], [INFO] [stdout] ... | [INFO] [stdout] 426 | | [(12, avx2, AVX2)] [INFO] [stdout] 427 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `decl_itx_hbd_fns` which comes from the expansion of the macro `impl_itx_hbd_fns` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/shared/transform/inverse.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | unsafe extern fn(*mut u8, libc::ptrdiff_t, *mut i16, i32); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/asm/shared/transform/inverse.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe extern fn(*mut u16, libc::ptrdiff_t, *mut i16, i32); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/dist.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/dist.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/ec.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/predict.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/predict.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/quantize/mod.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/cdef.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/cdef.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `frame_header::*` [INFO] [stdout] --> src/context/mod.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub use frame_header::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/lrf.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/mc.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `asm_neon` [INFO] [stdout] --> src/mc.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | } else if #[cfg(asm_neon)] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_neon)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_neon)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nasm_x86_64` [INFO] [stdout] --> src/sad_plane.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | if #[cfg(nasm_x86_64)] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nasm_x86_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nasm_x86_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `save_config` is never read [INFO] [stdout] --> src/bin/common.rs:338:7 [INFO] [stdout] | [INFO] [stdout] 325 | pub struct ParsedCliOptions { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 338 | pub save_config: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/bin/decoder/mod.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | IoError(io::Error), [INFO] [stdout] | ------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DecodeError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 34 - IoError(io::Error), [INFO] [stdout] 34 + IoError(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `save_config` is never read [INFO] [stdout] --> src/bin/common.rs:338:7 [INFO] [stdout] | [INFO] [stdout] 325 | pub struct ParsedCliOptions { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 338 | pub save_config: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/bin/decoder/mod.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | IoError(io::Error), [INFO] [stdout] | ------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DecodeError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 34 - IoError(io::Error), [INFO] [stdout] 34 + IoError(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/asm/x86/dist/mod.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | .reduce(|a, b| unsafe { _mm256_add_epi32(a, b) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RestorationPlaneOffset` is never constructed [INFO] [stdout] --> src/lrf.rs:1270:12 [INFO] [stdout] | [INFO] [stdout] 1270 | pub struct RestorationPlaneOffset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/asm/x86/mc.rs:816:16 [INFO] [stdout] | [INFO] [stdout] 816 | rec_plane: &Plane, po: PlaneOffset, mv: MotionVector, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 817 | ) -> (i32, i32, PlaneSlice) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 817 | ) -> (i32, i32, PlaneSlice<'_, T>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/predict.rs:282:16 [INFO] [stdout] | [INFO] [stdout] 282 | rec_plane: &Plane, po: PlaneOffset, mv: MotionVector, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 283 | ) -> (i32, i32, PlaneSlice) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 283 | ) -> (i32, i32, PlaneSlice<'_, T>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tiling/tile_restoration_state.rs:420:25 [INFO] [stdout] | [INFO] [stdout] 420 | pub const fn as_const(&self) -> TileRestorationState { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 420 | pub const fn as_const(&self) -> TileRestorationState<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ChromaSamplePosition` [INFO] [stdout] ... [INFO] [stdout] 30 | pub enum ChromaSamplePosition { [INFO] [stdout] | -------------------- `ChromaSamplePosition` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ColorPrimaries` [INFO] [stdout] ... [INFO] [stdout] 60 | pub enum ColorPrimaries { [INFO] [stdout] | -------------- `ColorPrimaries` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_TransferCharacteristics` [INFO] [stdout] ... [INFO] [stdout] 104 | pub enum TransferCharacteristics { [INFO] [stdout] | ----------------------- `TransferCharacteristics` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_MatrixCoefficients` [INFO] [stdout] ... [INFO] [stdout] 158 | pub enum MatrixCoefficients { [INFO] [stdout] | ------------------ `MatrixCoefficients` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/color.rs:220:3 [INFO] [stdout] | [INFO] [stdout] 220 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PixelRange` [INFO] [stdout] ... [INFO] [stdout] 226 | pub enum PixelRange { [INFO] [stdout] | ---------- `PixelRange` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:317:3 [INFO] [stdout] | [INFO] [stdout] 317 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SceneDetectionSpeed` [INFO] [stdout] ... [INFO] [stdout] 321 | pub enum SceneDetectionSpeed { [INFO] [stdout] | ------------------- `SceneDetectionSpeed` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/api/config/speedsettings.rs:353:3 [INFO] [stdout] | [INFO] [stdout] 353 | FromPrimitive, [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PredictionModesSetting` [INFO] [stdout] ... [WARN] too many lines in the log, truncating it