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
First of all, thank you for your benchmarks selection!
I encountered a bug when building the nbench and whetstone benchmarks using make, which was that it failed to link libm. I was using gcc 13.2.0 and ubuntu 24.04.
This happened because the -lm flag (in the CFLAGS variable) is before the input files (in the INPUT variable).
I have left a pull request with a solution for this problem.
The text was updated successfully, but these errors were encountered:
First of all, thank you for your benchmarks selection!
I encountered a bug when building the nbench and whetstone benchmarks using make, which was that it failed to link libm. I was using gcc 13.2.0 and ubuntu 24.04.
This happened because the -lm flag (in the CFLAGS variable) is before the input files (in the INPUT variable).
I have left a pull request with a solution for this problem.
The text was updated successfully, but these errors were encountered: