diff options
Diffstat (limited to 'devel/flang/files/patch-runtime_flang_cdexp.c')
-rw-r--r-- | devel/flang/files/patch-runtime_flang_cdexp.c | 12 |
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 8ada6055078a..000000000000 --- a/devel/flang/files/patch-runtime_flang_cdexp.c +++ /dev/null @@ -1,12 +0,0 @@ ---- runtime/flang/cdexp.c.orig 2017-10-19 11:03:03 UTC -+++ runtime/flang/cdexp.c -@@ -24,7 +24,8 @@ ZMPLXFUNC_Z(__mth_i_cdexp) - ZMPLXARGS_Z; - double x, y, z; - x = exp(real); -- __mth_dsincos(imag, &z, &y); -+ z = sin(imag); -+ y = cos(imag); - y *= x; - z *= x; - ZRETURN_D_D(y, z); /* should leave y & z in appropriate |