simd-everywhere / simde

Implementations of SIMD instruction sets for systems which don't natively support them.
https://simd-everywhere.github.io/blog/
MIT License
2.32k stars 239 forks source link

arm/neon abs: negating INT_MIN is undefined behavior #1141

Closed mr-c closed 6 months ago

mr-c commented 6 months ago

https://github.com/llvm/llvm-project/issues/82112#issuecomment-1956469212

and resume testing emscripten using the 'tip of tree' ("tot") builds.

Fixes #901 Fixes #658

mr-c commented 6 months ago

Related issues: https://github.com/simd-everywhere/simde/issues/901 (also vabsq_s32) https://github.com/simd-everywhere/simde/issues/658 (vabsq_s64)