Skip to content

Commit 4e7b00e

Browse files
committed
Add NaN DataView issue
1 parent 8f0b695 commit 4e7b00e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/references/bugs.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,3 +371,12 @@ @misc{bug:v8:5157
371371
year = {2016}
372372
}
373373

374+
@misc{bug:webkit:53598,
375+
abstract = {Note that changing the WebIDL draft is an valid option as well if these values can be justified as making more sense. Alternately, the Typed Array specification could indicate that no explicit bit pattern for NaNs can be guaranteed - IEEE 754 defines a variety of NaN values, and for allowing variability among platforms may allow higher performance implementations.},
376+
keywords = {math, javascript, v8, chrome, nan, ieee754, floating-point},
377+
notes = {},
378+
title = {{[V8] Incorrect behavior of NaNs in DataView (setting values, bit patterns)}},
379+
url = {https://bugs.webkit.org/show_bug.cgi?id=53598},
380+
year = {2011}
381+
}
382+

0 commit comments

Comments
 (0)