tc39 / ecmascript_simd

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

Remove unsignedExtractLane #262

Closed littledan closed 9 years ago

littledan commented 9 years ago

This was left in the spec by accident, but shouldn't be there with the signed/unsigned split.

littledan commented 9 years ago

Fixed