mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 21:09:18 +00:00
Fix for SIMD not being initialized
This commit is contained in:
@ -218,8 +218,11 @@ namespace CPU
|
||||
SSESupport = true;
|
||||
}
|
||||
|
||||
if (!Config.SIMD)
|
||||
if (Config.SIMD == false)
|
||||
{
|
||||
debug("Disabling SSE support...");
|
||||
SSESupport = false;
|
||||
}
|
||||
|
||||
if (PGESupport)
|
||||
{
|
||||
|
Reference in New Issue
Block a user