Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at master 440 B view raw
1diff --git a/crates/polars-compute/src/lib.rs b/crates/polars-compute/src/lib.rs 2index ebe1ef753..6e1eee897 100644 3--- a/crates/polars-compute/src/lib.rs 4+++ b/crates/polars-compute/src/lib.rs 5@@ -5,6 +5,10 @@ 6 all(feature = "simd", target_arch = "x86_64"), 7 feature(stdarch_x86_avx512) 8 )] 9+#![cfg_attr( 10+ all(feature = "simd", target_arch = "x86_64"), 11+ feature(avx512_target_feature) 12+)] 13 14 use arrow::types::NativeType; 15