Commit 7f7bb7b
Arm64/Sve: Enable Sve only if vector length is 128 (#104174)
* Enable InstructionSet_Sve only if system VL == 128
* Update src/coreclr/vm/codeman.cpp
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Update src/coreclr/vm/codeman.cpp
* Remove hardcoding of 128 for windows
---------
Co-authored-by: Jan Kotas <jkotas@microsoft.com>1 parent a177d24 commit 7f7bb7b
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1514 | 1514 | | |
1515 | 1515 | | |
1516 | 1516 | | |
1517 | | - | |
1518 | | - | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
1519 | 1521 | | |
1520 | 1522 | | |
1521 | 1523 | | |
| |||
0 commit comments