From 56473644aa260aad93f21050a2064854a3448c13 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 3 Mar 2021 16:04:14 +0200 Subject: now up to 256 bit! Signed-off-by: Gediminas Jakutis --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 52d535b..3833423 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,6 @@ option('data-signed', description : 'Switch whether to use signed data type') option('data-bitness', type : 'combo', - choices : ['64', '32', '16', '8'], + choices : ['256', '128', '64', '32', '16', '8'], value : '64', description : 'Size of a data entry to use, in bits') -- cgit v1.2.3