mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Fix some aarch64 build issues
This commit is contained in:
parent
9ae230afad
commit
1cc8ff6a55
2 changed files with 4 additions and 0 deletions
3
third_party/mbedtls/config.h
vendored
3
third_party/mbedtls/config.h
vendored
|
@ -102,8 +102,11 @@
|
|||
*/
|
||||
#define MBEDTLS_AESNI_C
|
||||
#define MBEDTLS_AESCE_C
|
||||
|
||||
#ifdef __x86_64__
|
||||
#define MBEDTLS_HAVE_X86_64
|
||||
#define MBEDTLS_HAVE_SSE2
|
||||
#endif
|
||||
|
||||
#ifndef TINY
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue