| Index: crosstest/test_fcmp_main.cpp
|
| diff --git a/crosstest/test_fcmp_main.cpp b/crosstest/test_fcmp_main.cpp
|
| index 359ecc0f0ab41a215e534319427402ddb13173be..9e9c32c5c3eca5aedafa8f39a60d10cc85d36948 100644
|
| --- a/crosstest/test_fcmp_main.cpp
|
| +++ b/crosstest/test_fcmp_main.cpp
|
| @@ -72,9 +72,9 @@ void testsScalar(size_t &TotalTests, size_t &Passes, size_t &Failures) {
|
| Subzero_fcmp##cmp##Double, fcmp##cmp##Double \
|
| } \
|
| ,
|
| - FCMP_TABLE
|
| + FCMP_TABLE
|
| #undef X
|
| - };
|
| + };
|
| const static size_t NumFuncs = sizeof(Funcs) / sizeof(*Funcs);
|
|
|
| bool ResultSz, ResultLlc;
|
| @@ -125,9 +125,9 @@ void testsVector(size_t &TotalTests, size_t &Passes, size_t &Failures) {
|
| #define X(cmp) \
|
| { "fcmp" STR(cmp), Subzero_fcmp##cmp##Vector, fcmp##cmp##Vector } \
|
| ,
|
| - FCMP_TABLE
|
| + FCMP_TABLE
|
| #undef X
|
| - };
|
| + };
|
| const static size_t NumFuncs = sizeof(Funcs) / sizeof(*Funcs);
|
| const static size_t NumElementsInType = 4;
|
| const static size_t MaxTestsPerFunc = 100000;
|
|
|