<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/test/src/stdbit/stdc_leading_zeros_ull_test.cpp, branch users/nico/python-1</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][stdbit] fix return types (#80337)</title>
<updated>2024-02-01T21:09:33+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-02-01T21:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=edbd93d3706b806e7c91dfd2c359476488dfcc96'/>
<id>edbd93d3706b806e7c91dfd2c359476488dfcc96</id>
<content type='text'>
All of the functions I've previously implemented return an unsigned int; not
the parameter type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of the functions I've previously implemented return an unsigned int; not
the parameter type.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] implement stdc_leading_zeros_u* for stdbit.h (#79669)</title>
<updated>2024-01-29T23:47:55+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-01-29T23:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7bc5eaa02f6d74410f3131b7d2ab21ee8209430f'/>
<id>7bc5eaa02f6d74410f3131b7d2ab21ee8209430f</id>
<content type='text'>
- stdbit.stdc_leading_zeros_uc
- stdbit.stdc_leading_zeros_us
- stdbit.stdc_leading_zeros_ui
- stdbit.stdc_leading_zeros_ul
- stdbit.stdc_leading_zeros_ull

Test via:
$ ninja libc-stdbit-tests libc_include_tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- stdbit.stdc_leading_zeros_uc
- stdbit.stdc_leading_zeros_us
- stdbit.stdc_leading_zeros_ui
- stdbit.stdc_leading_zeros_ul
- stdbit.stdc_leading_zeros_ull

Test via:
$ ninja libc-stdbit-tests libc_include_tests
</pre>
</div>
</content>
</entry>
</feed>
