[PATCH 1/3] include: Use float math functions on ARM.

Grazvydas Ignotas notasas at gmail.com
Sat Oct 17 18:31:03 CDT 2015


Signed-off-by: Grazvydas Ignotas <notasas at gmail.com>
---
 include/msvcrt/math.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/msvcrt/math.h b/include/msvcrt/math.h
index 34aa268..6dd0b97 100644
--- a/include/msvcrt/math.h
+++ b/include/msvcrt/math.h
@@ -76,7 +76,7 @@ double __cdecl _y0(double);
 double __cdecl _y1(double);
 double __cdecl _yn(int, double);
 
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(__arm__)
 
 float __cdecl sinf(float);
 float __cdecl cosf(float);
-- 
1.9.1




More information about the wine-patches mailing list