aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/emmintrin.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-03-26rs6000: Make _mm_slli_si128 and _mm_bslli_si128 consistent [PR109167]Kewen Lin1-17/+9
2023-03-26rs6000: Ensure vec_sld shift count in allowable range [PR109082]Kewen Lin1-3/+7
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-02-17rs6000: __Uglify non-uglified local variables in headersPaul A. Clarke1-454/+454
2022-01-26rs6000: Fix up *intrin.h for C89 [PR104239]Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-29rs6000: Add Power10 optimization for most _mm_movemask*Paul A. Clarke1-0/+8
2021-11-19rs6000: Add optimizations for _mm_sad_epu8Paul A. Clarke1-7/+17
2021-10-19rs6000: Guard some x86 intrinsics implementationsPaul A. Clarke1-10/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-30rs6000, Fix header comment for intrinsic function _mm_movemask_epi8Carl Love1-1/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-02-25[rs6000] PR89338, PR89339: Fix compat vector intrinsics for BE and 32-bitPaul A. Clarke1-0/+12
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06[rs6000] x86-compat vector intrinsics fixes for BE, 32bitPaul A. Clarke1-65/+37
2018-10-25emmintrin.h (_mm_slli_epi16): Replace deprecated function with vec_sl.Bill Schmidt1-16/+16
2018-10-25emmintrin.h (_mm_sll_epi16): Replace comparison operators with vec_cmp* for c...Bill Schmidt1-28/+34
2018-10-25emmintrin.h (_mm_sll_epi64): Remove wrong cast.Bill Schmidt1-2/+1
2018-10-24emmintrin.h (_mm_cvtpd_epi32): Change deprecated __vector long to __vector lo...William Schmidt1-6/+11
2018-10-22Index...William Schmidt1-3/+3
2018-10-21emmintrin.h (_mm_movemask_pd): Replace __vector __m64 with __vector unsigned ...William Schmidt1-6/+8
2018-09-14emmintrin.h: Add _MM_SHUFFLE2.Carl Love1-0/+3
2018-07-13emmintrin.h (_mm_and_si128): New function.Bill Schmidt1-0/+25
2018-04-14rs6000: Fix _mm_slli_epi{32,64} for shift values 16 through 31 and negative (...Paul A. Clarke1-14/+9
2018-04-03emmintrin.h (_mm_cvtpd_epi32): Use __vector rather than vector.Bill Schmidt1-3/+3
2018-01-10x86intrin.h: Change #warning to #error.Peter Bergner1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-30Part 1/2 for contributing PPC64LE support for X86 SSE2 instrisics.Steven Munroe1-0/+2340