aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/ps/windows/PsWindowsFPU.h
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/src/ps/windows/PsWindowsFPU.h')
-rw-r--r--NvCloth/src/ps/windows/PsWindowsFPU.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NvCloth/src/ps/windows/PsWindowsFPU.h b/NvCloth/src/ps/windows/PsWindowsFPU.h
index d85e531..dc8b90e 100644
--- a/NvCloth/src/ps/windows/PsWindowsFPU.h
+++ b/NvCloth/src/ps/windows/PsWindowsFPU.h
@@ -30,7 +30,7 @@
#ifndef PSFOUNDATION_PSWINDOWSFPU_H
#define PSFOUNDATION_PSWINDOWSFPU_H
-PX_INLINE physx::shdfnd::SIMDGuard::SIMDGuard()
+PX_INLINE nv::cloth::ps::SIMDGuard::SIMDGuard()
{
#if !PX_ARM
mControlWord = _mm_getcsr();
@@ -39,7 +39,7 @@ PX_INLINE physx::shdfnd::SIMDGuard::SIMDGuard()
#endif
}
-PX_INLINE physx::shdfnd::SIMDGuard::~SIMDGuard()
+PX_INLINE nv::cloth::ps::SIMDGuard::~SIMDGuard()
{
#if !PX_ARM
// restore control word and clear any exception flags