summaryrefslogtreecommitdiff
path: root/devel/flang/files/patch-runtime_flang_cexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flang/files/patch-runtime_flang_cexp.c')
-rw-r--r--devel/flang/files/patch-runtime_flang_cexp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/flang/files/patch-runtime_flang_cexp.c b/devel/flang/files/patch-runtime_flang_cexp.c
deleted file mode 100644
index b840933d41cd..000000000000
--- a/devel/flang/files/patch-runtime_flang_cexp.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- runtime/flang/cexp.c.orig 2017-05-17 00:40:01 UTC
-+++ runtime/flang/cexp.c
-@@ -22,7 +22,8 @@ __mth_i_cexp(cmplx_t *cmplx, float real,
- {
- float x, y, z;
- x = exp(real);
-- sincosf(imag, &z, &y);
-+ z = sinf(imag);
-+ y = cosf(imag);
- y *= x;
- z *= x;
- r_dummy(y, z); /* should leave y & z in appropriate