annotate ffmpeg/compat/tms470/math.h @ 13:844d341cf643 tip

Back up before ISMIR
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Thu, 31 Oct 2013 13:17:06 +0000
parents 6840f77b83aa
children
rev   line source
yading@10 1 #include_next <math.h>
yading@10 2
yading@10 3 #undef INFINITY
yading@10 4 #undef NAN
yading@10 5
yading@10 6 #define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 }))
yading@10 7 #define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))