diff options
author | emaste <emaste@FreeBSD.org> | 2015-06-24 14:51:53 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-06-24 14:51:53 +0000 |
commit | d69ab77394c0a72a8e0ccd3b74978cea749163e6 (patch) | |
tree | 011872b84c638d87a50ef2b4d96c1238c85bf7b9 /sys/arm64/include | |
parent | 1643cbee0e1216fd04851139d9392961d1b56714 (diff) | |
download | FreeBSD-src-d69ab77394c0a72a8e0ccd3b74978cea749163e6.zip FreeBSD-src-d69ab77394c0a72a8e0ccd3b74978cea749163e6.tar.gz |
add floatingpoint.h for arm64
On other architectures floatingpoint.h is a symlink to
machine/floatingpoint.h which in turn includes machine/ieeefp.h.
Do this on arm64 as well for now.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64/include')
-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> |