aboutsummaryrefslogtreecommitdiff
path: root/source/test_a_f16_z_ui32_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/test_a_f16_z_ui32_x.c')
-rw-r--r--source/test_a_f16_z_ui32_x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/test_a_f16_z_ui32_x.c b/source/test_a_f16_z_ui32_x.c
index 392c3bd..1a8e3dc 100644
--- a/source/test_a_f16_z_ui32_x.c
+++ b/source/test_a_f16_z_ui32_x.c
@@ -68,9 +68,9 @@ void
count = 10000;
while ( ! genCases_done || testLoops_forever ) {
genCases_f16_a_next();
- *testLoops_trueFlagsPtr = 0;
+ testLoops_trueFlagsFunction();
trueZ = trueFunction( genCases_f16_a, exact );
- trueFlags = *testLoops_trueFlagsPtr;
+ trueFlags = testLoops_trueFlagsFunction();
testLoops_subjFlagsFunction();
subjZ = subjFunction( genCases_f16_a, exact );
subjFlags = testLoops_subjFlagsFunction();