mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Remove undefined behaviors
This commit is contained in:
parent
4864565198
commit
b3838173ec
51 changed files with 756 additions and 1302 deletions
|
@ -4,7 +4,7 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
void psubq(int64_t[2], const int64_t[2], const int64_t[2]);
|
||||
void psubq(uint64_t[2], const uint64_t[2], const uint64_t[2]);
|
||||
|
||||
#define psubq(A, B, C) \
|
||||
INTRIN_SSEVEX_X_X_X_(psubq, SSE2, "psubq", INTRIN_NONCOMMUTATIVE, A, B, C)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue