aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
diff options
context:
space:
mode:
authorMichael Klemm <michael.klemm@amd.com>2025-10-02 10:50:05 +0200
committerGitHub <noreply@github.com>2025-10-02 10:50:05 +0200
commit8aa64edb34ec6b30e1e7d0dbcc86236a6290eb0c (patch)
treed0e1d84dc9899f428192e1c92adc6e044465006b /lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
parent031fb7414fd6edf20e0cd7f7783666313169a0d2 (diff)
downloadllvm-8aa64edb34ec6b30e1e7d0dbcc86236a6290eb0c.zip
llvm-8aa64edb34ec6b30e1e7d0dbcc86236a6290eb0c.tar.gz
llvm-8aa64edb34ec6b30e1e7d0dbcc86236a6290eb0c.tar.bz2
[Flang] Add -ffast-real-mod and direct code for MOD on REAL types (#160660)
This patch adds direct code-gen support for a faster MOD intrinsic for REAL types. Flang has maintained and keeps maintaining a high-precision implementation of the MOD intrinsic as part of the Fortran runtime. With the -ffast-real-mod flag, users can opt to avoid calling into the Fortran runtime, but instead trigger code-gen that produces faster code by avoiding the runtime call, at the expense of potentially risking bit cancelation by having the compiler use the MOD formula a specified by ISO Fortran.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp')
0 files changed, 0 insertions, 0 deletions