@@ -1324,7 +1324,7 @@ static algorithm_settings_t algos[] = {
13241324 { "lyra2re" , ALGO_LYRA2RE , "" , 1 , 128 , 128 , 0 , 0 , 0xFF , 0xFFFFULL , 0x0000ffffUL , 4 , 2 * 8 * 4194304 , 0 , lyra2re_regenhash , precalc_hash_blake256 , queue_lyra2re_kernel , gen_hash , NULL },
13251325 { "lyra2rev2" , ALGO_LYRA2REV2 , "" , 1 , 256 , 256 , 0 , 0 , 0xFF , 0xFFFFULL , 0x0000ffffUL , 6 , -1 , CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE , lyra2rev2_regenhash , precalc_hash_blake256 , queue_lyra2rev2_kernel , gen_hash , append_neoscrypt_compiler_options },
13261326
1327- { "allium" , ALGO_ALLIUM , "" , 1 , 128 , 128 , 0 , 0 , 0xFF , 0xFFFFULL , 0x0000ffffUL , 4 , 2 * 8 * 4194304 , 0 , allium_regenhash , precalc_hash_blake256 , queue_allium_kernel , gen_hash , NULL },
1327+ { "allium" , ALGO_ALLIUM , "" , 1 , 128 , 128 , 0 , 0 , 0xFF , 0xFFFFULL , 0x0000ffffUL , 6 , 2 * 8 * 4194304 , 0 , allium_regenhash , precalc_hash_blake256 , queue_allium_kernel , gen_hash , NULL },
13281328
13291329 // kernels starting from this will have difficulty calculated by using fuguecoin algorithm
13301330#define A_FUGUE (a , b , c ) \
0 commit comments