Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.27/tests/benchmark.def @ 81:7029a4916348
Merge build update
author | Chris Cannam |
---|---|
date | Thu, 31 Oct 2019 13:36:58 +0000 |
parents | 1df64224f5ac |
children |
rev | line source |
---|---|
Chris@40 | 1 autogen definitions benchmark.tpl; |
Chris@40 | 2 |
Chris@40 | 3 data_type = { |
Chris@40 | 4 type_name = short ; |
Chris@40 | 5 multiplier = "32700.0" ; |
Chris@40 | 6 }; |
Chris@40 | 7 |
Chris@40 | 8 data_type = { |
Chris@40 | 9 type_name = int ; |
Chris@40 | 10 multiplier = "32700.0 * (1 << 16)" ; |
Chris@40 | 11 }; |
Chris@40 | 12 |
Chris@40 | 13 data_type = { |
Chris@40 | 14 type_name = float ; |
Chris@40 | 15 multiplier = "1.0" ; |
Chris@40 | 16 }; |
Chris@40 | 17 |