소스 검색

core: use <altivec.h> with ppu-gcc, <ppu_altivec_internals.h> with SNC.

legacy
Sam Hocevar sam 14 년 전
부모
커밋
d2b523bb01
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      src/half.cpp

+ 5
- 1
src/half.cpp 파일 보기

@@ -13,7 +13,11 @@
#endif

#if defined __CELLOS_LV2__
# include <ppu_altivec_internals.h>
# if defined __SNC__
# include <ppu_altivec_internals.h>
# else
# include <altivec.h>
# endif
#endif

#include "core.h"


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