소스 검색

Fixed build for arm platforms

Sam Lantinga 12 년 전
부모
커밋
6a1011ae6d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/cpuinfo/SDL_cpuinfo.c

+ 0 - 2
src/cpuinfo/SDL_cpuinfo.c

@@ -255,8 +255,6 @@ CPU_OSSavesYMM(void)
         _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
         _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
         mov a, xcr0
         mov a, xcr0
     }
     }
-#else
-#error Need xgetbv implementation!
 #endif
 #endif
     return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
     return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
 }
 }