tc39 / ecmascript_simd

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

Remove integer-integer conversions. #331

Open stoklund opened 8 years ago

stoklund commented 8 years ago

Spec says: "..., and SIMD and TIMD are not both integer types."

The bitwise conversions between signed and unsigned integer types remain.