Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: llvm/llvm-project#82112 (comment) But this was already visible in earlier clang versions with `-O2` simd-everywhere/simde#901 - gh-actions: resume testing emscripten using the 'tip of tree' ("tot") builds. - gh-actions: add clang-17 "-O2" build to confirm the fix
- Loading branch information