mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Introduce FreeBSD ARM64 support
It's 100% passing test fleet. Solid as a rock.
This commit is contained in:
parent
43fe5956ad
commit
83107f78ed
455 changed files with 778 additions and 551 deletions
|
@ -13,7 +13,7 @@
|
|||
*/
|
||||
#define SUPPORT_VECTOR 255
|
||||
#else
|
||||
#define SUPPORT_VECTOR (_HOSTLINUX | _HOSTXNU)
|
||||
#define SUPPORT_VECTOR (_HOSTLINUX | _HOSTXNU | _HOSTFREEBSD)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -62,8 +62,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef __aarch64__
|
||||
#define IsAarch64() 1
|
||||
#define IsXnuSilicon() IsXnu()
|
||||
#else
|
||||
#define IsAarch64() 0
|
||||
#define IsXnuSilicon() 0
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue