blob: f2db29ae24ca4814248ea92d99c570e90798f44c [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001autogen definitions benchmark.tpl;
2
3data_type = {
4 type_name = short ;
5 multiplier = "32700.0" ;
6 };
7
8data_type = {
9 type_name = int ;
10 multiplier = "32700.0 * (1<<16)" ;
11 };
12
13data_type = {
14 type_name = float ;
15 multiplier = "1.0" ;
16 };
17