diff options
Diffstat (limited to 'PxShared/src/foundation/include/unix/neon/PsUnixNeonInlineAoS.h')
| -rw-r--r-- | PxShared/src/foundation/include/unix/neon/PsUnixNeonInlineAoS.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/unix/neon/PsUnixNeonInlineAoS.h b/PxShared/src/foundation/include/unix/neon/PsUnixNeonInlineAoS.h index 1db72c25..79fb051c 100644 --- a/PxShared/src/foundation/include/unix/neon/PsUnixNeonInlineAoS.h +++ b/PxShared/src/foundation/include/unix/neon/PsUnixNeonInlineAoS.h @@ -34,6 +34,13 @@ #error Vector intrinsics should not be included when using scalar implementation. #endif +namespace physx +{ +namespace shdfnd +{ +namespace aos +{ + // improved estimates #define VRECIPEQ recipq_newton<1> #define VRECIPE recip_newton<1> @@ -3583,4 +3590,8 @@ PX_FORCE_INLINE void QuatGetMat33V(const QuatVArg q, Vec3V& column0, Vec3V& colu column2 = V3Merge(FAdd(xz, yw), FSub(yz, xw), FSub(v, yy)); } +} // namespace aos +} // namespace shdfnd +} // namespace physx + #endif // PSFOUNDATION_PSUNIXNEONINLINEAOS_H |