1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 01:22:45 -05:00

Rename algo variants again, should be final numbers.

This commit is contained in:
XMRig
2017-04-21 10:40:11 +03:00
parent d2fd43ca03
commit 1474d3fe53
14 changed files with 238 additions and 894 deletions

View File

@@ -1,3 +1,3 @@
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -maes -mbmi2")
include_directories(../../..)
add_library(cryptonight_av2_aesni_bmi2 STATIC ../../../algo/cryptonight/cryptonight_av2_aesni_bmi2.c)
add_library(cryptonight_av3_aesni_bmi2 STATIC ../../../algo/cryptonight/cryptonight_av3_aesni_bmi2.c)