Ben Kimock

Results 346 comments of Ben Kimock

I implemented this (while yes completely ignoring windows) in my fork: https://github.com/cbeuw/rustlantis/commit/5b7120578bce71e6aca3482f51522300f2cb7166

Oh I see what you mean, the avx512 situation adds another dimension to the matrix. I'll need a bit to untangle this.

Oh dear it's the workflow approval dance.

A bit of scope creep later, now I've: * gated all of the linkage attributes on their matching cfg that's set by the build script * renamed `blake3_neon` to `blake3_neon_ffi`...

:wave: Just generating a notification to make sure this PR isn't lost.

This looks like a duplicate of https://github.com/rust-lang/rust/issues/117022 which concluded this is a kernel bug.

> There should be a list of kernels where this bug does not exist (or maybe a kernel version after which the bug started appearing). If you read through the...

@rustbot concern prior-art-does-not-motivate-fast-stabilization The proposal here is to land this as a -C flag, partly motivated by the fact that it is basically just `-Zcross-crate-inline-threshold=always` which has existed for some...