Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
core: use <altivec.h> with ppu-gcc, <ppu_altivec_internals.h> with SNC.
legacy
Sam Hocevar
sam
13 vuotta sitten
vanhempi
4b9bd58747
commit
d2b523bb01
1 muutettua tiedostoa
jossa
5 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/half.cpp
+ 5
- 1
src/half.cpp
Näytä tiedosto
@@ -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"
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna