mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-17 17:24:16 +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,
|
.Cores = 0,
|
||||||
.IOAPICInterruptCore = 0,
|
.IOAPICInterruptCore = 0,
|
||||||
.UnlockDeadLock = false,
|
.UnlockDeadLock = false,
|
||||||
.SIMD = false,
|
.SIMD = true,
|
||||||
.Quiet = false,
|
.Quiet = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user