summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu_ref/rsCpuCore.h')
-rw-r--r--cpu_ref/rsCpuCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu_ref/rsCpuCore.h b/cpu_ref/rsCpuCore.h
index c350f509..bc3b5dd9 100644
--- a/cpu_ref/rsCpuCore.h
+++ b/cpu_ref/rsCpuCore.h
@@ -34,6 +34,7 @@ namespace bcc {
namespace android {
namespace renderscript {
+// Whether the CPU we're running on supports SIMD instructions
extern bool gArchUseSIMD;
typedef void (* InvokeFunc_t)(void);