qroissant/crates/qroissant-kernels
CamZalewski aa2c0a2ec7 fix(kernels): drop removed std::simd::Select import
`std::simd::Select` no longer exists in current nightly's portable_simd
API; methods now hang off `Mask` inherently. The unused import was
preventing the crate (and everything depending on it -- qroissant-arrow,
qroissant-python) from building on a current nightly toolchain.
2026-05-20 14:41:37 +01:00
..
src fix(kernels): drop removed std::simd::Select import 2026-05-20 14:41:37 +01:00
Cargo.toml Vendor qroissant 0.3.0 baseline 2026-05-20 14:11:30 +01:00