aboutsummaryrefslogtreecommitdiff
path: root/internal/kernel_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/kernel_default.h')
-rw-r--r--internal/kernel_default.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/kernel_default.h b/internal/kernel_default.h
index 7ed55b8..7037bda 100644
--- a/internal/kernel_default.h
+++ b/internal/kernel_default.h
@@ -88,6 +88,10 @@ GEMMLOWP_SET_DEFAULT_KERNEL(false, false, SSE4_64_Kernel12x4Depth2)
// SIMD is not available on this platform. The slow fallback will be used.
// Don't require GEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK because there's nothing
// the user can do about it.
+#elif defined __powerpc__
+// There is currently no fast kernel using SIMD instructions on POWER. Don't
+// require GEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK because there's nothing the user
+// can do about it.
#else
#error \
"SIMD not enabled, you'd be getting a slow software fallback. Consider \