[flang-commits] [clang] [flang] [Flang] Add -ffast-real-mod and direct code for MOD on REAL types (PR #160660)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Thu Sep 25 08:22:28 PDT 2025
================
@@ -1424,6 +1424,10 @@ static bool parseFloatingPointArgs(CompilerInvocation &invoc,
opts.setFPContractMode(Fortran::common::LangOptions::FPM_Fast);
}
+ if (args.hasArg(clang::driver::options::OPT_ffast_real_mod)) {
----------------
mjklemm wrote:
Done
https://github.com/llvm/llvm-project/pull/160660
More information about the flang-commits
mailing list