Skip to content
  • Nathan E. Egge's avatar
    Reset the random seed when testing each CPU type. · 560dc684
    Nathan E. Egge authored
    Any benchmark that uses random data as input gives bunk results as it
     currently uses differently random data on each run.
    This now makes any non-determinism in the tests repeatable across each
     call to check_cpu_flags() and checkasm_check_func().
    560dc684