From 32590ed66119921bb256528e22476aaa23690cfe Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 17 Apr 2026 22:38:51 +0100 Subject: [PATCH] Add GCC 16 support for std::simd --- features_cpp26.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index e6aab10..8a57fa3 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1011,6 +1011,11 @@ features: - name: __cpp_lib_simd_complex value: 202502L desc: "Support for interleaved complex values in std::datapar::simd" + support: + - GCC 16 (partial) + hints: + - target: GCC 16 + msg: Missing support for std::complex - desc: "Utility for creating execution environments" paper: P3325