dotnet/runtime

Have more C++ intrinsics usage in runtime and JIT

Offen

#69.401 geöffnet am 16.05.2022

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-CodeGen-coreclrhelp wanted

Repository-Metriken

Stars
 (17.886 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide