mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
[VITA] Disable sqrtfv
This commit is contained in:
parent
a10abdd929
commit
5fe273195b
1 changed files with 1 additions and 1 deletions
2
deps/math-neon/source/math_sqrtfv.c
vendored
2
deps/math-neon/source/math_sqrtfv.c
vendored
|
@ -100,7 +100,7 @@ void sqrtfv_c(float *x, int n, float *r)
|
|||
|
||||
void sqrtfv_neon(float *x, int n, float *r)
|
||||
{
|
||||
#ifdef __MATH_NEON
|
||||
#if 0
|
||||
asm volatile (
|
||||
|
||||
"tst r1, #1 \n\t" //r1 & 1
|
||||
|
|
Loading…
Add table
Reference in a new issue