comparison examples/SpectralCentroid.cpp @ 286:91574fc544db

* Sun compiler build support
author cannam
date Thu, 10 Sep 2009 13:24:26 +0000
parents 88ef5ffdbe8d
children c97e70ed5abc
comparison
equal deleted inserted replaced
285:9abf7455a1a3 286:91574fc544db
40 using std::vector; 40 using std::vector;
41 using std::cerr; 41 using std::cerr;
42 using std::endl; 42 using std::endl;
43 43
44 #include <math.h> 44 #include <math.h>
45
46 #ifdef __SUNPRO_CC
47 #include <sunmath.h>
48 #endif
45 49
46 #ifdef WIN32 50 #ifdef WIN32
47 #define isnan(x) false 51 #define isnan(x) false
48 #define isinf(x) false 52 #define isinf(x) false
49 #endif 53 #endif