<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/test/src/math/generic_sqrt_test.cpp, 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] Mass replace enclosing namespace (#67032)</title>
<updated>2023-09-26T09:45:04+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2023-09-26T09:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b6bc9d72f65a5086f310f321e969d96e9a559e75'/>
<id>b6bc9d72f65a5086f310f321e969d96e9a559e75</id>
<content type='text'>
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Refactor sqrt implementations and add tests for generic sqrt implementations.</title>
<updated>2022-01-28T18:39:03+00:00</updated>
<author>
<name>Tue Ly</name>
<email>lntue@google.com</email>
</author>
<published>2022-01-25T20:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ad4ee2d778a8956e578632aeba4e85bc4c8da508'/>
<id>ad4ee2d778a8956e578632aeba4e85bc4c8da508</id>
<content type='text'>
Re-apply https://reviews.llvm.org/D118173 with fix for aarch64.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D118433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-apply https://reviews.llvm.org/D118173 with fix for aarch64.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D118433
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Revert "Refactor sqrt implementations and add tests for generic sqrt implementations."</title>
<updated>2022-01-27T21:06:14+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2022-01-27T21:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4beba3a32a6537b80e88ea7c5e4f5a425599ca5d'/>
<id>4beba3a32a6537b80e88ea7c5e4f5a425599ca5d</id>
<content type='text'>
This reverts commit 21c4c82c2026bac1f53be54923c0663d41d0a0aa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 21c4c82c2026bac1f53be54923c0663d41d0a0aa.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Refactor sqrt implementations and add tests for generic sqrt implementations.</title>
<updated>2022-01-27T16:54:54+00:00</updated>
<author>
<name>Tue Ly</name>
<email>lntue@google.com</email>
</author>
<published>2022-01-25T20:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=21c4c82c2026bac1f53be54923c0663d41d0a0aa'/>
<id>21c4c82c2026bac1f53be54923c0663d41d0a0aa</id>
<content type='text'>
Refactor sqrt implementations:
- Move architecture specific instructions from `src/math/&lt;arch&gt;` to `src/__support/FPUtil/&lt;arch&gt;` folder.
- Move generic implementation of `sqrt` to `src/__support/FPUtil/generic` folder and add it as a header library.
- Use `src/__support/FPUtil/sqrt.h` for architecture/generic selections.
- Add unit tests for generic implementation of `sqrt`.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D118173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor sqrt implementations:
- Move architecture specific instructions from `src/math/&lt;arch&gt;` to `src/__support/FPUtil/&lt;arch&gt;` folder.
- Move generic implementation of `sqrt` to `src/__support/FPUtil/generic` folder and add it as a header library.
- Use `src/__support/FPUtil/sqrt.h` for architecture/generic selections.
- Add unit tests for generic implementation of `sqrt`.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D118173
</pre>
</div>
</content>
</entry>
</feed>
