tc39 / ecmascript_simd

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

Preserve bits when doing load/store of NaN patterns #289

Closed PeterJensen closed 9 years ago

PeterJensen commented 9 years ago

This should take care of the NaN bit preservations when doing load/store operations of NaN patterns.

PeterJensen commented 9 years ago

@billbudge do you mind taking a look? I added a couple of tests that currently fail with FF, but pass with this fix. The tests aren't extensive, but will probably suffice.

billbudge commented 9 years ago

This looks good. Thanks!