From 27167c6226bbdd2856b8bb6c290b31b5e8534ba9 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 8 Aug 2019 11:19:15 +0200 Subject: Test for the compilation of floating-point literals With special emphasis on the use of the AArch64 fmov #imm instruction. --- test/regression/Results/floats-lit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/regression/Results/floats-lit (limited to 'test/regression/Results/floats-lit') diff --git a/test/regression/Results/floats-lit b/test/regression/Results/floats-lit new file mode 100644 index 00000000..6cde72fb --- /dev/null +++ b/test/regression/Results/floats-lit @@ -0,0 +1,2 @@ +--- Double-precision test +--- Single-precision test -- cgit