Added exception to not use the "f" versions of the math functions when
authorjsquyres <jsquyres@xiph.org>
Mon, 19 Feb 2001 05:34:59 +0000 (05:34 +0000)
committerjsquyres <jsquyres@xiph.org>
Mon, 19 Feb 2001 05:34:59 +0000 (05:34 +0000)
commit2c1e8f6c6a91dc061e093e0e2356c1aa03b83fd6
treec39cbc2a311e933ad217ab9bcf458a6db163a0e9
parent6bf8a4a38a8b268b6de0534d9db4e3a7a5f4eec3
Added exception to not use the "f" versions of the math functions when
not compiling with gcc (gotta love negative logic!).

Apparently, this was exception was in here back in version 1.20, but
with slightly different logic.  When the logic got changed, it seems
that this exception got lost.

Without this exception, compiling with the native solaris compilers
barfs because most of these functions don't exist on solaris.

svn path=/trunk/vorbis/; revision=1306
lib/os.h