llvm-capstone/flang/module
Paul Scoropan 5a222c0b82 [Flang] [PowerPC] Implement remaining PPC math operation intrinsics that do not require semantic error checks
This review implements the following PowerPC math operations that we care about:
- fnabs
- fre
- fres
- frsqrte
- frsqrtes

None of these intrinsics require additional error checks in semantics. The interfaces handle checking types and kinds

Reviewed By: kkwli0

Differential Revision: https://reviews.llvm.org/D146139
2023-03-20 15:04:16 +00:00
..
__fortran_builtins.f90 [flang] Add atomic_fetch_or to the list of intrinsics 2022-09-29 09:29:27 -07:00
__fortran_ieee_exceptions.f90 [flang] Make real type of kind 10 target dependent 2022-10-03 15:24:39 +08:00
__fortran_ppc_intrinsics.f90 [Flang] [PowerPC] Implement remaining PPC math operation intrinsics that do not require semantic error checks 2023-03-20 15:04:16 +00:00
__fortran_type_info.f90 [flang] Always incorporate parent types' special generic bindings 2023-02-16 08:30:20 -08:00
.clang-format
ieee_arithmetic.f90 [flang] Make real type of kind 10 target dependent 2022-10-03 15:24:39 +08:00
ieee_exceptions.f90 [flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONS 2022-03-14 15:13:43 -07:00
ieee_features.f90
iso_c_binding.f90 [flang] Check dummy arguments of BIND(C) procedures 2023-03-10 09:36:05 -08:00
iso_fortran_env.f90 [flang] Add atomic_fetch_or to the list of intrinsics 2022-09-29 09:29:27 -07:00
omp_lib.f90
omp_lib.h [flang] Check dummy arguments of BIND(C) procedures 2023-03-10 09:36:05 -08:00