summaryrefslogtreecommitdiff
path: root/lib9/setfcr-Linux-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9/setfcr-Linux-arm.c')
-rw-r--r--lib9/setfcr-Linux-arm.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/lib9/setfcr-Linux-arm.c b/lib9/setfcr-Linux-arm.c
deleted file mode 100644
index eb77b872..00000000
--- a/lib9/setfcr-Linux-arm.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Linux arm fpu support
- * Mimic Plan9 floating point support
- */
-
-#include "lib9.h"
-
-#include <fenv.h>
-
-void
-setfcr(ulong fcr)
-{
-}
-
-ulong
-getfcr(void)
-{
- ulong fcr = 0;
- return fcr;
-}
-
-ulong
-getfsr(void)
-{
- ulong fsr = -1;
- return fsr;
-}
-
-void
-setfsr(ulong fsr)
-{
-}