aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h
diff options
context:
space:
mode:
Diffstat (limited to 'PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h')
-rw-r--r--PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h b/PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h
index 2635311c..f5a2a44d 100644
--- a/PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h
+++ b/PxShared/src/foundation/include/windows/PsWindowsInlineAoS.h
@@ -36,6 +36,13 @@
#include "../PsVecMathSSE.h"
+namespace physx
+{
+namespace shdfnd
+{
+namespace aos
+{
+
//////////////////////////////////////////////////////////////////////
//Test that Vec3V and FloatV are legal
//////////////////////////////////////////////////////////////////////
@@ -3118,4 +3125,8 @@ PX_FORCE_INLINE Vec4V V4ConvertFromI32V(const VecI32V in)
return _mm_cvtepi32_ps(internalWindowsSimd::m128_F2I(in));
}
+} // namespace aos
+} // namespace shdfnd
+} // namespace physx
+
#endif // PSFOUNDATION_PSWINDOWSINLINEAOS_H