aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers/tmmintrin.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-24[X86] Remove __builtin_ia32_pabs intrinsics and use generic __builtin_element...Simon Pilgrim1-3/+3
2022-01-21Revert rG4727d29d908f9dd608dd97a58c0af1ad579fd3ca "[X86] Remove __builtin_ia3...Simon Pilgrim1-3/+3
2022-01-21[X86] Remove __builtin_ia32_pabs intrinsics and use generic __builtin_element...Simon Pilgrim1-3/+3
2021-09-14Check supported architectures in sseXYZ/avxXYZ headersserge-sans-paille1-0/+4
2021-08-13[X86] Add parentheses around casts in some of the X86 intrinsic headers.Craig Topper1-3/+3
2019-04-08Move the builtin headers to use the new license file header.Chandler Carruth1-17/+3
2018-07-09[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper1-2/+2
2018-06-05[X86] Mark all the builtins and intrinsics that require MMX and an SSE featur...Craig Topper1-15/+17
2018-05-31[X86] Remove __extension__ from macro intrinsics when its not needed.Craig Topper1-4/+4
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-32/+32
2018-02-16[DOXYGEN] There was a request in the review D41507 to change the notation for...Ekaterina Romanova1-8/+10
2017-05-15[DOXYGEN] Minor improvements in doxygen comments.Ekaterina Romanova1-40/+48
2016-12-27[DOXYGEN] Improved doxygen comments for x86 intrinsics.Ekaterina Romanova1-7/+7
2016-12-23[DOXYGEN] Improved doxygen comments for tmmintrin.h intrinsics.Ekaterina Romanova1-14/+14
2016-03-03This patch adds doxygen comments for all the intrinsincs in the header file t...Ekaterina Romanova1-0/+552
2015-11-10[X86] Remove temporary variables from macros in x86 intrinsic headers. Preven...Craig Topper1-6/+3
2015-09-12Clean up trailing whitespace in the builtin headersSean Silva1-1/+1
2015-06-30[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTRMichael Kuperstein1-32/+32
2015-06-17Update the intel intrinsic headers to use the target attribute support.Eric Christopher1-7/+1
2015-06-17Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher1-30/+35
2013-01-16PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie1-60/+60
2011-11-05Fix vector macros to correctly check argument types. <rdar://problem/10261670>Bob Wilson1-2/+9
2010-04-15Rewrite handling of 64-bit palignr intrinsics to be vector shuffles.Eric Christopher1-1/+1
2010-03-22fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner1-30/+30
2009-12-14Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing.Nate Begeman1-1/+1
2009-12-14Support x86's PALIGNR instruction without the use of a palignr intrinsic.Nate Begeman1-2/+2
2009-12-10minimal fix for PR5743Chris Lattner1-2/+2
2009-06-06Fix obvious typo.Eli Friedman1-3/+3
2009-04-20Fix tyop in SSSE3 header (6808876).Anders Carlsson1-2/+2
2009-02-17Add SSSE3 headerAnders Carlsson1-0/+218