include: Use float math functions on ARM.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9b9dd19297
commit
b3194e04e0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue