aboutsummaryrefslogtreecommitdiffstats
path: root/ref_v_comp_f_op.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_v_comp_f_op.c')
-rw-r--r--ref_v_comp_f_op.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ref_v_comp_f_op.c b/ref_v_comp_f_op.c
index 6a71999..6b8f678 100644
--- a/ref_v_comp_f_op.c
+++ b/ref_v_comp_f_op.c
@@ -69,6 +69,7 @@ FNNAME (INSN_NAME)
TEST_VDUP(vector2, q, float, f, 32, 4, -14.0f);
fprintf(ref_file, "\n%s output:\n", TEST_MSG);
+ fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG);
TEST_VCOMP(INSN_NAME, , float, f, uint, 32, 2);
DUMP(TEST_MSG, uint, 32, 2, PRIx32);
@@ -79,6 +80,7 @@ FNNAME (INSN_NAME)
TEST_VDUP(vector2, q, float, f, 32, 4, 10.0f);
fprintf(ref_file, "\n%s output:\n", TEST_MSG);
+ fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG);
TEST_VCOMP(INSN_NAME, , float, f, uint, 32, 2);
DUMP(TEST_MSG, uint, 32, 2, PRIx32);