aboutsummaryrefslogtreecommitdiff
path: root/reference_model/include/func_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/include/func_config.h')
-rw-r--r--reference_model/include/func_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_model/include/func_config.h b/reference_model/include/func_config.h
index 860d8c6..22e7e2c 100644
--- a/reference_model/include/func_config.h
+++ b/reference_model/include/func_config.h
@@ -59,7 +59,7 @@ struct func_config_t
bool float_is_big_endian = false; // Set in arith_util.h by float_is_big_endian()
tosa_level_t tosa_level;
- static constexpr tosa_level_t EIGHTK = { 6, 8192, 8192, 64 };
+ static constexpr tosa_level_t EIGHTK = { 6, 8192, 8192, 256 };
static constexpr tosa_level_t NONE = { 0, 0, 0, 0 };
};