aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/windows/PsWindowsAoS.h
diff options
context:
space:
mode:
Diffstat (limited to 'PxShared/src/foundation/include/windows/PsWindowsAoS.h')
-rw-r--r--PxShared/src/foundation/include/windows/PsWindowsAoS.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/windows/PsWindowsAoS.h b/PxShared/src/foundation/include/windows/PsWindowsAoS.h
index 8d0f7510..a4d58c93 100644
--- a/PxShared/src/foundation/include/windows/PsWindowsAoS.h
+++ b/PxShared/src/foundation/include/windows/PsWindowsAoS.h
@@ -36,6 +36,13 @@
#error Vector intrinsics should not be included when using scalar implementation.
#endif
+namespace physx
+{
+namespace shdfnd
+{
+namespace aos
+{
+
typedef __m128 FloatV;
typedef __m128 Vec3V;
typedef __m128 Vec4V;
@@ -128,4 +135,8 @@ struct Mat44V
Vec4V PX_ALIGN(16, col3);
} PX_ALIGN_SUFFIX(16);
+} // namespace aos
+} // namespace shdfnd
+} // namespace physx
+
#endif // PSFOUNDATION_PSWINDOWSAOS_H