view src/libsndfile-1.0.27/tests/benchmark.def @ 152:ffc6df9c760c

List of exclusions from the appimage repo
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 28 Jun 2018 15:29:59 +0100
parents cd6cdf86811e
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" ;
	};