mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
feat(kernel): enable SIMD by default
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -48,7 +48,7 @@ struct KernelConfig Config = {
|
||||
.Cores = 0,
|
||||
.IOAPICInterruptCore = 0,
|
||||
.UnlockDeadLock = false,
|
||||
.SIMD = false,
|
||||
.SIMD = true,
|
||||
.Quiet = false,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user