dotnet/runtime

Have more C++ intrinsics usage in runtime and JIT

Open

#69.401 aberto em 16 de mai. de 2022

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)C# (5.445 forks)batch import
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

Guia do colaborador