12 lines
329 B
C
12 lines
329 B
C
#ifndef COSMOPOLITAN_LIBC_NEXGEN32E_MACROS_H_
|
|
#define COSMOPOLITAN_LIBC_NEXGEN32E_MACROS_H_
|
|
#ifdef __ASSEMBLER__
|
|
#include "libc/nexgen32e/macros.internal.inc"
|
|
#else
|
|
|
|
/* let's give auto-import tooling a helping hand */
|
|
#define pbroadcastb pbroadcastb
|
|
|
|
#endif /* __ASSEMBLER__ */
|
|
#endif /* COSMOPOLITAN_LIBC_NEXGEN32E_MACROS_H_ */
|