aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Lower/sqrt.f90
AgeCommit message (Expand)AuthorFilesLines
2023-07-19[flang] Fix complex libm use logic problemsRazvan Lupusoru1-2/+2
2023-07-19[flang] Use libm functions for complex operations by defaultDavid Truby1-2/+3
2023-07-11[flang] Add fastmath flags to localBuilder in IntrinsicCallDavid Truby1-8/+8
2022-10-26[flang] Use mlir complex dialect for supported operationsDavid Truby1-4/+10
2022-09-28[flang] Use libm over pgmath for complex number intrinsicsDavid Truby1-2/+2
2022-07-22[flang] Try to lower math intrinsics to math operations first.Slava Zakharin1-2/+2
2022-06-28[flang] Lower Fortran math intrinsic operations into MLIR ops or libm calls.Slava Zakharin1-2/+2
2022-03-22[Flang] Lower the sqrt intrinsicsKiran Chandramohan1-0/+42