<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in complex</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>56069b5c - [OpenMP] Support `std::complex` math functions in target regions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Headers/Inputs/include/complex#56069b5c</link>
        <description>[OpenMP] Support `std::complex` math functions in target regionsThe last (big) missing piece to get &quot;math&quot; working in OpenMP targetregions (that I know of) was complex math functions, e.g.,`std::sin(std::complex&lt;double&gt;)`. With this patch we overload the systemtemplate functions for these operations with versions that have beendistilled from `libcxx/include/complex`. We use the same  `omp begin/end declare variant`mechanism we use for other math functions before, except that we thistime overload templates (via D85735).Reviewed By: JonChesterfieldDifferential Revision: https://reviews.llvm.org/D85777

            List of files:
            /llvm-project-15.0.7/clang/test/Headers/Inputs/include/complex</description>
        <pubDate>Thu, 06 Aug 2020 20:46:44 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;johannes@jdoerfert.de&gt;</dc:creator>
    </item>
<item>
        <title>d999cbc9 - [OpenMP] Initial support for std::complex in target regions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Headers/Inputs/include/complex#d999cbc9</link>
        <description>[OpenMP] Initial support for std::complex in target regionsThis simply follows the scheme we have for other wrappers. It resolvesthe current link problem, e.g., `__muldc3 not found`, when std::complexoperations are used on a device.This will not allow complex make math function calls to work properly,e.g., sin, but that is more complex (pan intended) anyway.Reviewed By: tra, JonChesterfieldDifferential Revision: https://reviews.llvm.org/D80897

            List of files:
            /llvm-project-15.0.7/clang/test/Headers/Inputs/include/complex</description>
        <pubDate>Sun, 12 Apr 2020 07:10:28 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;johannes@jdoerfert.de&gt;</dc:creator>
    </item>
</channel>
</rss>
