소스 검색

core: mediocre workaround for mingw32 who ignores our FP_USE macro.

legacy
Sam Hocevar sam 13 년 전
부모
커밋
1569f1620a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/core.h

+ 2
- 0
src/core.h 파일 보기

@@ -33,6 +33,8 @@
# define FP_USE(x) __asm__("" : "+f" (x))
# elif defined __x86_64__
# define FP_USE(x) __asm__("" : "+x" (x))
# elif defined _WIN32 /* FIXME: this isn't good */
# define FP_USE(x) __asm__("" : "+m" (x))
# elif defined __i386__
# define FP_USE(x) __asm__("" : "+t" (x))
# endif


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