Closed billbudge closed 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.
Looks good, though maybe we shouldn't include those toString changes. Could you back those out and then I'll merge this?
Fixes toString to eliminate spaces after commas. Renames shiftRightLogicalByScalar / shiftRightArithmeticByScalar to shiftRightByScalar. Adds Uint32x4, Uint16x8, Uint8x16. Adds tests for new types and functions.