Skip to content

Commit 9d87011

Browse files
committed
Update constants
1 parent 89265bf commit 9d87011

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
export const STOREX_BASE_COST = 1
22
export const LOADX_BASE_COST = 1
3-
export const SETMODX_ODD_MODULUS_COST = [23, 26, 29, 32, 36, 39, 42, 45, 48, 51, 54, 58]
43
export const MAX_ALLOC_SIZE = 96 * 256
4+
export const SETMODX_ODD_MODULUS_COST = [23, 26, 29, 32, 36, 39, 42, 45, 48, 51, 54, 58]
5+
export const MULMODX_COST = [1, 1, 1, 2, 2, 3, 4, 5, 7, 8, 10, 12]
6+
export const ADD_OR_SUB_COST = [1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2]

0 commit comments

Comments
 (0)