[PATCH v2 0/2] Fix powl on x86_64 for bz#33411

Siddhesh Poyarekar siddhesh@sourceware.org
Tue Oct 21 12:21:36 GMT 2025


Changes since v1:
* Fixed the cover letter subject line
* Shortened the assembly by 2 instructions, consolidating stack pops and
  reducing one jump for y == 0.

Siddhesh Poyarekar (2):
  test-powl: Port to libsupport
  Simplify powl computation for small integral y [BZ #33411]

 math/test-powl.c            | 44 ++++++++++++++++++++++-------
 sysdeps/x86_64/fpu/e_powl.S | 56 +++++++++++++++++++------------------
 2 files changed, 63 insertions(+), 37 deletions(-)

-- 
2.51.0



More information about the Libc-alpha mailing list