include: Use float math functions on ARM.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Grazvydas Ignotas 2015-10-18 02:31:03 +03:00 committed by Alexandre Julliard
parent 9b9dd19297
commit b3194e04e0
1 changed files with 1 additions and 1 deletions

View File

@ -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);