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