arm/neon abs: negating INT_MIN is undefined behavior
- So cast to unsigned int before flipping sign, and then cast back to a signed int LLVM 19 is making this more prominant: https://github.com/llvm/llvm-project/issues/82112#issuecomment-1956469212 But this was already visible in earlier clang versions with `-O2` https://github.com/simd-everywhere/simde/issues/901 - gh-actions: resume testing emscripten using the 'tip of tree' ("tot") builds. - gh-actions: add clang-17 "-O2" build to confirm the fix
Showing
Please register or sign in to comment