mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Reduce build latency and fix old cpu bugs
This commit is contained in:
parent
df8ab0aa0c
commit
533f3d1ef1
69 changed files with 43069 additions and 43683 deletions
11
third_party/quickjs/leb128.h
vendored
Normal file
11
third_party/quickjs/leb128.h
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COSMOPOLITAN_THIRD_PARTY_QUICKJS_LEB128_H_
|
||||
#define COSMOPOLITAN_THIRD_PARTY_QUICKJS_LEB128_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
int get_leb128(uint32_t *, const uint8_t *, const uint8_t *);
|
||||
int get_sleb128(int32_t *, const uint8_t *, const uint8_t *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_THIRD_PARTY_QUICKJS_LEB128_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue