There was an error fetching the commit references. Please try again later.
add cpu family and model detection
Helper functions to select the asm version based on the number of used hashes per threads and the family name of the cpu.
- use the noew cpu type functions to fix the wrong AMD family detection in `autoAdjust.hpp`
- allow to set the asm version to `auto`
- rename asm option `intel` to `intel_avx`
- rename asm option `ryzen` to `amd_avx`
Co-authored-by:
fireice-uk <fireice-uk@users.noreply.github.com>
Showing
- xmrstak/backend/cpu/autoAdjust.hpp 4 additions, 10 deletionsxmrstak/backend/cpu/autoAdjust.hpp
- xmrstak/backend/cpu/autoAdjustHwloc.hpp 1 addition, 1 deletionxmrstak/backend/cpu/autoAdjustHwloc.hpp
- xmrstak/backend/cpu/config.tpl 7 additions, 6 deletionsxmrstak/backend/cpu/config.tpl
- xmrstak/backend/cpu/cpuType.cpp 79 additions, 0 deletionsxmrstak/backend/cpu/cpuType.cpp
- xmrstak/backend/cpu/cpuType.hpp 32 additions, 0 deletionsxmrstak/backend/cpu/cpuType.hpp
- xmrstak/backend/cpu/minethd.cpp 56 additions, 25 deletionsxmrstak/backend/cpu/minethd.cpp
Loading
Please register or sign in to comment