mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 22:19:10 +00:00
Add OpenMP support
This commit is contained in:
parent
c1e18e7903
commit
5f8e9f14c1
742 changed files with 94643 additions and 1279 deletions
|
@ -18,8 +18,8 @@ COSMOPOLITAN_C_START_
|
|||
*/
|
||||
#define rdtscp(OPT_OUT_IA32_TSC_AUX) \
|
||||
({ \
|
||||
uint64_t Rax, Rdx; \
|
||||
uint32_t Ecx, *EcxOut; \
|
||||
uint64_t Rax, Rcx, Rdx; \
|
||||
asm volatile("rdtscp" \
|
||||
: "=a"(Rax), "=c"(Ecx), "=d"(Rdx) \
|
||||
: /* no inputs */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue