Since clang started emitting roundeven intrinsics in a7d6593a0a17, they would
cause a crash in the WebAssembly backend because it did not know the roundeven
library function signatures. Fix the crash by adding the signatures.
Details
Details
- Reviewers
aheejin - Commits
- rG62bfb0b14ce9: [WebAssembly] Add libcall signatures for roundeven
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This fixes a regression reported at https://github.com/simd-everywhere/simde/issues/1001.