Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    optimize single hash cryptonight_v8 · 02545538
    psychocrypt authored
    If single hash is used the type of the variable to hold the intermediat sqrt value is
    changed from `__m128i` to `uint64_t` as suggested by @SChernykh
    02545538