dhewm3-sdk/idlib/math
Daniel Gibson 7123e0ef54 ID_MAYBE_INLINE for not-forced inlining
On Windows, ID_INLINE does __forceinline, which is bad if the function
calls alloca() and is called in a loop..
So use just __inline there so the compiler can choose not to inline
(if called in a loop).
This didn't cause actual stack overflows as far as I know, but it could
(and MSVC warns about it).

(This includes "Fix ID_MAYBE_INLINE on non-Windows platforms")
2021-01-18 02:59:03 +01:00
..
Angles.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Angles.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Complex.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Complex.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Curve.h ID_MAYBE_INLINE for not-forced inlining 2021-01-18 02:59:03 +01:00
Extrapolate.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Interpolate.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Lcp.cpp ID_MAYBE_INLINE for not-forced inlining 2021-01-18 02:59:03 +01:00
Lcp.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Math.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Math.h math.h should #include sys/platform.h 2018-08-20 01:46:37 +02:00
Matrix.cpp Fix idMatX::IsOrthonormal() 2018-08-20 01:46:33 +02:00
Matrix.h ID_MAYBE_INLINE for not-forced inlining 2021-01-18 02:59:03 +01:00
Ode.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Ode.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
Plane.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Plane.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Pluecker.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Pluecker.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Polynomial.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Polynomial.h Fix new[]/delete missmatches and memory leaks found by clang's ASAN 2018-08-20 01:46:39 +02:00
Quat.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Quat.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Random.h Remove usage of long type from idlib/ 2018-08-20 01:46:33 +02:00
Rotation.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Rotation.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Simd.cpp make idlib build with Visual Studio 14 2018-08-20 01:46:39 +02:00
Simd.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Simd_3DNow.cpp Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_3DNow.h Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_AltiVec.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Simd_AltiVec.h Fixes issues with MacOSX. 2018-08-20 01:46:33 +02:00
Simd_Generic.cpp Change another _WIN32 to _MSC_VER for MinGW 2018-08-20 01:46:29 +02:00
Simd_Generic.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Simd_MMX.cpp Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_MMX.h Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_SSE.cpp Fix stack overflow in SSE code 2018-08-20 01:46:39 +02:00
Simd_SSE.h Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_SSE2.cpp Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_SSE2.h Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_SSE3.cpp Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Simd_SSE3.h Only compile msvc style asm with 32bit msvc 2018-08-20 01:46:35 +02:00
Vector.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Vector.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00