ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtmath.h
(Generate patch)

Comparing ray/src/common/rtmath.h (file contents):
Revision 3.6 by greg, Fri Feb 8 16:10:07 2013 UTC vs.
Revision 3.7 by greg, Sat Jun 29 15:46:02 2013 UTC

# Line 37 | Line 37 | typedef struct {
37   extern double   tcos(double x);
38   extern double   atan2a(double y, double x);
39  
40 < #ifdef  FASTMATH
40 > #ifdef  __FAST_MATH__
41   #define  tcos                   cos
42   #define  tsin                   sin
43   #define  ttan                   tan

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines