<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/utils/MPFRWrapper, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[libc][math][c23] Add acospif16() function (#134664)</title>
<updated>2025-04-24T22:03:24+00:00</updated>
<author>
<name>Anton</name>
<email>44649959+amemov@users.noreply.github.com</email>
</author>
<published>2025-04-24T22:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=851f7c74213e8497afb2b2a3b7facb9faedf9f5f'/>
<id>851f7c74213e8497afb2b2a3b7facb9faedf9f5f</id>
<content type='text'>
Addresses #132211  #132754
Part of #95250</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #132211  #132754
Part of #95250</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][math][c23] Add fmaf16 C23 math function. (#130757)</title>
<updated>2025-03-23T02:48:56+00:00</updated>
<author>
<name>Harrison Hao</name>
<email>57025411+harrisonGPU@users.noreply.github.com</email>
</author>
<published>2025-03-23T02:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=445837a3630520e9292b84b6b8dc0f86d2eccbae'/>
<id>445837a3630520e9292b84b6b8dc0f86d2eccbae</id>
<content type='text'>
Implementation of fmaf16 function for 16-bit inputs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implementation of fmaf16 function for 16-bit inputs.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Fix compile error in MPFRWrapper when float128 is long double (#131821)</title>
<updated>2025-03-18T16:12:44+00:00</updated>
<author>
<name>OverMighty</name>
<email>its.overmighty@gmail.com</email>
</author>
<published>2025-03-18T16:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3d083777efd1649d156a8e6da77022f801cc70f5'/>
<id>3d083777efd1649d156a8e6da77022f801cc70f5</id>
<content type='text'>
See https://lab.llvm.org/buildbot/#/builders/104/builds/18422.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://lab.llvm.org/buildbot/#/builders/104/builds/18422.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][math] Fix incorrect logic in fputil::generic::add_or_sub (#116129)</title>
<updated>2025-03-18T14:04:18+00:00</updated>
<author>
<name>OverMighty</name>
<email>its.overmighty@gmail.com</email>
</author>
<published>2025-03-18T14:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1bb8b656a9dcdae3863508b8f33bd713e953636d'/>
<id>1bb8b656a9dcdae3863508b8f33bd713e953636d</id>
<content type='text'>
Fixes incorrect logic that went unnoticed until the function was tested
with output and input types that have the same underlying floating-point
format.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes incorrect logic that went unnoticed until the function was tested
with output and input types that have the same underlying floating-point
format.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Fix implicit conversion warnings in tests. (#131362)</title>
<updated>2025-03-14T18:24:11+00:00</updated>
<author>
<name>lntue</name>
<email>lntue@google.com</email>
</author>
<published>2025-03-14T18:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d0a0de50f7dc6f116863ea9e8ca11efc2dc9f71e'/>
<id>d0a0de50f7dc6f116863ea9e8ca11efc2dc9f71e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)</title>
<updated>2025-02-07T21:36:06+00:00</updated>
<author>
<name>Petr Hosek</name>
<email>phosek@google.com</email>
</author>
<published>2025-02-07T21:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6dbe5422907ff342fd5971a88892aee8f75a25ca'/>
<id>6dbe5422907ff342fd5971a88892aee8f75a25ca</id>
<content type='text'>
This is preferable since `${libc_opt_high_flag}` will be set correctly
for the compiler used.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is preferable since `${libc_opt_high_flag}` will be set correctly
for the compiler used.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Update include directory for libcMPCommon target when LLVM_LIBC_MPFR_INSTALL_PATH is set. (#124765)</title>
<updated>2025-01-28T16:54:55+00:00</updated>
<author>
<name>lntue</name>
<email>lntue@google.com</email>
</author>
<published>2025-01-28T16:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a080498c92e4c00f099dab1a3d5dac48f14b7492'/>
<id>a080498c92e4c00f099dab1a3d5dac48f14b7492</id>
<content type='text'>
Fix the current riscv32 bot failures.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the current riscv32 bot failures.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][complex] remove -ffreestanding flag from MPFRUtils compile options (#124702)</title>
<updated>2025-01-28T05:49:15+00:00</updated>
<author>
<name>Shourya Goel</name>
<email>shouryagoel10000@gmail.com</email>
</author>
<published>2025-01-28T05:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=839cdb58e71fa7b8a132ac9497580cc23a3ae7f7'/>
<id>839cdb58e71fa7b8a132ac9497580cc23a3ae7f7</id>
<content type='text'>
Fixes buildbot error in #121261</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes buildbot error in #121261</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][complex] Testing infra for MPC (#121261)</title>
<updated>2025-01-28T05:31:16+00:00</updated>
<author>
<name>Shourya Goel</name>
<email>shouryagoel10000@gmail.com</email>
</author>
<published>2025-01-28T05:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7f37b34d31914120a5bb6bd341e7616773df7613'/>
<id>7f37b34d31914120a5bb6bd341e7616773df7613</id>
<content type='text'>
This PR aims to add the groundwork to test the precision of libc complex
functions against MPC. I took `cargf` as a test to verify that the infra
works fine.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR aims to add the groundwork to test the precision of libc complex
functions against MPC. I took `cargf` as a test to verify that the infra
works fine.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add MPFR testing infra for float128. (#119499)</title>
<updated>2024-12-13T14:32:38+00:00</updated>
<author>
<name>lntue</name>
<email>lntue@google.com</email>
</author>
<published>2024-12-13T14:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4eec286b51524d385524a9f7cee4b9c4f8153570'/>
<id>4eec286b51524d385524a9f7cee4b9c4f8153570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
