More helpful error messages in the benchmark

Move reciprocal tests before Dataset initialization
Fix randomx.dll project
This commit is contained in:
tevador 2019-06-28 10:37:41 +02:00
parent 6ea6cceb63
commit 4a4b06e44b
5 changed files with 52 additions and 23 deletions

View file

@ -59,6 +59,7 @@
<ClCompile Include="..\src\assembly_generator_x86.cpp" />
<ClCompile Include="..\src\blake2\blake2b.c" />
<ClCompile Include="..\src\blake2_generator.cpp" />
<ClCompile Include="..\src\bytecode_machine.cpp" />
<ClCompile Include="..\src\dataset.cpp" />
<ClCompile Include="..\src\instruction.cpp" />
<ClCompile Include="..\src\instructions_portable.cpp" />

View file

@ -169,5 +169,8 @@
<ClCompile Include="..\src\blake2\blake2b.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\bytecode_machine.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>