--User changes

-crackle is now 5-10 times faster as a result of using cached values as is done on the CPU. These were previously omitted due to a bug elsewhere in the code that was erroneously attributed to the crackle caching mechanism.
 -Report precision in command line programs.
This commit is contained in:
mfeemster
2016-04-14 19:32:42 -07:00
parent 0fbea60026
commit d639921d68
4 changed files with 30 additions and 20 deletions

View File

@ -24,6 +24,7 @@ bool EmberAnimate(EmberOptions& opt)
return true;
}
VerbosePrint("Using " << (sizeof(T) == sizeof(float) ? "single" : "double") << " precision.");
//Regular variables.
Timing t;
bool unsorted = false;