mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Disable not compilable sqrtfv_neon
This commit is contained in:
parent
eef7611cf1
commit
d1aa7dbedc
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…
x
Reference in New Issue
Block a user