Replies: 1 comment
-
@R-Goc If you open a PR for this then I'm happy to review it. Please do consider that the base images used for the various solutions that employ clang tend to include clang versions that are well before 1.19, and whatever changes your PR includes can't break the solutions in question - or degrade their performance. The Fortran solutions within the Primes project seem to be compiled using gfortran. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting with LLVM 19 building the c++ examples containing a -Ofast flag will raise the following warning:
I can make a PR for the changes on clang. Flang will also have this change I believe, not sure if it is used in this project.
RFC for this:
https://discourse.llvm.org/t/rfc-deprecate-ofast/78687
Beta Was this translation helpful? Give feedback.
All reactions