tc39 / ecmascript_simd

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

Restrict many operations to numeric SIMD types #239

Closed littledan closed 9 years ago

littledan commented 9 years ago

e.g., add fails to exclude booleans. Thanks @billbudge for pointing this issue out.

billbudge commented 9 years ago

This includes the SIMD.fromTIMD and SIMD.TIMDBits operations

littledan commented 9 years ago

(Casts are tracked by #236)

littledan commented 9 years ago

Fixed in spec v0.7.3.