Added atan2 implementation from uClibc
This commit is contained in:
parent
fa8d01e8ab
commit
21e184b0bb
5 changed files with 128 additions and 1 deletions
|
@ -24,6 +24,10 @@
|
|||
|
||||
/* Math routines from uClibc: http://www.uclibc.org */
|
||||
|
||||
#ifndef HAVE_ATAN2
|
||||
#define __ieee754_atan2 SDL_atan2
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COPYSIGN
|
||||
#define copysign SDL_uclibc_copysign
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue