crypto: plug CNv4 JIT into cn_slow_hash

Enabled by setting the MONERO_USE_CNV4_JIT env var to 1
This commit is contained in:
moneromooo-monero 2019-02-16 17:47:08 +00:00
parent 78ab59ea44
commit 24d281c324
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 102 additions and 3 deletions

View file

@ -44,6 +44,8 @@ message(STATUS "CMake version ${CMAKE_VERSION}")
project(monero)
enable_language(C ASM)
function (die msg)
if (NOT WIN32)
string(ASCII 27 Esc)