summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/simd/sse
Commit message (Expand)AuthorAgeFilesLines
* MAINT, SIMD: fix c++ build when SSE intrinsics are in the scopeSayed Adel2023-02-201-24/+29
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-5/+5
* ENH, SIMD: Implment intrinsic for FMA multiply add(odd) and subtract(even)Sayed Adel2023-01-291-0/+30
* ENH, SIMD: Add special intrinsics for better non-contiguous/partial memory ac...Sayed Adel2023-01-291-11/+250
* ENH: Implement intrinsics for shuffle over 128-bit lane and unzipSayed Adel2023-01-291-0/+87
* ENH, SIMD: Discard non-signaling comparison intrinsicsSayed Adel2022-12-152-32/+1
* BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2Sayed Adel2022-12-141-48/+134
* ENH, SIMD: Add ordered comparison intrinsics guarantees non-signalingSayed Adel2022-12-141-0/+32
* BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2Sayed Adel2022-12-071-10/+11
* SIMD: Add new intrinsics to check true cross all vector lanesSayed Adel2022-09-192-4/+60
* ENH, SIMD: Implement new universal intrinsic for max/min operationsSayed Adel2022-09-172-8/+140
* ENH, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-041-0/+3
* SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneqRafael CF Sousa2022-05-291-3/+4
* SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-231-0/+5
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-0/+24
* SIMD: Add new universal intrinsics for lookup tableSayed Adel2022-01-191-0/+41
* SIMD: fix signed zero of SSE2/FloorSayed Adel2021-12-131-12/+37
* ENH, SIMD: add new universal intrinsics for floorHowJMay2021-12-121-0/+26
* ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-161-0/+28
* ENH: Implement SIMD for ceilHowJMay2021-11-011-0/+31
* BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit modeSayed Adel2021-10-281-2/+23
* BUG, SIMD: Fix unexpected result of uint8 division on X86Sayed Adel2021-05-191-4/+4
* DOC: Add comment for ifdef macro guardHowJmay2021-05-161-1/+1
* ENH: Add max/min value comparison for integersHowJmay2021-05-101-0/+68
* ENH: Add min values comparison for floating pointHowJmay2021-05-021-0/+19
* Merge pull request #18863 from HowJMay/simd-maxSayed Adel2021-04-301-0/+19
|\
| * ENH: Add max values comparison for floating pointHowJmay2021-05-011-0/+19
* | fix: Fix the typo "implment"HowJmay2021-04-281-3/+3
|/
* SIMD, BUG: fix passing immediate values to npyv_setall_u64 on SSE/32-bitSayed Adel2021-03-081-15/+10
* SIMD: add NPYV fast integer division intrinsics for SSESayed Adel2021-03-081-1/+176
* use more accurate words.Qiyu82021-01-271-1/+1
* improve sumup intriniscs.Qiyu82021-01-252-19/+25
* fix npyv_storea_u64 undefined error.Qiyu82021-01-221-2/+2
* correct the input paramater of f32.Qiyu82021-01-221-2/+2
* treat u8/u16 as overflow protection.Qiyu82021-01-223-4/+24
* Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-201-0/+19
* Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-233-1/+35
|\
| * ENH, SIMD: Add new NPYV intrinsics pack(1)Sayed Adel2020-12-223-1/+35
* | use max value to detect deviationQiyu82020-12-141-1/+1
* | Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-102-4/+58
|\ \ | |/
| * ENH, SIMD: Add new NPYV intrinsics pack(0)Sayed Adel2020-11-172-4/+58
* | add non-AVX512BW instrumentsQiyu82020-12-101-2/+2
* | use splited loops and add unit test for new intrinsicsQiyu82020-12-091-6/+10
* | Optimize the performance of countnonzero by using universal intrinsicsQiyu82020-12-072-0/+21
|/
* ENH, SIMD: Add sqrt, abs, recip and square intrinsics for f32/64Sayed Adel2020-11-032-0/+41
* improve intrinsics and add sum intrinsic testQiyu82020-11-031-1/+4
* add a newline at the end of the file.Qiyu82020-11-021-1/+1
* SIMD: Add sum intrinsics for float/double.Qiyu82020-10-301-0/+24
* ENH, SIMD: Add partial/non-contig load and store intrinsics for 32/64-bitSayed Adel2020-10-091-0/+424
* NPYV: add fused multiply subtract/add intrinics for all supported platformsSayed Adel2020-09-071-1/+56