Jonas 'Sortie' Termansen
|
a4220d5b5f
|
Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals.
These macros might not be defined, in which case this usage would have
generated warnings had they not been in system headers.
|
2014-01-18 16:30:55 +01:00 |
|
Jonas 'Sortie' Termansen
|
30a95dfa1e
|
Split parts of <features.h> into <sys/cdefs.h>.
|
2013-12-17 14:30:44 +01:00 |
|
Jonas 'Sortie' Termansen
|
752bdab798
|
Add libm internal build macro __is_sortix_libm.
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
61d75f39f7
|
Add __sortix_libm__ feature macro.
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
5980be9b3c
|
Add Sortix Math Library.
This work is based in part on code from NetBSD libm, libc and kernel.
The library is partly public domain and partly BSD-style licensed.
|
2013-12-17 14:30:39 +01:00 |
|