[libcxx-commits] [libcxx] [libcxx] Use generic builtins for popcount, clz and ctz (PR #86563)
Marc Auberer via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 27 13:07:30 PDT 2024
================
@@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//
+// ToDo: __builtin_clzg is available since Clang 19 and GCC 14. When support for older versions is dropped, we can
----------------
marcauberer wrote:
Done, thanks for noting.
https://github.com/llvm/llvm-project/pull/86563
More information about the libcxx-commits
mailing list