hanchenye-llvm-project/clang/lib/Headers
Alp Toker d480b1bf34 Fix a SSE2 intrinsics typo
Full discourse at:

  http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20131104/092514.html
  http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-November/068124.html

Patch by Dimitry Andric and Alexey Dokuchaev!

llvm-svn: 195558
2013-11-23 22:11:57 +00:00
..
CMakeLists.txt Adding intrinsics to the clang front end for the x86 TBM instruction set. 2013-09-30 17:25:14 +00:00
Intrin.h Add implementations of the MSVC barrier intrinsics 2013-10-17 01:29:48 +00:00
Makefile
__wmmintrin_aes.h
__wmmintrin_pclmul.h
altivec.h
ammintrin.h
avx2intrin.h Fix argument types of some AVX2 intrinsics. 2013-09-23 23:52:04 +00:00
avxintrin.h Intrinsics: fix extract & insert when index is out of bound. 2013-10-23 20:33:14 +00:00
bmi2intrin.h
bmiintrin.h
cpuid.h
emmintrin.h Fix a SSE2 intrinsics typo 2013-11-23 22:11:57 +00:00
f16cintrin.h Remove some stray underscores from copyright block. Fix first line length to match length of the one after the copyright block. 2013-09-27 03:57:18 +00:00
float.h
fma4intrin.h
fmaintrin.h
immintrin.h Move sha intrinsics to immintrin.h 2013-09-19 14:00:22 +00:00
iso646.h
limits.h Define [U]LLONG_{MIN,MAX} for C++11, add tests. 2013-10-27 19:00:49 +00:00
lzcntintrin.h
mm3dnow.h
mm_malloc.h
mmintrin.h
module.map
nmmintrin.h
pmmintrin.h
popcntintrin.h
prfchwintrin.h
rdseedintrin.h
rtmintrin.h
shaintrin.h Fix ifdef macro missed in previous commit 2013-09-19 14:07:14 +00:00
smmintrin.h Intrinsics: fix extract & insert when index is out of bound. 2013-10-23 20:33:14 +00:00
stdalign.h
stdarg.h
stdbool.h
stddef.h
stdint.h
stdnoreturn.h
tbmintrin.h Use logical/arithmetic operations instead of builtins in tbmintrin.h. This way we can remove the intrinsic support from the backend. 2013-10-05 17:08:42 +00:00
tgmath.h
tmmintrin.h
unwind.h Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h 2013-09-25 22:34:03 +00:00
varargs.h
wmmintrin.h
x86intrin.h Adding intrinsics to the clang front end for the x86 TBM instruction set. 2013-09-30 17:25:14 +00:00
xmmintrin.h
xopintrin.h