mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-19 12:52:25 +00:00
HostFeatures: Allow enabling AVX without SVE256
This commit is contained in:
parent
add0e7a8db
commit
43aef377d7
@ -118,9 +118,6 @@ static void OverrideFeatures(HostFeatures* Features) {
|
||||
|
||||
///< Only force enable SVE256 if SVE is already enabled and ForceSVEWidth is set to >= 256.
|
||||
Features->SupportsSVE256 = ForceSVEWidth() && ForceSVEWidth() >= 256;
|
||||
if (!Features->SupportsSVE256) {
|
||||
Features->SupportsAVX = false;
|
||||
}
|
||||
}
|
||||
|
||||
HostFeatures::HostFeatures() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user