replace int(floor()) with int(), since that produces same results for non-negative values and is much faster on 32-bit x86

This commit is contained in:
Sean Barrett
2014-09-13 08:12:37 -07:00
parent 1dcca19ae0
commit 9a6af9a8d3
3 changed files with 107 additions and 104 deletions

View File

@ -181,7 +181,7 @@ int main(int argc, char** argv)
int out_w, out_h, out_stride;
//resizer(argc, argv);
//performance(argc, argv);
performance(argc, argv);
#if 1
test_suite(argc, argv);