mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
typo
This commit is contained in:
parent
ca5a08cafc
commit
8b3dffa600
1 changed files with 0 additions and 4 deletions
|
@ -435,8 +435,6 @@ struct thatispacked mayalias __usi128ma {
|
|||
|
||||
#define _mm_setr_epi64(M64_0, M64_1) (_mm_set_epi64((M64_1), (M64_0)))
|
||||
|
||||
#define _mm_loadu_si128(PTR) (*(__m128i_u const *)(PTR))
|
||||
|
||||
#define _mm_loadl_epi64(PTR) \
|
||||
(_mm_set_epi64((__m64)0LL, *(__m64_u *)(__m128i_u const *)(PTR)))
|
||||
|
||||
|
@ -444,8 +442,6 @@ struct thatispacked mayalias __usi128ma {
|
|||
|
||||
#define _mm_store_si128(M128I_PTR_0, M128I_1) (*(M128I_PTR_0) = (M128I_1))
|
||||
|
||||
#define _mm_storeu_si128(PTR, M128I_1) (*(__m128i_u *)(PTR) = (M128I_1))
|
||||
|
||||
#define _mm_storel_epi64(PTR, M128I_1) \
|
||||
(*(__m64_u *)(__m128i_u *)(PTR) = (__m64)((__v2di)(M128_I))[0])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue