diff options
Diffstat (limited to 'PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h')
| -rw-r--r-- | PxShared/src/foundation/include/unix/neon/PsUnixNeonAoS.h | 11 |
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 |