mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Introduce CPUID detection for Blink
This commit is contained in:
parent
4922bc4890
commit
3da887c58f
12 changed files with 19 additions and 14 deletions
4
third_party/nsync/futex.c
vendored
4
third_party/nsync/futex.c
vendored
|
@ -66,10 +66,6 @@ __attribute__((__constructor__)) static void nsync_futex_init_ (void) {
|
|||
|
||||
FUTEX_WAIT_ = FUTEX_WAIT;
|
||||
|
||||
if (IsGenuineCosmo ()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (IsWindows ()) {
|
||||
futex_is_supported = true;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue