There was an error while loading. Please reload this page.
1 parent 11a3014 commit 467f614Copy full SHA for 467f614
1 file changed
libdistopia/include/distopia.h
@@ -11,9 +11,7 @@
11
12
// set EMU 128 to broken so that HWY_SCALAR is the baseline dispatch target
13
#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
+#define HWY_DISABLE_TARGETS (HWY_SVE | HWY_SVE2)
17
18
// compile all attainable targets
19
#define HWY_COMPILE_ALL_ATTAINABLE
0 commit comments