summaryrefslogtreecommitdiff
path: root/kernel/cpu/fpu.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-16 16:48:12 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-16 16:48:12 -0400
commita18fd19647c08e8467440e0262b725e17ff5c5b0 (patch)
tree18a5cde3b215ed44034a0b280817b73ef98c89d1 /kernel/cpu/fpu.h
parentupdate build.zig (diff)
downloadcomus-a18fd19647c08e8467440e0262b725e17ff5c5b0.tar.gz
comus-a18fd19647c08e8467440e0262b725e17ff5c5b0.tar.bz2
comus-a18fd19647c08e8467440e0262b725e17ff5c5b0.zip
add support for cpu feature checking, see, and avx
Diffstat (limited to 'kernel/cpu/fpu.h')
-rw-r--r--kernel/cpu/fpu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/cpu/fpu.h b/kernel/cpu/fpu.h
deleted file mode 100644
index edb4e81..0000000
--- a/kernel/cpu/fpu.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * @file fpu.h
- *
- * @author Freya Murphy <freya@freyacat.org>
- *
- * FPU functions
- */
-
-#ifndef FPU_H_
-#define FPU_H_
-
-void fpu_init(void);
-
-#endif /* fpu.h */