[clang] [clang] constexpr `__builtin_elementwise_abs` support (PR #152497)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 11 07:05:38 PDT 2025


RKSimon wrote:

> @RKSimon For the floating-point part, does this simply call `llvm::abs` on each element, or is there a specific standard it needs to

yes, its per-element clearing of the sign bits - nothing special.

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


More information about the cfe-commits mailing list