[all-commits] [llvm/llvm-project] 2dd254: [flang] Add support for COSD/SIND (#79546)
NimishMishra via All-commits
all-commits at lists.llvm.org
Mon Jan 29 05:16:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dd254566d0242be2d78f1656cee12a84e7aea00
https://github.com/llvm/llvm-project/commit/2dd254566d0242be2d78f1656cee12a84e7aea00
Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M flang/docs/Extensions.md
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/cosd.f90
A flang/test/Lower/Intrinsics/sind.f90
Log Message:
-----------
[flang] Add support for COSD/SIND (#79546)
Added support for COSD and SIND. This is quick fix. ATAND, TAND, COSD
and SIND needs to be revisited to make it a runtime call. This patch has
code changes and test cases.
More information about the All-commits
mailing list