tc39 / ecmascript_simd

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

Remove sumOfAbsoluteDifferences instructions #279

Closed littledan closed 9 years ago

littledan commented 9 years ago

Remove these three instructions, as they will be delayed to a later phase due to implementation difficulties noted by @sunfishcode .

Remove these from the spec, polyfill and tests.

littledan commented 9 years ago

Removed from the spec; made test/polyfill pull request.