xref: /netbsd-src/lib/libc/arch/aarch64/gdtoa/arith.h (revision beb9c6d1b5720482272c6602961ee57e797b8c22)
1 /* $NetBSD: arith.h,v 1.1 2014/08/10 05:47:36 matt Exp $ */
2 
3 #ifdef __AARCH64EB__
4 #define IEEE_BIG_ENDIAN
5 #else
6 #define IEEE_LITTLE_ENDIAN
7 #endif
8