<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git/bits/libm-simd-decl-stubs.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/'/>
<entry>
<title>AArch64: Implement AdvSIMD and SVE log10p1(f) routines</title>
<updated>2025-09-27T12:45:59+00:00</updated>
<author>
<name>Luna Lamb</name>
<email>luna.lamb@arm.com</email>
</author>
<published>2025-09-27T10:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=653e6c4fffe31938239c5fd15ba26fbb23870d2e'/>
<id>653e6c4fffe31938239c5fd15ba26fbb23870d2e</id>
<content type='text'>
Vector variants of the new C23 log10p1 routines.

Note: Benchmark inputs for log10p1(f) are identical to log1p(f)

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vector variants of the new C23 log10p1 routines.

Note: Benchmark inputs for log10p1(f) are identical to log1p(f)

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Implement AdvSIMD and SVE log2p1(f) routines</title>
<updated>2025-09-27T12:44:09+00:00</updated>
<author>
<name>Luna Lamb</name>
<email>luna.lamb@arm.com</email>
</author>
<published>2025-09-27T10:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=db42732474ba0b7517a00b7652c90de7dc9dfa3a'/>
<id>db42732474ba0b7517a00b7652c90de7dc9dfa3a</id>
<content type='text'>
Vector variants of the new C23 log2p1 routines.

Note: Benchmark inputs for log2p1(f) are identical to log1p(f).

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vector variants of the new C23 log2p1 routines.

Note: Benchmark inputs for log2p1(f) are identical to log1p(f).

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Implement exp2m1 and exp10m1 routines</title>
<updated>2025-09-02T16:50:24+00:00</updated>
<author>
<name>Hasaan Khan</name>
<email>Hasaan.Khan@arm.com</email>
</author>
<published>2025-08-20T11:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=8ced7815fbff7bec9af2b7611a3478af27b57d13'/>
<id>8ced7815fbff7bec9af2b7611a3478af27b57d13</id>
<content type='text'>
Vector variants of the new C23 exp2m1 &amp; exp10m1 routines.

Note: Benchmark inputs for exp2m1 &amp; exp10m1 are identical to exp2 &amp; exp10
respectively, this also includes the floating point variations.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vector variants of the new C23 exp2m1 &amp; exp10m1 routines.

Note: Benchmark inputs for exp2m1 &amp; exp10m1 are identical to exp2 &amp; exp10
respectively, this also includes the floating point variations.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Implement AdvSIMD and SVE atan2pi/f</title>
<updated>2025-05-19T15:35:25+00:00</updated>
<author>
<name>Dylan Fleming</name>
<email>Dylan.Fleming@arm.com</email>
</author>
<published>2025-05-19T13:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=96abd59bf2a11ddd4e7ccaac840ec13c0b62d3ba'/>
<id>96abd59bf2a11ddd4e7ccaac840ec13c0b62d3ba</id>
<content type='text'>
Implement double and single precision variants of the C23 routine atan2pi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement double and single precision variants of the C23 routine atan2pi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Implement AdvSIMD and SVE atanpi/f</title>
<updated>2025-05-19T15:34:40+00:00</updated>
<author>
<name>Dylan Fleming</name>
<email>Dylan.Fleming@arm.com</email>
</author>
<published>2025-05-19T12:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=edf620281501fbf314855aa9b321688f280e9220'/>
<id>edf620281501fbf314855aa9b321688f280e9220</id>
<content type='text'>
Implement double and single precision variants of the C23 routine atanpi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement double and single precision variants of the C23 routine atanpi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Implement AdvSIMD and SVE asinpi/f</title>
<updated>2025-05-19T15:33:50+00:00</updated>
<author>
<name>Dylan Fleming</name>
<email>Dylan.Fleming@arm.com</email>
</author>
<published>2025-05-19T12:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=0ef2cf44e7784fc357660d80aed72f195485439f'/>
<id>0ef2cf44e7784fc357660d80aed72f195485439f</id>
<content type='text'>
Implement double and single precision variants of the C23 routine asinpi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement double and single precision variants of the C23 routine asinpi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Implement AdvSIMD and SVE acospi/f</title>
<updated>2025-05-19T15:31:59+00:00</updated>
<author>
<name>Dylan Fleming</name>
<email>Dylan.Fleming@arm.com</email>
</author>
<published>2025-05-19T12:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=993997ca1b77dfdea27ae56f3afacfab26dd4e60'/>
<id>993997ca1b77dfdea27ae56f3afacfab26dd4e60</id>
<content type='text'>
Implement double and single precision variants of the C23 routine acospi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement double and single precision variants of the C23 routine acospi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  &lt;Wilco.Dijkstra@arm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Add vector tanpi routines</title>
<updated>2025-01-03T21:39:56+00:00</updated>
<author>
<name>Joe Ramsay</name>
<email>Joe.Ramsay@arm.com</email>
</author>
<published>2025-01-03T20:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=080998f6e7a2a5ec5425a3a4131e182085a64849'/>
<id>080998f6e7a2a5ec5425a3a4131e182085a64849</id>
<content type='text'>
Vector variant of the new C23 tanpi. New tests pass on AArch64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vector variant of the new C23 tanpi. New tests pass on AArch64.
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Add vector cospi routines</title>
<updated>2025-01-03T21:39:56+00:00</updated>
<author>
<name>Joe Ramsay</name>
<email>Joe.Ramsay@arm.com</email>
</author>
<published>2025-01-03T20:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=40c3a0629321eb2442a220cd9254a0086f70c422'/>
<id>40c3a0629321eb2442a220cd9254a0086f70c422</id>
<content type='text'>
Vector variant of the new C23 cospi. New tests pass on AArch64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vector variant of the new C23 cospi. New tests pass on AArch64.
</pre>
</div>
</content>
</entry>
<entry>
<title>AArch64: Add vector sinpi to libmvec</title>
<updated>2025-01-03T21:39:56+00:00</updated>
<author>
<name>Joe Ramsay</name>
<email>Joe.Ramsay@arm.com</email>
</author>
<published>2025-01-03T20:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=6050b45716ed76b9c5407bea160db53195dcc445'/>
<id>6050b45716ed76b9c5407bea160db53195dcc445</id>
<content type='text'>
Vector variant of the new C23 sinpi. New tests pass on AArch64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vector variant of the new C23 sinpi. New tests pass on AArch64.
</pre>
</div>
</content>
</entry>
</feed>
