We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_mm_movemask_pi8
1 parent 93af7ef commit 778c070Copy full SHA for 778c070
src/codegen/reductions/mask/x86.rs
@@ -19,13 +19,7 @@ mod avx2;
19
/// x86 64-bit m8x8 implementation
20
macro_rules! x86_m8x8_impl {
21
($id:ident) => {
22
- cfg_if! {
23
- if #[cfg(all(target_arch = "x86_64", target_feature = "sse"))] {
24
- x86_m8x8_sse_impl!($id);
25
- } else {
26
- fallback_impl!($id);
27
- }
28
+ fallback_impl!($id);
29
};
30
}
31
src/lib.rs
@@ -209,7 +209,6 @@
209
link_llvm_intrinsics,
210
core_intrinsics,
211
stmt_expr_attributes,
212
- mmx_target_feature,
213
crate_visibility_modifier,
214
custom_inner_attributes
215
)]
0 commit comments