dotnet/runtime

Have more C++ intrinsics usage in runtime and JIT

Open

#69.401 aperta il 16 mag 2022

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)C# (5445 fork)batch import
area-CodeGen-coreclrhelp wanted

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

We should start adding more C++ intrinsics helper methods and start consuming them in runtime and JIT codebase for throughput increase. E.g. https://github.com/dotnet/runtime/pull/69333 changes the genLog2() implementation of Arm64 to use BitScanForward.

category:implementation theme:throughput skill-level:intermediate cost:medium impact:small

Guida contributor