Skip to content

Reset the random seed when testing each CPU type.

Nathan E. Egge requested to merge unlord/dav1d:checkasm into master

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().

Merge request reports