tc39 / ecmascript_simd

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

Fix some bugs in the tests. #269

Closed billbudge closed 9 years ago

billbudge commented 9 years ago

The polyfill was iterating over all the source lanes for widenedAbsoluteDifference, which isn't necessary.

The tests weren't testing all the methods they were supposed to. horizontalSum is defined for all unsigned int types.