- Timestamp:
- Nov 28, 2016, 4:29:54 PM (8 years ago)
- Branches:
- sampler
- Children:
- 5a7c000
- Parents:
- 7cfb55a
- git-author:
- Paul Brossier <piem@piem.org> (10/03/16 20:57:46)
- git-committer:
- Paul Brossier <piem@piem.org> (11/28/16 16:29:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r7cfb55a rc3af14b 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.