summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-31Fix cmake languages (#62)upstream-masterJames Hilliard
2022-09-12Remove semicolon from macro to allow use of vld1q_lane_u64 in other macros (#60)Ng Zhi An
2022-06-11fix for gcc immediate parameters issue #58Victoria Zhislina
2022-06-11fix for Signed argument to _mm_set1_epi8/16/32 issue#59Victoria Zhislina
2021-02-25fix typo (#54)Cuong V. Nguyen
2020-12-29Fix vcvt_n functions to handle 32 fraction bits and clamping unsigned to zero...avostrik
2020-12-20vcvt(q)_n_s32_f32 and similar functions bug fixZhislina
2020-09-18fix: round position for vr{add,sub}hn_{s,u}{16,32,64} (#47)Victoria
2020-06-22Update LICENSEVictoria
2020-05-19"Unused functions" warning for gcc fix. (#44)Bizonu
2020-04-22Merge branch 'Bizonu-bugfix/unused_function'Zhislina
2020-04-16Fixed all GCC/Clang/MSVC warnings. Most of the changes were done for `-Wunuse...Adrian Chiuta
2020-04-03Changed the code style for the previous fix.Adrian Chiuta
2020-04-03Fixed GCC `-Woverflow` warnings when `-pedantic` flag is used.Adrian Chiuta
2020-04-02Fixed all `unused-function` warnings.Adrian Chiuta
2020-03-31- Fixed _MM_INSERT_EPI64 that inserted only 32 bits values in some conditions.Adrian Chiuta
2020-03-31Merge branch 'master' of https://github.com/intel/ARM_NEON_2_x86_SSEAdrian Chiuta
2020-01-21Update ReadMe.mdVictoria
2020-01-21Update NEON_2_SSE.h (#35)rosbif
2020-01-13Update NEON_2_SSE.h (#34)rosbif
2019-12-25Update ReadMe.mdVictoria
2019-12-25vmlsl_lane_u16 bug fixVictoria Zhislina
2019-08-01vrsqrte_u32 bug and style fixVictoria Zhislina
2019-07-31vrsqrte(q)_u32 precision & performance improvementVictoria Zhislina
2019-02-27Fixes warning C4310 from Visual Studio (#26)Bizonu
2019-02-26Added comments with the constants in hexadecimal to help with code readability.Adrian Chiuta
2019-02-25Fixed warning in VisualStudio, regarding conversion from double to float, or ...Adrian Chiuta
2019-02-18Fixed warnings in Visual Studio.Adrian Chiuta
2019-02-18Merge pull request #1 from intel/masterBizonu
2019-02-06Add optimized routines for pairwise long adds and _mm_mullo_epi32 (#25)easyaspi314 (Devin)
2019-02-05vtbxN issue fix (correct processing of out-of-bound values)Victoria Zhislina
2019-01-16Merge branch 'master' of https://github.com/intel/ARM_NEON_2_x86_SSEVictoria Zhislina
2019-01-16vmull_n_u16 issue fixVictoria Zhislina
2018-12-27Merge pull request #22 from maxint/masterVictoria
2018-12-26Add const specifier to vst*()Lin Naiyang
2018-12-21issues with unsigned 8 and 16 bit cmp and zero shift fixVictoria Zhislina
2018-09-17Update ReadMe.mdVictoria
2018-09-17Update ReadMe.mdVictoria
2018-09-17Merge pull request #17 from Bizonu/masterVictoria
2018-09-03Fixed warningsAdrian Chiuta
2018-08-14Update ReadMe.mdVictoria
2018-06-20Merge branch 'master' of https://github.com/intel/ARM_NEON_2_x86_SSEZVictoria
2018-06-20tiny performance improvement for vcge(q)_u16 (SSSE3),vcgt(q)_u16,vcgt(q)_u8ZVictoria
2018-06-15vabd(q)_u8 and vabd(q)_u16 optimizationVictoria Zhislina
2018-06-06vcvt_s32_f32 and vcvt_u32_f32 changeZVictoria
2018-06-04vcvt(q)_s32_f32 and vcvt(q)_u32_f32 fix to match ARM operationZVictoria
2018-04-28Fix for fp exception in vcvtq_u32_f32ZVictoria
2018-04-16Merge pull request #16 from pps83/master-warnfixVictoria
2018-04-04Fix casting and constant value truncation warningsPavel P
2018-02-12Merge pull request #12 from sharkfox/masterVictoria