Index: crosstest/test_bitmanip.def |
diff --git a/crosstest/test_bitmanip.def b/crosstest/test_bitmanip.def |
index b164ab7088472a687368d185d7a2118588c4ed3e..0dac033e34e2acd353961190e75021dc0d03e21f 100644 |
--- a/crosstest/test_bitmanip.def |
+++ b/crosstest/test_bitmanip.def |
@@ -39,4 +39,10 @@ |
FOR_ALL_BMI_TYPES_INST(X, ctpop) |
//#define X(inst, type) |
+#define BSWAP_TABLE \ |
+ /* type, builtin_name */ \ |
+ X(uint16_t, __builtin_bswap16) \ |
+ X(uint32_t, __builtin_bswap32) \ |
+ X(uint64_t, __builtin_bswap64) |
+ |
#endif // TEST_BIT_MANIP_DEF |