KernOS
cpu.h
Go to the documentation of this file.
1 //
2 // Created on 5/19/20.
3 //
4 
5 #ifndef KERNOS_CPU_H
6 #define KERNOS_CPU_H
7 
10 namespace INIT
11 {
15  void SSE();
16 }
17 
18 #endif //KERNOS_CPU_H
void SSE()
initialize Streaming Single Instruction Multiple Data (SIMD) Extensions, (SSE)
Definition: cpu.cpp:30
contains all kernel initialization routines
Definition: cpu.h:10