Visual Studio 2022 17.6 中的 MSVC ARM64 优化

In the last couple of months, the Microsoft C++ team has been working on improving MSVC ARM64 backend performance and we are excited to have a couple of optimizations available in the Visual...

微软C++团队在Visual Studio 2022版本17.6中对MSVC ARM64后端性能进行了优化,改善了标量ISA和SIMD ISA(NEON)的代码生成。优化包括自动向量化器支持更多的NEON指令、支持ABS/MIN/MAX上的小类型、基于值范围分析改进标量代码生成、以及ARM64指令组合器现在支持具有多个定义的指令等。作者鼓励读者在Developer Community中提供反馈,以帮助微软团队优化工作。

Visual Studio 2022 17.6 中的 MSVC ARM64 优化
原文英文,约1400词,阅读约需6分钟。发表于:
阅读原文