mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +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 phsubd(int32_t[4], const int32_t[4], const int32_t[4]);
|
||||
void phsubd(uint32_t[4], const uint32_t[4], const uint32_t[4]);
|
||||
|
||||
#define phsubd(A, B, C) \
|
||||
INTRIN_SSEVEX_X_X_X_(phsubd, SSSE3, "phsubd", INTRIN_NONCOMMUTATIVE, A, B, C)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue