From 110c61997bfb80d742cd406766b14ea7bdb8a593 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 22 Apr 2021 00:33:42 -0700 Subject: Update test for DBL_DECIMAL_DIG --- test/float-to-uint64.qbe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/float-to-uint64.qbe b/test/float-to-uint64.qbe index dbe746e..363fc30 100644 --- a/test/float-to-uint64.qbe +++ b/test/float-to-uint64.qbe @@ -3,13 +3,13 @@ function l $f() { @start.1 @body.2 %.1 =s call $g() - %.2 =w cges %.1, s_9223372036854775808 + %.2 =w cges %.1, s_9.2233720368547758e+18 jnz %.2, @ftou_big.5, @ftou_small.4 @ftou_small.4 %.3 =l stosi %.1 jmp @ftou_join.3 @ftou_big.5 - %.4 =s sub %.1, s_9223372036854775808 + %.4 =s sub %.1, s_9.2233720368547758e+18 %.5 =l stosi %.4 %.6 =l xor %.5, 9223372036854775808 @ftou_join.3 -- cgit v1.2.3