aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/unix/sse2/PsUnixSse2AoS.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/unix/sse2/PsUnixSse2AoS.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/unix/sse2/PsUnixSse2AoS.h')
-rw-r--r--PxShared/src/foundation/include/unix/sse2/PsUnixSse2AoS.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/unix/sse2/PsUnixSse2AoS.h b/PxShared/src/foundation/include/unix/sse2/PsUnixSse2AoS.h
index 4227a04e..a57025a8 100644
--- a/PxShared/src/foundation/include/unix/sse2/PsUnixSse2AoS.h
+++ b/PxShared/src/foundation/include/unix/sse2/PsUnixSse2AoS.h
@@ -35,6 +35,14 @@
#if !COMPILE_VECTOR_INTRINSICS
#error Vector intrinsics should not be included when using scalar implementation.
#endif
+
+namespace physx
+{
+namespace shdfnd
+{
+namespace aos
+{
+
#if PX_EMSCRIPTEN
typedef int8_t __int8_t;
typedef int16_t __int16_t;
@@ -176,4 +184,8 @@ struct Mat44V
Vec4V PX_ALIGN(16, col3);
} PX_ALIGN_SUFFIX(16);
+} // namespace aos
+} // namespace shdfnd
+} // namespace physx
+
#endif // PSFOUNDATION_PSUNIXSSE2AOS_H