aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flsupport.h')
-rw-r--r--externals/grill/flext/source/flsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index 867e2859..64c19cf8 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -572,7 +572,7 @@ public:
/*! \brief Get system thread id
*/
- static thrid_t GetSysThreadId() { return thrid; }
+ static thrid_t GetSysThreadId();
//! Check if current thread is the realtime system's thread
static bool IsThread(thrid_t t,thrid_t ref = GetThreadId()) {
@@ -940,7 +940,7 @@ public:
simd_altivec = 0x10
};
- static unsigned long GetSIMDCapabilities() { return simdcaps; }
+ static unsigned long GetSIMDCapabilities();
//! @} FLEXT_S_SIMD