From 2398860b2b9bd6d9ec55a4b1cfddbcf1f6e4ebf6 Mon Sep 17 00:00:00 2001 From: Ales Borovicka Date: Wed, 15 Mar 2017 15:20:53 +0100 Subject: PhysX 3.4, APEX 1.4 patch release @21821222 --- PhysX_3.4/Source/GeomUtils/src/mesh/GuMidphaseBV4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PhysX_3.4/Source/GeomUtils/src/mesh/GuMidphaseBV4.cpp') diff --git a/PhysX_3.4/Source/GeomUtils/src/mesh/GuMidphaseBV4.cpp b/PhysX_3.4/Source/GeomUtils/src/mesh/GuMidphaseBV4.cpp index 084b29e2..06aa4c7e 100644 --- a/PhysX_3.4/Source/GeomUtils/src/mesh/GuMidphaseBV4.cpp +++ b/PhysX_3.4/Source/GeomUtils/src/mesh/GuMidphaseBV4.cpp @@ -57,7 +57,7 @@ using namespace physx; using namespace Gu; using namespace Cm; -#if PX_INTEL_FAMILY +#if PX_INTEL_FAMILY && !defined(PX_SIMD_DISABLED) Ps::IntBool BV4_RaycastSingle (const PxVec3& origin, const PxVec3& dir, const BV4Tree& tree, const PxMat44* PX_RESTRICT worldm_Aligned, PxRaycastHit* PX_RESTRICT hit, float maxDist, float geomEpsilon, PxU32 flags, PxHitFlags hitFlags); PxU32 BV4_RaycastAll (const PxVec3& origin, const PxVec3& dir, const BV4Tree& tree, const PxMat44* PX_RESTRICT worldm_Aligned, PxRaycastHit* PX_RESTRICT hits, PxU32 maxNbHits, float maxDist, float geomEpsilon, PxU32 flags, PxHitFlags hitFlags); void BV4_RaycastCB (const PxVec3& origin, const PxVec3& dir, const BV4Tree& tree, const PxMat44* PX_RESTRICT worldm_Aligned, float maxDist, float geomEpsilon, PxU32 flags, MeshRayCallback callback, void* userData); -- cgit v1.2.3