mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-17 11:32:40 -05:00
Resolved conflict between argon2 implementations.
This commit is contained in:
@@ -30,8 +30,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include "superscalar_program.hpp"
|
||||
#include "blake2_generator.hpp"
|
||||
#include "crypto/randomx/superscalar_program.hpp"
|
||||
#include "crypto/randomx/blake2_generator.hpp"
|
||||
|
||||
namespace randomx {
|
||||
// Intel Ivy Bridge reference
|
||||
@@ -57,4 +57,4 @@ namespace randomx {
|
||||
|
||||
void generateSuperscalar(SuperscalarProgram& prog, Blake2Generator& gen);
|
||||
void executeSuperscalar(uint64_t(&r)[8], SuperscalarProgram& prog, std::vector<uint64_t> *reciprocals = nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user