<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 08/07/2017 02:24 PM, Przemek Leśniak
      via cfe-dev wrote:<br>
    </div>
    <blockquote
cite="mid:CAMGnuvghRRzsP4qdUXRV3dMZ413udgSB=hpt8JKXLmxA9DSxrg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">
        <div>
          <div>Hello clang developers,<br>
            <br>
          </div>
          Recently I've run into issue where gcc outperforms clang by
          many factors. After investigation and profiling I've noticed
          that calls to some complex numbers operations like "cabs"
          aren't inlined but rather dynamically linked (which doesn't
          happen in case of gcc). Further investigation shows that
          (looking at lib/CodeGen/CGBuiltin.cpp) clang has very few
          basic builtins for complex numbers and missing out some
          important ones, is there any reason why wasn't this
          implemented? And if there is no reason, is there a possibility
          to have such feature in clang? I could possibly add some of
          these functions, as I'm a student and I'd feel great to have
          some lines of code in clang compiler. <br>
        </div>
      </div>
    </blockquote>
    <br>
    Please do feel free to file a bug (at <a class="moz-txt-link-freetext" href="https://bugs.llvm.org/">https://bugs.llvm.org/</a>) and/or
    submit a patch (e.g.,
<a class="moz-txt-link-freetext" href="http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface">http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface</a>).
    Contributions in this regard are certainly welcome.<br>
    <br>
     -Hal<br>
    <br>
    <blockquote
cite="mid:CAMGnuvghRRzsP4qdUXRV3dMZ413udgSB=hpt8JKXLmxA9DSxrg@mail.gmail.com"
      type="cite">
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory</pre>
  </body>
</html>