Now shoud work for 4 arguments

This commit is contained in:
2019-12-13 19:08:07 +03:00
parent 31c08fba76
commit 114f8a491a

View File

@@ -11,7 +11,7 @@
using namespace std; using namespace std;
typedef uint16_t Storage; typedef uint16_t Storage;
const size_t ARGS_COUNT = 3; const size_t ARGS_COUNT = 4;
const size_t FUNCTION_LEN = 1ll << ARGS_COUNT; const size_t FUNCTION_LEN = 1ll << ARGS_COUNT;
const size_t FUNCTIONS_COUNT = 1ll << FUNCTION_LEN; const size_t FUNCTIONS_COUNT = 1ll << FUNCTION_LEN;
typedef Function<Storage, FUNCTION_LEN> MyFunction; typedef Function<Storage, FUNCTION_LEN> MyFunction;