mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 21:09:18 +00:00
Added SIMD option in kernel arguments
This commit is contained in:
@ -218,6 +218,9 @@ namespace CPU
|
||||
SSESupport = true;
|
||||
}
|
||||
|
||||
if (!Config.SIMD)
|
||||
SSESupport = false;
|
||||
|
||||
if (PGESupport)
|
||||
{
|
||||
debug("Enabling global pages support...");
|
||||
|
Reference in New Issue
Block a user