tc39 / ecmascript_simd

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

Add Uint32x4, Uint16x8, Uint8x16 and functions #266

Closed billbudge closed 9 years ago

billbudge commented 9 years ago

Fixes toString to eliminate spaces after commas. Renames shiftRightLogicalByScalar / shiftRightArithmeticByScalar to shiftRightByScalar. Adds Uint32x4, Uint16x8, Uint8x16. Adds tests for new types and functions.

littledan commented 9 years ago

Looks good, though maybe we shouldn't include those toString changes. Could you back those out and then I'll merge this?