arsenm wrote: > Dropping in after the fact, is there a reason we called this > `__builtin_elementwise_ctlz` instead of `__builtin_elementwise_clzg`? The > builtin is just `clzg` done on each element so the name is confusing me.
It matches the llvm intrinsic name, and the second argument is a difference from clz https://github.com/llvm/llvm-project/pull/131995 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits