#
3ba7702b |
| 03-Jul-2018 |
mortimer <mortimer@openbsd.org> |
Add retguard macros to libm assembly. ok deraadt
|
#
f6b709d4 |
| 05-Feb-2018 |
deraadt <deraadt@openbsd.org> |
Constants which can go into .rodata
|
#
6d9c1604 |
| 22-Dec-2016 |
naddy <naddy@openbsd.org> |
copysign and copysignf are used within libm, so declare them accordingly. Required if the compiler doesn't replace them with builtins (e.g. clang on amd64). ok kettenis@ guenther@ i386 sync requested
copysign and copysignf are used within libm, so declare them accordingly. Required if the compiler doesn't replace them with builtins (e.g. clang on amd64). ok kettenis@ guenther@ i386 sync requested by guenther@
show more ...
|
#
2f2c0062 |
| 12-Sep-2016 |
guenther <guenther@openbsd.org> |
Reduce libm's exports and make internal calls go direct. All dependencies on libc are now via reserved/standardized names.
ok kettenis@ millert@ deraadt@
|
#
09236715 |
| 09-Jul-2011 |
martynas <martynas@openbsd.org> |
Switch to the SSE code. OK mikeb@.
|
#
a1795d18 |
| 08-Apr-2009 |
martynas <martynas@openbsd.org> |
remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees object code matches so this got to be oki
|
#
1e4c3ed1 |
| 02-Aug-2005 |
espie <espie@openbsd.org> |
Add missing $OpenBSD$ tags. Zap wasteful RCSID("$NetBSD$")
okay deraadt@
|
#
3ccbf660 |
| 08-Feb-2004 |
deraadt <deraadt@openbsd.org> |
add libm parts for amd64; much from netbsd, integration by mickey. Instead of mixing the i387 & xmm register components, we decide to explicitly seperate them. libm is already confusing enough as i
add libm parts for amd64; much from netbsd, integration by mickey. Instead of mixing the i387 & xmm register components, we decide to explicitly seperate them. libm is already confusing enough as it is, thank you very much
show more ...
|