summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 8c12e53715..5bf4f302bc 100644
--- a/include/config.h
+++ b/include/config.h
@@ -197,6 +197,13 @@
*/
#undef CONFIG_ARMV7M_CACHE
+/*
+ * Defined if core/ code provides assembly optimized implementation of
+ * multiply-accumulate operations (32-bit operands, 64-bit result), for the
+ * cores that lack native instructions.
+ */
+#undef CONFIG_ASSEMBLY_MULA32
+
/* Allow proprietary communication protocols' extensions. */
#undef CONFIG_EXTENSION_COMMAND