Skip to content

Commit ec8abd5

Browse files
committed
powerpc workaround
1 parent 4f82c4e commit ec8abd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/coresimd/tests/reductions.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ extern crate stdsimd;
55

66
use stdsimd::simd::*;
77

8+
macro_rules! is_powerpc_feature_detected {
9+
($t:tt) => { true }
10+
}
11+
812
macro_rules! invoke_arch {
913
($macro:ident, $feature_macro:ident, $id:ident, $elem_ty:ident,
1014
[$($feature:tt),*]) => {

0 commit comments

Comments
 (0)