summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu/fpu_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/fpu/fpu_emu.h')
-rw-r--r--sys/powerpc/fpu/fpu_emu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/fpu/fpu_emu.h b/sys/powerpc/fpu/fpu_emu.h
index 56f1ef8..89ccc36 100644
--- a/sys/powerpc/fpu/fpu_emu.h
+++ b/sys/powerpc/fpu/fpu_emu.h
@@ -167,6 +167,8 @@ void fpu_compare(struct fpemu *, int);
/* Build a new Quiet NaN (sign=0, frac=all 1's). */
struct fpn *fpu_newnan(struct fpemu *);
+void fpu_norm(struct fpn *);
+
/*
* Shift a number right some number of bits, taking care of round/sticky.
* Note that the result is probably not a well-formed number (it will lack
OpenPOWER on IntegriCloud