File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140#include " ./xsimd_vxe.hpp"
141141#endif
142142
143-
144143// Must come last to have access to all conversion specializations.
145144#include " ./xsimd_common.hpp"
146145
Original file line number Diff line number Diff line change 516516+ * Set to 1 if s390x VXE is available at compile-time, to 0 otherwise.
517517+ * Float vectors have been introduced with VXE included with IBM z14.
518518+ */
519- #if defined(__VEC__) && __VEC__== 10305 && __ARCH__ >= 12
519+ #if defined(__VEC__) && __VEC__ == 10305 && __ARCH__ >= 12
520520#define XSIMD_WITH_VXE 1
521521#else
522522#define XSIMD_WITH_VXE 0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ namespace xsimd
7171 ARCH_FIELD_EX (detail::rvv<128 >, rvv128)
7272 ARCH_FIELD (wasm)
7373 ARCH_FIELD (vsx)
74- ARCH_FIELD (vxe)
74+ ARCH_FIELD (vxe)
7575
7676#undef ARCH_FIELD
7777
You can’t perform that action at this time.
0 commit comments