dhewm3/neo/idlib/math
dhewg 8023bc5d56 Always compile all SIMD code
Protect all SIMD implementations with the according defines and
let the compiler decide if it supports the intructions.

Linux will still use Simd_Generic because CPU feature runtime
detection is missing.
2011-12-13 18:56:38 +01:00
..
Angles.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Angles.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Complex.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Complex.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Curve.h Fix -Wunused-variable warnings 2011-12-10 15:36:03 +01:00
Extrapolate.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Interpolate.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Lcp.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Lcp.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Math.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Math.h Only include ppc_intrinsics.h when required 2011-12-13 16:26:38 +01:00
Matrix.cpp Fix wrong usage of loop variables 2011-12-10 15:36:17 +01:00
Matrix.h Trivial pointer cast fixes for x86_64 2011-12-10 15:36:09 +01:00
Ode.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Ode.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Plane.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Plane.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Pluecker.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Pluecker.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Polynomial.cpp Mark unused variables in a non-debug build as such 2011-12-10 15:36:07 +01:00
Polynomial.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Quat.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Quat.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Random.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Rotation.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Rotation.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Simd.cpp Fix -Wunused-variable warnings 2011-12-10 15:36:03 +01:00
Simd.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Simd_3DNow.cpp Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Simd_3DNow.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Simd_AltiVec.cpp Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_AltiVec.h Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_Generic.cpp Fix ./idlib/math/ for x86_64 2011-12-10 15:36:11 +01:00
Simd_Generic.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
Simd_MMX.cpp Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_MMX.h Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_SSE.cpp Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_SSE.h Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_SSE2.cpp Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_SSE2.h Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_SSE3.cpp Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Simd_SSE3.h Always compile all SIMD code 2011-12-13 18:56:38 +01:00
Vector.cpp Trivial pointer cast fixes for x86_64 2011-12-10 15:36:09 +01:00
Vector.h Trivial pointer cast fixes for x86_64 2011-12-10 15:36:09 +01:00