aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/PsVecMathAoSScalarInline.h
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2018-11-27 13:02:50 -0600
committerSheikh Dawood Abdul Ajees <[email protected]>2018-11-27 13:02:50 -0600
commit78cab22a61786a23f2ee1ad7c5dcbec0024befca (patch)
tree27cb86e3add785670ddfdbfc901f1654d74d1cb2 /PxShared/src/foundation/include/PsVecMathAoSScalarInline.h
parentPhysX 3.4, APEX 1.4 patch release @24990349 (diff)
downloadphysx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.tar.xz
physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.zip
PhysX 3.4, APEX 1.4 patch release @25256367
Diffstat (limited to 'PxShared/src/foundation/include/PsVecMathAoSScalarInline.h')
-rw-r--r--PxShared/src/foundation/include/PsVecMathAoSScalarInline.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/PsVecMathAoSScalarInline.h b/PxShared/src/foundation/include/PsVecMathAoSScalarInline.h
index b98eb922..79f24a32 100644
--- a/PxShared/src/foundation/include/PsVecMathAoSScalarInline.h
+++ b/PxShared/src/foundation/include/PsVecMathAoSScalarInline.h
@@ -34,6 +34,13 @@
#error Scalar version should not be included when using vector intrinsics.
#endif
+namespace physx
+{
+namespace shdfnd
+{
+namespace aos
+{
+
#define BOOL_TO_U32(b) (PxU32)(- PxI32(b))
#define TRUE_TO_U32 (PxU32)(-1)
#define FALSE_TO_U32 (PxU32)(0)
@@ -2261,4 +2268,8 @@ PX_FORCE_INLINE VecU32V V4ConvertToU32VSaturate(const Vec4V a, PxU32 power)
}
*/
+} // namespace aos
+} // namespace shdfnd
+} // namespace physx
+
#endif // PSFOUNDATION_PSVECMATHAOSSCALARINLINE_H