diff options
Diffstat (limited to 'PxShared/src/foundation/include/unix/sse2/PsUnixSse2InlineAoS.h')
| -rw-r--r-- | PxShared/src/foundation/include/unix/sse2/PsUnixSse2InlineAoS.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PxShared/src/foundation/include/unix/sse2/PsUnixSse2InlineAoS.h b/PxShared/src/foundation/include/unix/sse2/PsUnixSse2InlineAoS.h index ba395e6b..739c9905 100644 --- a/PxShared/src/foundation/include/unix/sse2/PsUnixSse2InlineAoS.h +++ b/PxShared/src/foundation/include/unix/sse2/PsUnixSse2InlineAoS.h @@ -40,6 +40,13 @@ #include "../../PsVecMathSSE.h" +namespace physx +{ +namespace shdfnd +{ +namespace aos +{ + #define PX_FPCLASS_SNAN 0x0001 /* signaling NaN */ #define PX_FPCLASS_QNAN 0x0002 /* quiet NaN */ #define PX_FPCLASS_NINF 0x0004 /* negative infinity */ @@ -3225,4 +3232,8 @@ PX_FORCE_INLINE VecU32V V4ConvertToU32VSaturate(const Vec4V in, PxU32 power) return result; } +} // namespace aos +} // namespace shdfnd +} // namespace physx + #endif // PSFOUNDATION_PSUNIXSSE2INLINEAOS_H |