aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-25 02:33:04 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-25 02:33:04 +0000
commit92501c4a16c93d5fe056625d12d7e557d1d80ba9 (patch)
tree40f0a858792ad27faeda9c5b0a0dc75527557b5c /externals/grill/flext/source/flsupport.h
parent996e9a50a8c7cdd418ba398f4aa806c2d69256d1 (diff)
""
svn path=/trunk/; revision=593
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