Displaying 1 result from an estimated 1 matches for "vorbis_x86".
Did you mean:
  vorbis_vc6
  
2001 Feb 03
1
fast math optimization patch
...ructure for floats
     - Adds VORBIS_EXACT_FLOAT_RESULTS.  If this is defined, the 
estimations are turned off.
- Modify os.h
     - Remove _V_IFDEFJAIL_H_.  The entire file is already in an _OS_H 
ifdef,
        so this shouldn't be necessary.
     - Added normalized processor ifdef support (VORBIS_X86 and 
VORBIS_PPC so far).
       These control whether process-specific optimizations are allowed.
       Defining C_ONLY turns off all processor-specific code.
     - Added VORBIS_BIG_ENDIAN and VORBIS_LITTLE_ENDIAN since
       the other various macros for this are not portable
    - Switched a fe...