<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libclc/generic/include/math, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-03-13T07:06:19+00:00</updated>
<entry>
<title>Move unary_instrinsic.inc to private headers.</title>
<updated>2019-03-13T07:06:19+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-03-13T07:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5b136ca1258b2b77768670d661212bb9269cd67e'/>
<id>urn:sha1:5b136ca1258b2b77768670d661212bb9269cd67e</id>
<content type='text'>
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 356021
</content>
</entry>
<entry>
<title>Move binary_intrinsic.h to private headers.</title>
<updated>2019-03-13T07:06:15+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-03-13T07:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2aa333f3d116fd7e2fdf9470cc58988f1eb07f5e'/>
<id>urn:sha1:2aa333f3d116fd7e2fdf9470cc58988f1eb07f5e</id>
<content type='text'>
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 356020
</content>
</entry>
<entry>
<title>Move ternary_intrinsic.h to private headers.</title>
<updated>2019-03-13T07:06:13+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-03-13T07:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1f4a8a91580965477216b399f32028100182a8b5'/>
<id>urn:sha1:1f4a8a91580965477216b399f32028100182a8b5</id>
<content type='text'>
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 356019
</content>
</entry>
<entry>
<title>math/fma: Add fp32 software implementation</title>
<updated>2018-06-07T20:27:43+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-06-07T20:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6e85e6309d38393c2a4360f8232d5b11540a6aa4'/>
<id>urn:sha1:6e85e6309d38393c2a4360f8232d5b11540a6aa4</id>
<content type='text'>
Passes CTS on carrizo (when forced to use sw fma) and turks.
Reviewer: Tom Stellard &lt;tstellar@redhat.com&gt;
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;

llvm-svn: 334226
</content>
</entry>
<entry>
<title>Add initial support for half precision builtins</title>
<updated>2018-05-17T22:55:30+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-05-17T22:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=70a270da5f4a27b670cba1cb8148fcce5c094f4f'/>
<id>urn:sha1:70a270da5f4a27b670cba1cb8148fcce5c094f4f</id>
<content type='text'>
v2: fix fmax implementation
    use consistent checks for __CLC_FP_SIZE
    add missing TODOs
    fix whitespace in definitions.h
v3: undef ZERO in modf.inc

Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
reviewer: Jeroen Ketema &lt;j.ketema@xs4all.nl&gt;
Reviewed-by: Aaron Watry &lt;awatry@gmail.com&gt;
Tested-by: Aaron Watry &lt;awatry@gmail.com&gt;
llvm-svn: 332677
</content>
</entry>
<entry>
<title>remquo: Port from amd builtins</title>
<updated>2018-05-03T05:44:26+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-05-03T05:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8db45e4cf170cc6044a0afe7a0ed8876dcd9a863'/>
<id>urn:sha1:8db45e4cf170cc6044a0afe7a0ed8876dcd9a863</id>
<content type='text'>
double version passes on carrizo. float version fails on denormals.

Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewer: Aaron Watry &lt;awatry@gmail.com&gt;
llvm-svn: 331434
</content>
</entry>
<entry>
<title>clc_sqrt: Reuse unary_decl.inc</title>
<updated>2018-05-02T16:06:52+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-05-02T16:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=616a38a69341334b768adf12ba216e4f853f931a'/>
<id>urn:sha1:616a38a69341334b768adf12ba216e4f853f931a</id>
<content type='text'>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewed-by: Aaron Watry &lt;awatry@gmail.com&gt;
Tested-by: Aaron Watry &lt;awatry@gmail.com&gt;
llvm-svn: 331366
</content>
</entry>
<entry>
<title>exp10: Port from amd builtins</title>
<updated>2018-04-17T18:08:08+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-04-17T18:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=15c388cd79b9fc431bf579fbab3ca15663585c7d'/>
<id>urn:sha1:15c388cd79b9fc431bf579fbab3ca15663585c7d</id>
<content type='text'>
Passes CTS on carrizo and turks.
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewed and Tested (on RX 580) by: Aaron Watry &lt;awatry@gmail.com&gt;

llvm-svn: 330197
</content>
</entry>
<entry>
<title>hypot: Port from amd builtins</title>
<updated>2018-04-10T00:11:58+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-04-10T00:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4be03390233986df3c3fbe3a8f2b0d04de06a34a'/>
<id>urn:sha1:4be03390233986df3c3fbe3a8f2b0d04de06a34a</id>
<content type='text'>
v2: Fix whitespace errors

Use only subnormal path.
Passes CTS on carrizo and turks.
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewer: Aaron Watry &lt;awatry@gmail.com&gt;

llvm-svn: 329647
</content>
</entry>
<entry>
<title>fmod: Port from amd_builtins</title>
<updated>2018-04-06T17:43:08+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-04-06T17:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=93af966747b59d37c57312a0c0242151076c072b'/>
<id>urn:sha1:93af966747b59d37c57312a0c0242151076c072b</id>
<content type='text'>
Uses only denormal path for fp32.
Passes CTS on carrizo and turks.

v2: whitespace fix

Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Reviewer: Aaron Watry &lt;awatry@gmail.com&gt;
llvm-svn: 329433
</content>
</entry>
</feed>
