[clang] Clang: Drop float support from __builtin_elementwise_max (PR #180885)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 05:56:53 PST 2026
nikic wrote:
The context here is that there are at least 4 notions of what "max" means for floating-point numbers that are in common use, and the used semantics should not hidden behind such an innocuous name.
It would probably make more sense to warn if this intrinsic is used with floats rather than not supporting them entirely.
https://github.com/llvm/llvm-project/pull/180885
More information about the cfe-commits
mailing list