view src/libsndfile-1.0.25/tests/benchmark.def @ 148:b4bfdf10c4b3

Update Win64 capnp builds to v0.6
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 22 May 2017 18:56:49 +0100
parents 545efbb81310
children
line wrap: on
line source
autogen definitions benchmark.tpl;

data_type = { 
	type_name		= short ;
	multiplier		= "32700.0" ;
	};

data_type = { 
	type_name		= int ;
	multiplier		= "32700.0 * (1<<16)" ;
	};

data_type = { 
	type_name		= float ;
	multiplier		= "1.0" ;
	};