mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 01:50:30 +00:00
Make the intrinsics more readable
This commit is contained in:
parent
210187cf77
commit
80db9de173
75 changed files with 12444 additions and 21493 deletions
4
third_party/intel/pconfigintrin.internal.h
vendored
4
third_party/intel/pconfigintrin.internal.h
vendored
|
@ -24,9 +24,7 @@
|
|||
: "a"(leaf), "b"(b), "c"(c), "d"(d) \
|
||||
: "cc")
|
||||
|
||||
extern __inline unsigned int
|
||||
__attribute__((__gnu_inline__, __always_inline__, __artificial__))
|
||||
_pconfig_u32(const unsigned int __L, size_t __D[]) {
|
||||
__funline unsigned int _pconfig_u32(const unsigned int __L, size_t __D[]) {
|
||||
enum __pconfig_type {
|
||||
__PCONFIG_KEY_PROGRAM = 0x01,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue