From 08af3da77bce6f79dabd1519aebad0a1a3f78d77 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Tue, 15 Sep 2026 16:23:06 +0200 Subject: [PATCH] Add Clang 24 partial support for P3793 Signed-off-by: Jan Schultke --- features_cpp29.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features_cpp29.yaml b/features_cpp29.yaml index bb13b68..60e676e 100644 --- a/features_cpp29.yaml +++ b/features_cpp29.yaml @@ -168,6 +168,10 @@ features: - desc: "Better shifting" paper: P3793 lib: true + support: + - tool: Clang 24 + status: partial + note: "No `std::simd` overloads provided." ftm: - name: __cpp_lib_bitops value: 202606L