dotnet/runtime

Perform simple SIMD transformations where applicable

オープン

#82,366 opened on 2023/02/19

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)C# (5,445 件のフォーク)batch import
area-CodeGen-coreclrhelp wanted

Repository metrics

Stars
 (17,886 個のスター)
PR merge metrics
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

As part of the more general support for basic constant folding around SIMD types, we should ensure that transforms which exist for scalar code are mirrored for the SIMD scenario as well.

Consider for example vector * 2 which can be translated to vector + vector instead.

コントリビューターガイド