search for: _ieee_

Displaying 1 result from an estimated 1 matches for "_ieee_".

Did you mean: _free_
2001 Aug 23
0
ogg-vorbis and ARM
...So I thought I would try with -msoft-float so an exception doesn't occur on every fp operation. libm had no soft-float library available, and I used a old, custom library I could easily recompile that had no asm code in it. it has the following options _POSIX_MODE _XOPEN_MODE _SVID3_MODE _IEEE_ Since I saw a flag -no-ieee-fp flag in the make files, I am guessing the last option is a no-go. However, while the straight compile encoded and decoded ogg files perfectly (at 95 times real-time), the -msoft-float code seems to provide mostly silence with the occasional bit of white-noise (...