Skip to content

Legacy 32-bit support

Compare
Choose a tag to compare
@tevador tevador released this 15 May 21:30
· 230 commits to master since this release
RandomX benchmark
Usage: benchmark.exe [OPTIONS]
Supported options:
  --help        shows this message
  --mine        mining mode: 2080 MiB
  --verify      verification mode: 256 MiB
  --jit         x86-64 JIT compiled mode (default: interpreter)
  --largePages  use large pages
  --softAes     use software AES (default: x86 AES-NI)
  --threads T   use T threads (default: 1)
  --init Q      initialize dataset with Q threads (default: 1)
  --nonces N    run N nonces (default: 1000)
  --seed S      seed for cache initialization (default: 0)

Changes:

  • Added support for legacy x87 floating point on 32-bit systems
  • Fixed FSCAL instruction causing group F registers to exceed their intended maximum value