Index: crosstest/test_bitmanip.h |
diff --git a/crosstest/test_bitmanip.h b/crosstest/test_bitmanip.h |
index d283d7fb626f0f77c71a4eeff8605da10b85f47b..c24c6798bfd95a459a2dd1e52a99fdc2ed40a2d4 100644 |
--- a/crosstest/test_bitmanip.h |
+++ b/crosstest/test_bitmanip.h |
@@ -23,6 +23,8 @@ |
FOR_ALL_BMI_OP_TYPES(X) |
#undef X |
-#define X(type, builtin_name) type test_bswap(type); |
+#define X(type, builtin_name) \ |
+ type test_bswap(type); \ |
+ type test_bswap_alloca(type); |
BSWAP_TABLE |
#undef X |