[all-commits] [llvm/llvm-project] 936142: [flang] IEEE_RINT, IEEE_INT (#110509)
vdonaldson via All-commits
all-commits at lists.llvm.org
Tue Oct 1 06:15:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 936142e0e77902802005e2129cd8389059d849fd
https://github.com/llvm/llvm-project/commit/936142e0e77902802005e2129cd8389059d849fd
Author: vdonaldson <37090318+vdonaldson at users.noreply.github.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/runtime/Float128Math/CMakeLists.txt
M flang/runtime/Float128Math/math-entries.h
A flang/runtime/Float128Math/nearbyint.cpp
A flang/test/Lower/Intrinsics/ieee_rint_int.f90
Log Message:
-----------
[flang] IEEE_RINT, IEEE_INT (#110509)
IEEE_RINT rounds a real value to an integer-valued real.
IEEE_INT rounds a real value to an integer value.
The primary IEEE_INT result is generated with a call to IEEE_RINT.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list