Merge pull request #19933 from jketema/arm-change

C++: Add Arm64 change note
This commit is contained in:
Jeroen Ketema
2025-06-30 19:19:32 +02:00
committed by GitHub

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.