[all-commits] [llvm/llvm-project] e6fdbd: [flang][runtime] Add special-case faster path to r...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jan 29 14:13:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6fdbd17769d626c66e087b0fd9bbda0ea69194d
https://github.com/llvm/llvm-project/commit/e6fdbd17769d626c66e087b0fd9bbda0ea69194d
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M flang/runtime/numeric.cpp
Log Message:
-----------
[flang][runtime] Add special-case faster path to real MOD/MODULO (#79625)
When a real-valued reference to the MOD/MODULO intrinsic functions has
operands that are exact integers, use the fast exact integer algorithm
rather than calling std::fmod.
More information about the All-commits
mailing list