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
This commit is contained in:
Ed Maste 2015-06-24 14:51:53 +00:00
parent e2def8eae3
commit ae1860cb89

View File

@ -0,0 +1,3 @@
/* $FreeBSD$ */
#include <machine/ieeefp.h>