diff options
-rw-r--r-- | sys/arm64/include/floatingpoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm64/include/floatingpoint.h b/sys/arm64/include/floatingpoint.h new file mode 100644 index 0000000..da2e005 --- /dev/null +++ b/sys/arm64/include/floatingpoint.h @@ -0,0 +1,3 @@ +/* $FreeBSD$ */ + +#include <machine/ieeefp.h> |