aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vrsqrte.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vrsqrte.c')
-rw-r--r--ref_vrsqrte.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ref_vrsqrte.c b/ref_vrsqrte.c
index 801622c..b163089 100644
--- a/ref_vrsqrte.c
+++ b/ref_vrsqrte.c
@@ -73,6 +73,7 @@ void exec_vrsqrte(void)
TEST_VRSQRTE(q, float, f, 32, 4);
fprintf (ref_file, "\n%s output:\n", TEST_MSG);
+ fprintf (gcc_tests_file, "\n%s output:\n", TEST_MSG);
DUMP(TEST_MSG, uint, 32, 2, PRIx32);
DUMP(TEST_MSG, uint, 32, 4, PRIx32);
DUMP_FP(TEST_MSG, float, 32, 2, PRIx32);