mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Add OpenMP support
This commit is contained in:
parent
c1e18e7903
commit
5f8e9f14c1
742 changed files with 94643 additions and 1279 deletions
12
libc/nt/struct/processornumber.h
Normal file
12
libc/nt/struct/processornumber.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_PROCESSORNUMBER_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_STRUCT_PROCESSORNUMBER_H_
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct NtProcessorNumber {
|
||||
uint16_t Group;
|
||||
uint8_t Number;
|
||||
uint8_t Reserved;
|
||||
};
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_PROCESSORNUMBER_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue