mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Fix the build
This commit is contained in:
parent
5dff63a31c
commit
3de35e196c
4 changed files with 9 additions and 2 deletions
|
@ -6,9 +6,9 @@ COSMOPOLITAN_C_START_
|
|||
int bsr(int) pureconst;
|
||||
int bsrl(long) pureconst;
|
||||
int bsrll(long long) pureconst;
|
||||
int bsr128(uint128_t) pureconst;
|
||||
|
||||
#if defined(__GNUC__) && defined(__x86_64__) && !defined(__STRICT_ANSI__)
|
||||
int bsr128(uint128_t) pureconst;
|
||||
#define bsr(u) \
|
||||
({ \
|
||||
unsigned BiTs; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue