aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/ps/unix/PsUnixFPU.h
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/src/ps/unix/PsUnixFPU.h')
-rw-r--r--NvCloth/src/ps/unix/PsUnixFPU.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NvCloth/src/ps/unix/PsUnixFPU.h b/NvCloth/src/ps/unix/PsUnixFPU.h
index edd5522..3f98a69 100644
--- a/NvCloth/src/ps/unix/PsUnixFPU.h
+++ b/NvCloth/src/ps/unix/PsUnixFPU.h
@@ -44,7 +44,7 @@
#endif
-PX_INLINE physx::shdfnd::SIMDGuard::SIMDGuard()
+PX_INLINE nv::cloth::ps::SIMDGuard::SIMDGuard()
{
#if !PX_EMSCRIPTEN && (PX_X86 || PX_X64)
mControlWord = _mm_getcsr();
@@ -53,7 +53,7 @@ PX_INLINE physx::shdfnd::SIMDGuard::SIMDGuard()
#endif
}
-PX_INLINE physx::shdfnd::SIMDGuard::~SIMDGuard()
+PX_INLINE nv::cloth::ps::SIMDGuard::~SIMDGuard()
{
#if !PX_EMSCRIPTEN && (PX_X86 || PX_X64)
// restore control word and clear exception flags