Skip to content

Commit a2d41e3

Browse files
clang format fixes
1 parent 78b3f6f commit a2d41e3

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

include/xsimd/arch/xsimd_isa.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
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

include/xsimd/config/xsimd_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
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

include/xsimd/config/xsimd_cpuid.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)