tc39 / ecmascript_simd

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

Coerce load/store indexes with ToNumber. #334

Closed stoklund closed 8 years ago

stoklund commented 8 years ago

Don't require load/store indexes to be integers. Coerce the argument to a number first, and then require that the resultant number is an integer.

Fixes issue #328.

littledan commented 8 years ago

LGTM