Running on intel SPR CPU, unix bench compiled with gcc 10.3 performs worse than with gcc 8.5 · Issue #97 · kdlucas/byte-unixbench · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found that running on intel SPR CPU UnixBench compiled with gcc 10.3 performs worse than with gcc 8.5 for dhry2reg benchmark.
We found that it is related with gcc 10.3 removing the -fcommon flag default, while gcc 8.5 has the -fcommon flag in default.
Is it a good idea to add -fcommon in UnixBench compile flags to solve the benchmark problem?
The text was updated successfully, but these errors were encountered: