dotnet/runtime
Ver no GitHubHave more C++ intrinsics usage in runtime and JIT
Open
#69.401 aberto em 16 de mai. de 2022
area-CodeGen-coreclrhelp wanted
Métricas do repositório
- Stars
- (17.886 stars)
- Métricas de merge de PR
- (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)
Description
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