]> git.saurik.com Git - apple/libc.git/blobdiff - gdtoa/FreeBSD/gdtoa-hexnan.c
Libc-1244.1.7.tar.gz
[apple/libc.git] / gdtoa / FreeBSD / gdtoa-hexnan.c
index 0c485b4504994798e272b00c4679e4459b1b92c2..4de26058af3b7b6bfc6d2fbf2a92a4a9a52dd9c8 100644 (file)
@@ -189,7 +189,7 @@ hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0)
        else {                  /* long double */
                union IEEEl2bits u;
                u.e = nanl(cp);
-#if defined(__i386__) || defined(__x86_64__) || defined(__arm__) 
+#if defined(__i386__) || defined(__x86_64__) || defined(__arm__) || defined(__arm64__)
                x0[1] = (ULong)u.bits.manh;
                x0[0] = (ULong)u.bits.manl;
 #else