From 44523aeec44a40a1ce6c50295cad72c53b0549bb Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Mon, 30 Jun 2025 18:01:03 +0200 Subject: [PATCH] C++: Add Arm64 change note --- cpp/ql/lib/change-notes/2025-06-24-float16 copy.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2025-06-24-float16 copy.md diff --git a/cpp/ql/lib/change-notes/2025-06-24-float16 copy.md b/cpp/ql/lib/change-notes/2025-06-24-float16 copy.md new file mode 100644 index 000000000000..0e88694e1169 --- /dev/null +++ b/cpp/ql/lib/change-notes/2025-06-24-float16 copy.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The analysis of C/C++ code targeting 64-bit Arm platforms has been improved. This includes support for the Arm-specific builtin functions, support for the `arm_neon.h` header and Neon vector types, and support for the `fp8` scalar type. The `arm_sve.h` header and scalable vectors are only partially supported at this point.