summaryrefslogtreecommitdiff
path: root/68020/include/ape/float.h
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2021-02-08 15:45:11 -0800
committerOri Bernstein <ori@eigenstate.org>2021-02-08 15:45:11 -0800
commit566c3ca2de98761f9039e49ca5f68ee1a9ad73c4 (patch)
tree0092cb34a16eab20c8e34eb72c017fd10c069875 /68020/include/ape/float.h
parent491fe2515890fc4e624af72f15775fd48510486a (diff)
downloadplan9front-566c3ca2de98761f9039e49ca5f68ee1a9ad73c4.tar.xz
ape: sync flaot.h macros with u.h
The float.h macros got out of sync with u.h, some of them missing and some of them being incorrect. This change brings them back in line.
Diffstat (limited to '68020/include/ape/float.h')
-rw-r--r--68020/include/ape/float.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/68020/include/ape/float.h b/68020/include/ape/float.h
index 4b56ec172..9c27df3da 100644
--- a/68020/include/ape/float.h
+++ b/68020/include/ape/float.h
@@ -58,6 +58,7 @@ union FPdbleword
#define FPZDIV (1<<10)
#define FPRNR (0<<4)
#define FPRZ (1<<4)
+#define FPINVAL (3<<13)
#define FPRPINF (3<<4)
#define FPRNINF (2<<4)
#define FPRMASK (3<<4)
@@ -70,5 +71,6 @@ union FPdbleword
#define FPAOVFL FPOVFL
#define FPAUNFL FPUNFL
#define FPAZDIV FPZDIV
+#define FPAINVAL FPINVAL
#endif
#endif /* __FLOAT */