[libc-commits] [libc] [llvm] [libc][math] Implement C23 half precision pow function (PR #159906)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 2 20:53:49 PST 2026


https://github.com/bassiounix requested changes to this pull request.

You are on the right track, one more change is to add shared tests in `libc/test/shared/shared_math_test.cpp`.
Just make sure it doesn't collide with the pending changes I made, one way to do so is to insert the changes at the bottom of the desired section.

https://github.com/llvm/llvm-project/pull/159906


More information about the libc-commits mailing list