[clang] [llvm] [AArch64] Implement NEON vamin/vamax intrinsics (PR #99041)

David Green via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 16 07:19:57 PDT 2024


https://github.com/davemgreen commented:

Did you consider emitting `llvm.fmin(llvm.fabs(x), llvm.fabs(y))`?

https://github.com/llvm/llvm-project/pull/99041


More information about the cfe-commits mailing list