tc39 / ecmascript_simd

SIMD numeric type for EcmaScript
Other
544 stars 64 forks source link

Throw a RangeError when fromFloat32x4 sees a NaN. #327

Closed stoklund closed 8 years ago

stoklund commented 8 years ago

This brings the polyfill and tests in line with the text of the specification.

stoklund commented 8 years ago

Changed the conditions to be identical in the tests and polyfill.