| Index: crosstest/test_bitmanip.h
|
| diff --git a/crosstest/test_bitmanip.h b/crosstest/test_bitmanip.h
|
| index c24c6798bfd95a459a2dd1e52a99fdc2ed40a2d4..274fb5bc66e2ae3c57b28cdbd65c255abb4d20df 100644
|
| --- a/crosstest/test_bitmanip.h
|
| +++ b/crosstest/test_bitmanip.h
|
| @@ -14,10 +14,10 @@
|
|
|
| #include "test_bitmanip.def"
|
|
|
| -#define X(inst, type) \
|
| - type test_##inst(type a); \
|
| - type test_alloca_##inst(type a); \
|
| - type test_const_##inst(type ignored); \
|
| +#define X(inst, type) \
|
| + type test_##inst(type a); \
|
| + type test_alloca_##inst(type a); \
|
| + type test_const_##inst(type ignored); \
|
| type my_##inst(type a);
|
|
|
| FOR_ALL_BMI_OP_TYPES(X)
|
|
|