freebsd-dev/sys/arm64/include/floatingpoint.h
Ed Maste ae1860cb89 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
2015-06-24 14:51:53 +00:00

4 lines
45 B
C

/* $FreeBSD$ */
#include <machine/ieeefp.h>