Enhance chibicc
This commit is contained in:
@@ -7,7 +7,7 @@ COSMOPOLITAN_C_START_
|
||||
|
||||
void palignr(void *, const void *, const void *, unsigned long);
|
||||
|
||||
#ifndef __STRICT_ANSI__
|
||||
#if !defined(__STRICT_ANSI__) && !defined(__chibicc__)
|
||||
__intrin_xmm_t __palignrs(__intrin_xmm_t, __intrin_xmm_t);
|
||||
#define palignr(C, B, A, I) \
|
||||
do { \
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "libc/intrin/pand.h"
|
||||
|
||||
/**
|
||||
* Nands 128-bit integers.
|
||||
* Ands 128-bit integers.
|
||||
*
|
||||
* @param 𝑎 [w/o] receives result
|
||||
* @param 𝑏 [r/o] supplies first input vector
|
||||
|
||||
Reference in New Issue
Block a user