Implement SSE instructions

This commit is contained in:
2026-03-07 17:36:09 +01:00
parent 40bfc1e916
commit 5e616c1879
16 changed files with 80 additions and 15 deletions

6
kernel/amd64/sse.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _KERNEL_SSE_H
#define _KERNEL_SSE_H
void sse_enable (void);
#endif // _KERNEL_SSE_H