From 5fe273195b25f6b34a4b8296ba837794f8a45b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Sun, 31 May 2020 18:02:08 +0200 Subject: [PATCH] [VITA] Disable sqrtfv --- deps/math-neon/source/math_sqrtfv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/math-neon/source/math_sqrtfv.c b/deps/math-neon/source/math_sqrtfv.c index c657db5d34..c647403a28 100644 --- a/deps/math-neon/source/math_sqrtfv.c +++ b/deps/math-neon/source/math_sqrtfv.c @@ -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