aboutsummaryrefslogtreecommitdiff
path: root/reference_model/include
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-09-07 00:27:08 +0000
committerEric Kunze <eric.kunze@arm.com>2023-09-15 18:49:16 +0000
commit88bbc4ee1fa3d5c1c2eaf6aeeb65f2bc7f19dccf (patch)
tree688a481cfa6f4fd185916660b06b1f02ce08d576 /reference_model/include
parentcf84bc9cccbd5dc2fceae1a81c579e41be3c9a06 (diff)
downloadreference_model-88bbc4ee1fa3d5c1c2eaf6aeeb65f2bc7f19dccf.tar.gz
Update reference model MAX_SCALE to match spec
MAX_SCALE for the EIGHTK level is 256 now. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I6f3a3623d18ff238888d994c2a4129091f5a92fe
Diffstat (limited to 'reference_model/include')
-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 };
};