[all-commits] [llvm/llvm-project] f5ab4b: [flang] Define IEEE_SCALB, IEEE_NEXT_AFTER, IEEE_N...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Oct 6 12:10:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5ab4bfb5bbbc188f53ddfd6765a2418bce0bb8d
https://github.com/llvm/llvm-project/commit/f5ab4bfb5bbbc188f53ddfd6765a2418bce0bb8d
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/intrinsics.cpp
M flang/module/__fortran_builtins.f90
M flang/module/ieee_arithmetic.f90
Log Message:
-----------
[flang] Define IEEE_SCALB, IEEE_NEXT_AFTER, IEEE_NEXT_DOWN, IEEE_NEXT_UP
These functions were missing from the standard intrinsic module
IEEE_ARITHMETIC. IEEE_SCALB is an alias for the standard intrinsic
function SCALE(), and the others are defined as new builtin intrinsic
functions.
Differential Revision: https://reviews.llvm.org/D111253
More information about the All-commits
mailing list