Added SIMD option in kernel arguments

This commit is contained in:
Alex
2023-03-13 23:59:55 +02:00
parent 3738e9b018
commit c6e8efa22e
3 changed files with 18 additions and 0 deletions

View File

@ -218,6 +218,9 @@ namespace CPU
SSESupport = true;
}
if (!Config.SIMD)
SSESupport = false;
if (PGESupport)
{
debug("Enabling global pages support...");