Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Archivist
/
raylib-src
kopie van
https://github.com/raysan5/raylib
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
24
Wiki
Activiteit
Bladeren bron
Corrected bug on NEON
pull/841/head
Ray
5 jaren geleden
bovenliggende
9994f16479
commit
cf4fde9456
1 gewijzigde bestanden
met
toevoegingen van 2
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+2
-2
src/external/miniaudio.h
+ 2
- 2
src/external/miniaudio.h
Bestand weergeven
@ -29347,8 +29347,8 @@ static MA_INLINE float32x4_t ma_src_sinc__interpolation_factor__neon(const ma_sr
{
float32x4_t
xabs
;
int32x4_t
ixabs
;
float32x4_t
a
float32x4_t
r
float32x4_t
a
;
float32x4_t
r
;
int
*
ixabsv
;
float
lo
[
4
]
;
float
hi
[
4
]
;
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan