<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 19, 2014 at 6:45 AM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Sun, Oct 19, 2014 at 06:31:24AM +0700, C Bergström wrote:<br>
> I apologize that I haven't been able to follow this thread entirely, but if<br>
> someone gives me a Fortran testcase I can check what Fortran+llvm would do<br>
> currently and maybe give more feedback.<br>
<br>
</span>Short version: if you multiple or divide a complex number by a real<br>
number, is it valid to just do the trivial component wise computation?<br>
What about multiplying with / dividing by a pure imaginary number?<br></blockquote><div><br></div><div>I'll try to get a solid answer, but for clarity.. Fortran has types REAL and <span style="color:rgb(0,0,0);font-family:monospace;font-size:medium">CMPLX. I'm not sure if you mean INT or REAL when you say "real" number..</span></div><div><a href="https://gcc.gnu.org/onlinedocs/gfortran/">https://gcc.gnu.org/onlinedocs/gfortran/</a><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium">CMPLX</span>.html<br></div><div><a href="https://gcc.gnu.org/onlinedocs/gfortran/REAL.html">https://gcc.gnu.org/onlinedocs/gfortran/REAL.html</a><br></div><div><br></div><div><br></div></div></div></div>