C++: Add Arm64 change note

This commit is contained in:
Jeroen Ketema
2025-06-30 18:01:03 +02:00
parent 6ae1656ec4
commit 44523aeec4

View File

@@ -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.