Home | History | Annotate | Line # | Download | only in gdtoa
      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