aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/emmintrin.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-09Rename __{float,double}_u to __x86_{float,double}_u to avoid pulluting the na...liuhongt1-5/+5
2024-06-18i386: Handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse/sse2/avxHu, Lin11-0/+22
2024-05-31Rename double_u with __double_u to avoid pulluting the namespace.liuhongt1-5/+5
2024-05-09i386: Fix some intrinsics without alignment requirements.Hu, Lin11-5/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-16x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in C++ [PR105593]Jakub Jelinek1-0/+6
2022-03-14i386: Fix up _mm_loadu_si{16,32} [PR99754]Jakub Jelinek1-3/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-14x86: Add missing intrinsics [PR95483]Sunil K Pandey1-0/+25
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-09re PR target/87853 (_mm_cmpgt_epi8 broken with -funsigned-char)Jakub Jelinek1-1/+1
2019-03-08re PR target/68924 (No intrinsic for x86 `MOVQ m64, %xmm` in 32bit mode.)Uros Bizjak1-0/+12
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-05re PR target/87853 (_mm_cmpgt_epi8 broken with -funsigned-char)Xuepeng Guo1-3/+4
2018-08-15i386.c (expand_vec_perm_movs): Enable V4SFmode for TARGET_SSE.Uros Bizjak1-1/+1
2018-08-14i386.c (expand_vec_perm_movs): New method matching movs patterns.Allan Sandfeld Jensen1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-11re PR target/70118 (UBSan claims misaligned access in SSE instrinsics)Allan Sandfeld Jensen1-4/+4
2016-08-31[x86] Don't use builtins for unaligned load/storeMarc Glisse1-6/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-16Add new names for intrinsics.Ilya Tocar1-0/+16
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-15xmmintrin.h (_mm_add_ps, [...]): Use vector extensions instead of builtins.Marc Glisse1-33/+37
2014-03-24avxintrin.h (_mm256_undefined_si256): Define.Ulrich Drepper1-0/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-06-23Allow mmintrin headers to work with function specific target opts.Sriraman Tallam1-5/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-11-18Add _mm_stream_si64.H.J. Lu1-0/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-08-20Cast to unsigned short/char first for _mm_extract_epi16/_mm_extract_epi8.H.J. Lu1-2/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-13/+10
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-08-07re PR target/36992 (Very stange code for _mm_move_epi64)H.J. Lu1-1/+1
2008-03-13re PR target/34000 (GCC pedwarns about use of static inline functions from sy...Uros Bizjak1-224/+224
2008-03-13Revert my previous commit.Uros Bizjak1-4/+4
2008-03-13re PR c++/35553 (-fkeep-inline-functions and -O errors out in SSE headers)Uros Bizjak1-4/+4
2007-12-14sse-14.c (test_1, [...]): New macros to test macroized SSE intrinsics.Uros Bizjak1-17/+17
2007-12-13re PR target/34435 (SSE2 intrinsics - emmintrin with optimisations off and ty...Uros Bizjak1-8/+10
2007-10-17re PR target/32961 (Gcc has different requirements for x86 shift xmm intrinsics)Uros Bizjak1-33/+8
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-224/+224
2007-05-21tmmintrin.h (_mm_alignr_epi8): Provide macro implementation if __OPTIMIZE__ i...Uros Bizjak1-0/+53
2007-05-20tmmintrin.h (_mm_alignr_epi32): Implement as always inlined function, not as ...Uros Bizjak1-14/+25
2007-05-20re PR target/31585 (gcc.target/i386/sse-vect-types.c FAILs (also sse-13.c and...Uros Bizjak1-12/+5
2007-03-26re PR target/31361 (SSE2 generation bug with shifts)Richard Henderson1-16/+16
2007-03-21re PR target/31245 (SSE2 generation bug with 4.1.2 and -O3)Richard Henderson1-2/+4
2007-02-05amdfam10Harsha Jagasia1-2/+6