Skip to content

Commit

Permalink
JIT: Improve block unrolling, enable AVX-512 (#85501)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo authored May 3, 2023
1 parent d0fe478 commit b4e14b4
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 265 deletions.
3 changes: 3 additions & 0 deletions src/coreclr/jit/codegen.h
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#endif

void genSetRegToConst(regNumber targetReg, var_types targetType, GenTree* tree);
#if defined(FEATURE_SIMD)
void genSetRegToConst(regNumber targetReg, var_types targetType, simd_t* val);
#endif
void genCodeForTreeNode(GenTree* treeNode);
void genCodeForBinary(GenTreeOp* treeNode);

Expand Down
Loading

0 comments on commit b4e14b4

Please sign in to comment.