diff options
author | Michael Forney <mforney@mforney.org> | 2021-04-22 00:33:42 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-04-22 00:33:49 -0700 |
commit | 110c61997bfb80d742cd406766b14ea7bdb8a593 (patch) | |
tree | 7a4711e7525f49c866903cb66c58fcba763e7a18 /test | |
parent | b4808867a2ede79b7c22823aaa75e388456b7b39 (diff) | |
download | cproc-110c61997bfb80d742cd406766b14ea7bdb8a593.tar.xz |
Update test for DBL_DECIMAL_DIG
Diffstat (limited to 'test')
-rw-r--r-- | test/float-to-uint64.qbe | 4 |
1 files changed, 2 insertions, 2 deletions
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 |