| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
Notably several from the new -Wdefaulted-function-deleted
Also remove some compat macro checks for MSVC 2013
|
|
|
|
|
|
| |
Issue with the C++ api it might not reflect the reality of the H/W,
and on Android, in battery saving mode for example, might be more
reasonable to use what the system really offers.
|
|
|
|
|
|
|
| |
* i7-6700K (4 core w/SMT): 10% improvements
* Ryzen 7 2700 (8 core w/SMT): 25% improvement except SHA-256
which is over twice as fast.
* POWER8 (160 cores w/SMT): between 25 and 60% faster
|
| |
|
| |
|
|
|
|
|
| |
std::condition_variable only works with std::mutex anyway, and
this module is not enabled on systems without threads.
|
|
They are not needed except by the filter code so being able to
easily remove them from the build is nice; utils is always compiled
in so that should be as small as possible.
|