This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
core: use <altivec.h> with ppu-gcc, <ppu_altivec_internals.h> with SNC.
legacy
Sam Hocevar
sam
13 years ago
parent
4b9bd58747
commit
d2b523bb01
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/half.cpp
+ 5
- 1
src/half.cpp
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save