Skip to content

Commit c2e0eae

Browse files
committed
fixup! Compiler: preserve bit representation of NaN
1 parent 445a977 commit c2e0eae

9 files changed

+27
-0
lines changed

compiler/tests-check-prim/main.4.14.output

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ caml_gr_window_id
9494
From +hash.js:
9595
caml_hash_mix_int64
9696

97+
From +ieee_754.js:
98+
jsoo_float_of_bits
99+
97100
From +ints.js:
98101
caml_div
99102
caml_mod

compiler/tests-check-prim/main.5.2.output

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ caml_gr_window_id
9090
From +hash.js:
9191
caml_hash_mix_int64
9292

93+
From +ieee_754.js:
94+
jsoo_float_of_bits
95+
9396
From +ints.js:
9497
caml_div
9598
caml_mod

compiler/tests-check-prim/main.5.3.output

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ caml_gr_window_id
8989
From +hash.js:
9090
caml_hash_mix_int64
9191

92+
From +ieee_754.js:
93+
jsoo_float_of_bits
94+
9295
From +ints.js:
9396
caml_div
9497
caml_mod

compiler/tests-check-prim/unix-Unix.4.14.output

+3
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ caml_gr_window_id
170170
From +hash.js:
171171
caml_hash_mix_int64
172172

173+
From +ieee_754.js:
174+
jsoo_float_of_bits
175+
173176
From +ints.js:
174177
caml_div
175178
caml_mod

compiler/tests-check-prim/unix-Unix.5.2.output

+3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ caml_gr_window_id
166166
From +hash.js:
167167
caml_hash_mix_int64
168168

169+
From +ieee_754.js:
170+
jsoo_float_of_bits
171+
169172
From +ints.js:
170173
caml_div
171174
caml_mod

compiler/tests-check-prim/unix-Unix.5.3.output

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ caml_gr_window_id
165165
From +hash.js:
166166
caml_hash_mix_int64
167167

168+
From +ieee_754.js:
169+
jsoo_float_of_bits
170+
168171
From +ints.js:
169172
caml_div
170173
caml_mod

compiler/tests-check-prim/unix-Win32.4.14.output

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ caml_gr_window_id
142142
From +hash.js:
143143
caml_hash_mix_int64
144144

145+
From +ieee_754.js:
146+
jsoo_float_of_bits
147+
145148
From +ints.js:
146149
caml_div
147150
caml_mod

compiler/tests-check-prim/unix-Win32.5.2.output

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ caml_gr_window_id
139139
From +hash.js:
140140
caml_hash_mix_int64
141141

142+
From +ieee_754.js:
143+
jsoo_float_of_bits
144+
142145
From +ints.js:
143146
caml_div
144147
caml_mod

compiler/tests-check-prim/unix-Win32.5.3.output

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ caml_gr_window_id
138138
From +hash.js:
139139
caml_hash_mix_int64
140140

141+
From +ieee_754.js:
142+
jsoo_float_of_bits
143+
141144
From +ints.js:
142145
caml_div
143146
caml_mod

0 commit comments

Comments
 (0)