aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.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/neon/PsUnixNeonAoS.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/neon/PsUnixNeonAoS.h')
-rw-r--r--PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h b/PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h
index 28916c91..92641a9e 100644
--- a/PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h
+++ b/PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h
@@ -39,6 +39,13 @@
// only ARM NEON compatible platforms should reach this
#include <arm_neon.h>
+namespace physx
+{
+namespace shdfnd
+{
+namespace aos
+{
+
typedef float32x2_t FloatV;
typedef float32x4_t Vec3V;
typedef float32x4_t Vec4V;
@@ -126,4 +133,8 @@ struct Mat44V
Vec4V PX_ALIGN(16, col3);
} PX_ALIGN_SUFFIX(16);
+} // namespace aos
+} // namespace shdfnd
+} // namespace physx
+
#endif // PSFOUNDATION_PSUNIXNEONAOS_H