aboutsummaryrefslogtreecommitdiff
path: root/tools/1002_derive_h48h0k2/derive_h48h0k2.c
blob: 73fab2ef818dc5c40da40ded2bd77ebfdd440fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "../tool.h"

uint64_t expected[21] = {
	/* Base value is 8 */
	[0] = 5473562,
	[1] = 34776317,
	[2] = 68566704,
	[3] = 8750867,
};

void run(void) {
	derivedata_run(0, "tables/h48h0k2_derived", expected);
}

int main(void) {
	nissy_setlogger(log_stderr);

	timerun(run, "benchmark derivedata_h48 h = 0, k = 2");

	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net