From 88bbc4ee1fa3d5c1c2eaf6aeeb65f2bc7f19dccf Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 7 Sep 2023 00:27:08 +0000 Subject: Update reference model MAX_SCALE to match spec MAX_SCALE for the EIGHTK level is 256 now. Signed-off-by: Eric Kunze Change-Id: I6f3a3623d18ff238888d994c2a4129091f5a92fe --- reference_model/include/func_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reference_model') 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 }; }; -- cgit v1.2.1