mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Get llama.com working on aarch64
This commit is contained in:
parent
4c093155a3
commit
a0237a017c
19 changed files with 321 additions and 157 deletions
|
@ -62,7 +62,9 @@ static privileged dontinline void FixupLockNops(void) {
|
|||
|
||||
void __enable_threads(void) {
|
||||
if (__threaded) return;
|
||||
#ifdef __x86_64__
|
||||
STRACE("__enable_threads()");
|
||||
FixupLockNops();
|
||||
#endif
|
||||
__threaded = sys_gettid();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue