[PATCH 8/9] Do not wrap logf, log2f and powf

Szabolcs Nagy szabolcs.nagy@arm.com
Tue Sep 19 13:05:00 GMT 2017


The new generic logf, log2f and powf code don't need wrappers
any more, they set errno inline, so only use the wrappers on
targets that need it.

2017-09-19  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
	* sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
	* sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise
	* sysdeps/ieee754/flt-32/w_log2f.c: New file.
	* sysdeps/ieee754/flt-32/w_logf.c: New file.
	* sysdeps/ieee754/flt-32/w_powf.c: New file.
	* sysdeps/i386/fpu/w_log2f.c: New file.
	* sysdeps/i386/fpu/w_logf.c: New file.
	* sysdeps/i386/fpu/w_powf.c: New file.
	* sysdeps/m68k/m680x0/fpu/w_log2f.c: New file.
	* sysdeps/m68k/m680x0/fpu/w_logf.c: New file.
	* sysdeps/m68k/m680x0/fpu/w_powf.c: New file.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 08-powf-nowrap.diff
Type: text/x-patch
Size: 4473 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20170919/4498032b/attachment.bin>


More information about the Libc-alpha mailing list