mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Port a lot more code to AARCH64
- Introduce epoll_pwait() - Rewrite -ftrapv and ffs() libraries in C code - Use more FreeBSD code in math function library - Get significantly more tests passing on qemu-aarch64 - Fix many Musl long double functions that were broken on AARCH64
This commit is contained in:
parent
91791e9f38
commit
550b52abf6
158 changed files with 6018 additions and 3499 deletions
9
third_party/python/pyconfig.h
vendored
9
third_party/python/pyconfig.h
vendored
|
@ -6,14 +6,17 @@
|
|||
|
||||
#define STDC_HEADERS 1
|
||||
#define HAVE_LONG_DOUBLE 1
|
||||
#define HAVE_GCC_ASM_FOR_X64 1
|
||||
#define HAVE_GCC_ASM_FOR_X87 1
|
||||
#define HAVE_GCC_UINT128_T 1
|
||||
#define HAVE_STDARG_PROTOTYPES 1
|
||||
#define HAVE_BUILTIN_ATOMIC 1
|
||||
#define HAVE_COMPUTED_GOTOS 1
|
||||
#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
|
||||
|
||||
#ifdef __x86_64__
|
||||
#define HAVE_GCC_ASM_FOR_X64 1
|
||||
#define HAVE_GCC_ASM_FOR_X87 1
|
||||
#endif
|
||||
|
||||
#define HAVE_ACOSH 1
|
||||
#define HAVE_ASINH 1
|
||||
#define HAVE_ATANH 1
|
||||
|
@ -100,7 +103,7 @@
|
|||
#define HAVE_DECL_RTLD_NOW 1
|
||||
|
||||
#define HAVE_GETSID 1
|
||||
#define HAVE_GETEUID 1
|
||||
#define HAVE_GETEUID 1
|
||||
#define HAVE_GETTIMEOFDAY 1
|
||||
#define HAVE_GETUID 1
|
||||
#define HAVE_GETNAMEINFO 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue