Blender Git Loki
Git Commits -> Revision 281f236
Revision 281f236 by Erwin Coumans (master) October 30, 2005, 06:44 (GMT) |
Minor changes in Bullet: - on Ton's request use double versions of cos,sin,tan, sqrt etc. just like Solid in MT_Scalar #if defined (__sun) || defined (__sun__) || defined (__sparc) || defined (__APPLE__) - updated an url in the header of files |
Commit Details:
Full Hash: 281f236e6ea4838d121b0872475520fac36d03f7
SVN Revision: 5643
Parent Commit: cb99883
Lines Changed: +263, -234
110 Modified Paths:
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseProxy.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseProxy.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionAlgorithm.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionDispatcher.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionDispatcher.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/SimpleBroadphase.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/SimpleBroadphase.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/BoxShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/BoxShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CollisionShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CollisionShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConeShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConeShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexHullShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexHullShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CylinderShape.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/CollisionShapes/CylinderShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MinkowskiSumShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MinkowskiSumShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MultiSphereShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/MultiSphereShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/PolyhedralConvexShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/PolyhedralConvexShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp (+3, -3) (Diff)
/extern/bullet/Bullet/CollisionShapes/SphereShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/StridingMeshInterface.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/StridingMeshInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleCallback.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMesh.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMeshShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMeshShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_AlgebraicPolynomialSolver.cpp (+17, -17) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_AlgebraicPolynomialSolver.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Collidable.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Collidable.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_CollisionPair.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_CollisionPair.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_EdgeEdge.cpp (+18, -18) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_EdgeEdge.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_MotionStateInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Screwing.cpp (+9, -9) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Screwing.h (+5, -5) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_StaticMotionState.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_VertexPoly.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_VertexPoly.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ContinuousConvexCollision.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ContinuousConvexCollision.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexPenetrationDepthSolver.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/DiscreteCollisionDetectorInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/SimplexSolverInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/SubSimplexConvexCast.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/SubSimplexConvexCast.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConcaveCollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConcaveCollisionAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConvexAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConvexAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/EmptyCollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/EmptyCollisionAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ManifoldResult.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ManifoldResult.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ConstraintSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactConstraint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactConstraint.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/JacobianEntry.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Point2PointConstraint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Point2PointConstraint.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SimpleConstraintSolver.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SimpleConstraintSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Solve2LinearConstraint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Solve2LinearConstraint.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/Dynamics/ContactJoint.cpp (+2, -2) (Diff)
/extern/bullet/BulletDynamics/Dynamics/RigidBody.cpp (+0, -1) (Diff)
/extern/bullet/BulletLicense.txt (+1, -1) (Diff)
/extern/bullet/LinearMath/AabbUtil2.h (+1, -1) (Diff)
/extern/bullet/LinearMath/GEN_List.h (+1, -1) (Diff)
/extern/bullet/LinearMath/GEN_MinMax.h (+1, -1) (Diff)
/extern/bullet/LinearMath/GEN_random.h (+1, -1) (Diff)
/extern/bullet/LinearMath/IDebugDraw.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdMatrix3x3.h (+23, -23) (Diff)
/extern/bullet/LinearMath/SimdMinMax.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdPoint3.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdQuadWord.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdQuaternion.h (+16, -16) (Diff)
/extern/bullet/LinearMath/SimdScalar.h (+41, -11) (Diff)
/extern/bullet/LinearMath/SimdTransform.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdTransformUtil.h (+4, -4) (Diff)
/extern/bullet/LinearMath/SimdVector3.h (+11, -11) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseProxy.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseProxy.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionAlgorithm.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionDispatcher.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/CollisionDispatcher.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/SimpleBroadphase.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/SimpleBroadphase.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/BoxShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/BoxShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CollisionShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CollisionShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConeShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConeShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexHullShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexHullShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CylinderShape.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/CollisionShapes/CylinderShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MinkowskiSumShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MinkowskiSumShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MultiSphereShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/MultiSphereShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/PolyhedralConvexShape.cpp (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/PolyhedralConvexShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp (+3, -3) (Diff)
/extern/bullet/Bullet/CollisionShapes/SphereShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/StridingMeshInterface.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/StridingMeshInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleCallback.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMesh.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMeshShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMeshShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_AlgebraicPolynomialSolver.cpp (+17, -17) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_AlgebraicPolynomialSolver.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Collidable.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Collidable.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_CollisionPair.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_CollisionPair.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_EdgeEdge.cpp (+18, -18) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_EdgeEdge.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_MotionStateInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Screwing.cpp (+9, -9) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_Screwing.h (+5, -5) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_StaticMotionState.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_VertexPoly.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_VertexPoly.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ContinuousConvexCollision.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ContinuousConvexCollision.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexPenetrationDepthSolver.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/DiscreteCollisionDetectorInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp (+4, -4) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PersistentManifold.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/SimplexSolverInterface.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/SubSimplexConvexCast.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/SubSimplexConvexCast.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConcaveCollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConcaveCollisionAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConvexAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConvexAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/EmptyCollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/EmptyCollisionAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ManifoldResult.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ManifoldResult.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ConstraintSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactConstraint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactConstraint.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/JacobianEntry.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Point2PointConstraint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Point2PointConstraint.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SimpleConstraintSolver.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SimpleConstraintSolver.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Solve2LinearConstraint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Solve2LinearConstraint.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/Dynamics/ContactJoint.cpp (+2, -2) (Diff)
/extern/bullet/BulletDynamics/Dynamics/RigidBody.cpp (+0, -1) (Diff)
/extern/bullet/BulletLicense.txt (+1, -1) (Diff)
/extern/bullet/LinearMath/AabbUtil2.h (+1, -1) (Diff)
/extern/bullet/LinearMath/GEN_List.h (+1, -1) (Diff)
/extern/bullet/LinearMath/GEN_MinMax.h (+1, -1) (Diff)
/extern/bullet/LinearMath/GEN_random.h (+1, -1) (Diff)
/extern/bullet/LinearMath/IDebugDraw.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdMatrix3x3.h (+23, -23) (Diff)
/extern/bullet/LinearMath/SimdMinMax.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdPoint3.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdQuadWord.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdQuaternion.h (+16, -16) (Diff)
/extern/bullet/LinearMath/SimdScalar.h (+41, -11) (Diff)
/extern/bullet/LinearMath/SimdTransform.h (+1, -1) (Diff)
/extern/bullet/LinearMath/SimdTransformUtil.h (+4, -4) (Diff)
/extern/bullet/LinearMath/SimdVector3.h (+11, -11) (Diff)