summaryrefslogtreecommitdiff
path: root/devel/flang/files/patch-runtime_flang_cdexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flang/files/patch-runtime_flang_cdexp.c')
-rw-r--r--devel/flang/files/patch-runtime_flang_cdexp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/flang/files/patch-runtime_flang_cdexp.c b/devel/flang/files/patch-runtime_flang_cdexp.c
deleted file mode 100644
index b56b2e1e769d..000000000000
--- a/devel/flang/files/patch-runtime_flang_cdexp.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- runtime/flang/cdexp.c.orig 2017-05-17 00:40:01 UTC
-+++ runtime/flang/cdexp.c
-@@ -22,7 +22,8 @@ __mth_i_cdexp(dcmplx_t *dcmplx, double r
- {
- double x, y, z;
- x = exp(real);
-- sincos(imag, &z, &y);
-+ z = sin(imag);
-+ y = cos(imag);
- y *= x;
- z *= x;
- d_dummy(y, z); /* should leave y & z in appropriate