- Timestamp:
- Oct 3, 2016, 8:57:46 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- 8d38841
- Parents:
- ffd10fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rffd10fb r54eba9d 221 221 #define FLOOR floorf 222 222 #define CEIL ceilf 223 #define ATAN atanf 223 224 #define ATAN2 atan2f 224 225 #else … … 233 234 #define FLOOR floor 234 235 #define CEIL ceil 236 #define ATAN atan 235 237 #define ATAN2 atan2 236 238 #endif
Note: See TracChangeset
for help on using the changeset viewer.