SDL/src/libm
Sam Lantinga 22938ecdfb Fixed Visual C++ release build for Visual C++ 2005
* Some math functions become intrinsic in release mode, so we need to
  convert all the math functions into SDL math functions, like we did
  with the stdlib functions.
* Constant initializers of 8-bit values become calls to memset() in
  release mode, but memset() itself is an intrinsic when explicitly
  called.  So we'll just explicitly call memset() in those cases.
2009-01-10 18:32:24 +00:00
..
e_log.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
e_pow.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
e_rem_pio2.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
e_sqrt.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
k_cos.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
k_rem_pio2.c Whoops, missed a file... 2008-09-15 06:46:23 +00:00
k_sin.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
math_private.h Updated Visual C++ build 2008-09-15 07:34:36 +00:00
math.h Fixed Visual C++ release build for Visual C++ 2005 2009-01-10 18:32:24 +00:00
s_copysign.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
s_cos.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
s_fabs.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
s_floor.c Final merge of Google Summer of Code 2008 work... 2008-10-04 06:46:59 +00:00
s_scalbn.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
s_sin.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00