소스 검색

c_src/double-conversion/utils.h: Use __arm__ instead of __ARMEL__

Big and little endian ARM both use 64bit doubles, so use the more
general __arm__ rather than __ARMEL__.
pull/67/head
Will Newton 10 년 전
부모
커밋
71d3ecd105
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h 파일 보기

@ -53,7 +53,7 @@
// disabled.)
// On Linux,x86 89255e-22 != Div_double(89255.0/1e22)
#if defined(_M_X64) || defined(__x86_64__) || \
defined(__ARMEL__) || defined(__avr32__) || \
defined(__arm__) || defined(__avr32__) || \
defined(__hppa__) || defined(__ia64__) || \
defined(__mips__) || defined(__powerpc__) || \
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \

불러오는 중...
취소
저장