search for: _v_ifdefjail_h_

Displaying 3 results from an estimated 3 matches for "_v_ifdefjail_h_".

2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
...char" Index: lib/os.h =================================================================== RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v retrieving revision 1.19 diff -u -p -r1.19 os.h --- lib/os.h 2000/12/21 21:04:40 1.19 +++ lib/os.h 2001/01/30 01:37:28 @@ -24,19 +24,31 @@ #ifndef _V_IFDEFJAIL_H_ #define _V_IFDEFJAIL_H_ +#ifdef __GNUC__ +#define STIN static inline +#elif _WIN32 +#define STIN static __inline +#else +#define STIN static +#endif + #ifndef M_PI #define M_PI (3.1415926536f) #endif -#ifndef __GNUC__ + #ifdef _WIN32 # include <malloc.h> # define rint(x) (floor...
2001 Feb 03
1
fast math optimization patch
...re root estimate (i.e., 1.0/sqrt(x)) - fast_sqrt_est -- fast square root estimate - fast_log_est -- fast natural log estimate - Adds a IEEE structure 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-s...
2018 Mar 20
1
several tremor patches
Attached several patches that I have been using to the tremor tree. Please review and apply as you see fit. Regards. -- O.S. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-os.h-change-elif-_WIN32-to-elif-defined-_WIN32.patch Type: text/x-patch Size: 728 bytes Desc: not available URL: