Skip to content

Commit 467f614

Browse files
committed
try disable
1 parent 11a3014 commit 467f614

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libdistopia/include/distopia.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
// set EMU 128 to broken so that HWY_SCALAR is the baseline dispatch target
1313
#define HWY_BROKEN_EMU128 1
14-
#define HWY_BROKEN_SVE 1 // disable SVE as doesn't allow sizeless vectors in structs
15-
#define HWY_BROKEN_SVE2 1 // disable SVE2 as doesn't allow sizeless vectors in structs
16-
#define HWY_BROKEN_MSVC 1 // MSVC just refuses to compile all together
14+
#define HWY_DISABLE_TARGETS (HWY_SVE | HWY_SVE2)
1715

1816
// compile all attainable targets
1917
#define HWY_COMPILE_ALL_ATTAINABLE

0 commit comments

Comments
 (0)