AArch64: Add support for AArch64 to stdlib/strtod.c
This patch adds support for AArch64 to strtod.c definitions. Change-Id: I9491c4371d921c00e73ae169877a9a71225731fb Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
This commit is contained in:
parent
830de5cb30
commit
65ca282ecd
@ -107,7 +107,7 @@ __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
|
||||
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
|
||||
defined(__powerpc__) || defined(__sh__) || defined(__x86_64__) || \
|
||||
defined(__hppa__) || \
|
||||
(defined(__arm__) && defined(__VFP_FP__))
|
||||
(defined(__arm__) && defined(__VFP_FP__)) || defined(__aarch64__)
|
||||
#include <endian.h>
|
||||
#if BYTE_ORDER == BIG_ENDIAN
|
||||
#define IEEE_BIG_ENDIAN
|
||||
|
Loading…
x
Reference in New Issue
Block a user