comparison loader/win32.c @ 22875:15ca243429f9

typo fixes ported from VLC
author diego
date Sun, 01 Apr 2007 14:42:13 +0000
parents 50225df605b5
children c45f009ce3a7
comparison
equal deleted inserted replaced
22874:9a8f6901e888 22875:15ca243429f9
4278 srand(seed); 4278 srand(seed);
4279 } 4279 }
4280 4280
4281 #if 1 4281 #if 1
4282 4282
4283 // prefered compilation with -O2 -ffast-math ! 4283 // preferred compilation with -O2 -ffast-math !
4284 4284
4285 static double explog10(double x) 4285 static double explog10(double x)
4286 { 4286 {
4287 /*printf("Log10 %f => %f 0x%Lx\n", x, log10(x), *((int64_t*)&x));*/ 4287 /*printf("Log10 %f => %f 0x%Lx\n", x, log10(x), *((int64_t*)&x));*/
4288 return log10(x); 4288 return log10(x);