1. 6315d3c Add Compatibility for CMake 4 (#80) by Aiden Grossman · 9 weeks ago main upstream/master
  2. eb8b80b bugfix in fma for the issues #78 and #79 by Victoria Zhislina · 7 months ago
  3. 5042318 ReadMe.md changed and issue #75 fixed by Victoria Zhislina · 9 months ago
  4. 8e454f6 cumulative fix for issues #73 and #74 by Victoria Zhislina · 10 months ago
  5. 1862516 FMA instructions added + count leading zeros new algorithm used by Victoria Zhislina · 10 months ago
  6. b203368 Add missing definition of _NEON2SSE_ALIGN_32 for gcc / clang (#72) by Yuriy Chernyshov · 11 months ago
  7. 879e018 bug fixes in vqrshrun_n_s64 (issue #71), vshrn_n_u16( issue #68) and some other functions + first introduction of USE_AVX2 (off by default) by Victoria Zhislina · 11 months ago
  8. 697bb1c vhsub_s8 internal overflow fix resolving issue#70 by Victoria Zhislina · 12 months ago
  9. 5ec0db7 fix typos (#66) by Yang Hau · 1 year, 1 month ago
  10. aadad22 add code_of_conduct, contributing agreement, and security.md by Robert Dower · 1 year, 1 month ago
  11. 3ba8561 Merge pull request #69 from rdower/master by Robert Dower · 1 year, 1 month ago
  12. 97863f5 add required SECURITY.md file for OSSF Scorecard compliance by Robert Dower · 1 year, 1 month ago
  13. 097a5ec Fix cmake languages (#62) by James Hilliard · 2 years, 4 months ago
  14. a15b489 Remove semicolon from macro to allow use of vld1q_lane_u64 in other macros (#60) by Ng Zhi An · 2 years, 9 months ago
  15. cef9501 fix for gcc immediate parameters issue #58 by Victoria Zhislina · 3 years ago
  16. 695dce2 fix for Signed argument to _mm_set1_epi8/16/32 issue#59 by Victoria Zhislina · 3 years ago
  17. a1652fd fix typo (#54) by Cuong V. Nguyen · 4 years, 3 months ago
  18. 3c9879b Fix vcvt_n functions to handle 32 fraction bits and clamping unsigned to zero (#50) by avostrik · 4 years, 5 months ago
  19. 2cbbc2a vcvt(q)_n_s32_f32 and similar functions bug fix by Zhislina · 4 years, 6 months ago
  20. 67ea942 fix: round position for vr{add,sub}hn_{s,u}{16,32,64} (#47) by Victoria · 4 years, 9 months ago
  21. 42b2beb Update LICENSE by Victoria · 5 years ago
  22. fe92efd "Unused functions" warning for gcc fix. (#44) by Bizonu · 5 years ago
  23. 0f4e857 Merge branch 'Bizonu-bugfix/unused_function' by Zhislina · 5 years ago
  24. 803a3d3 Fixed all GCC/Clang/MSVC warnings. Most of the changes were done for `-Wunused-function`. by Adrian Chiuta · 5 years ago
  25. 8fd955d Changed the code style for the previous fix. by Adrian Chiuta · 5 years ago
  26. bbb2f66 Fixed GCC `-Woverflow` warnings when `-pedantic` flag is used. by Adrian Chiuta · 5 years ago
  27. 7577a55 Fixed all `unused-function` warnings. by Adrian Chiuta · 5 years ago
  28. c12f893 - Fixed _MM_INSERT_EPI64 that inserted only 32 bits values in some conditions. by Adrian Chiuta · 5 years ago
  29. b186e5e Merge branch 'master' of https://github.com/intel/ARM_NEON_2_x86_SSE by Adrian Chiuta · 5 years ago
  30. 8dbe246 Update ReadMe.md by Victoria · 5 years ago
  31. 94e8ecc Update NEON_2_SSE.h (#35) by rosbif · 5 years ago
  32. b2785fa Update NEON_2_SSE.h (#34) by rosbif · 5 years ago
  33. ae92708 Update ReadMe.md by Victoria · 5 years ago
  34. 170b576 vmlsl_lane_u16 bug fix by Victoria Zhislina · 5 years ago
  35. 3057bb9 vrsqrte_u32 bug and style fix by Victoria Zhislina · 6 years ago
  36. cbee7e7 vrsqrte(q)_u32 precision & performance improvement by Victoria Zhislina · 6 years ago
  37. 91c5962 Fixes warning C4310 from Visual Studio (#26) by Bizonu · 6 years ago
  38. 1655c6e Added comments with the constants in hexadecimal to help with code readability. by Adrian Chiuta · 6 years ago
  39. efeb51f Fixed warning in VisualStudio, regarding conversion from double to float, or float to double. by Adrian Chiuta · 6 years ago
  40. cbf6ac1 Fixed warnings in Visual Studio. by Adrian Chiuta · 6 years ago
  41. 68cb97e Merge pull request #1 from intel/master by Bizonu · 6 years ago
  42. 6516a61 Add optimized routines for pairwise long adds and _mm_mullo_epi32 (#25) by easyaspi314 (Devin) · 6 years ago
  43. 1a99e5a vtbxN issue fix (correct processing of out-of-bound values) by Victoria Zhislina · 6 years ago
  44. 04c77f7 Merge branch 'master' of https://github.com/intel/ARM_NEON_2_x86_SSE by Victoria Zhislina · 6 years ago
  45. e53d6da vmull_n_u16 issue fix by Victoria Zhislina · 6 years ago
  46. 3f5d1e4 Merge pull request #22 from maxint/master by Victoria · 6 years ago
  47. eef40e6 Add const specifier to vst*() by Lin Naiyang · 6 years ago
  48. 060c696 issues with unsigned 8 and 16 bit cmp and zero shift fix by Victoria Zhislina · 6 years ago
  49. 97a126f Update ReadMe.md by Victoria · 7 years ago
  50. ceff5d0 Update ReadMe.md by Victoria · 7 years ago
  51. 069bd0e Merge pull request #17 from Bizonu/master by Victoria · 7 years ago
  52. 745a5c4 Fixed warnings by Adrian Chiuta · 7 years ago
  53. ad69075 Update ReadMe.md by Victoria · 7 years ago
  54. 32c968f Merge branch 'master' of https://github.com/intel/ARM_NEON_2_x86_SSE by ZVictoria · 7 years ago
  55. a332e45 tiny performance improvement for vcge(q)_u16 (SSSE3),vcgt(q)_u16,vcgt(q)_u8 by ZVictoria · 7 years ago
  56. 7c6fd8a vabd(q)_u8 and vabd(q)_u16 optimization by Victoria Zhislina · 7 years ago
  57. e19d717 vcvt_s32_f32 and vcvt_u32_f32 change by ZVictoria · 7 years ago
  58. b5ee01d vcvt(q)_s32_f32 and vcvt(q)_u32_f32 fix to match ARM operation by ZVictoria · 7 years ago
  59. 2599316 Fix for fp exception in vcvtq_u32_f32 by ZVictoria · 7 years ago
  60. 828c0b4 Merge pull request #16 from pps83/master-warnfix by Victoria · 7 years ago
  61. 1200fe9 Fix casting and constant value truncation warnings by Pavel P · 7 years ago
  62. 850115d Merge pull request #12 from sharkfox/master by Victoria · 7 years ago
  63. b02af78 fix pointer truncation warning when using MSVC2015 by Enrico May · 7 years ago
  64. 8e122fd some tiny improvements + MSVC compiler compatibility by zvictoria · 7 years ago
  65. b94f100 Merge pull request #10 from MaskRay/feature-aarch64 by Victoria · 8 years ago
  66. 074e1a5 Add some __aarch64__ functions by Fangrui Song · 8 years ago
  67. 0f77d9d Merge pull request #5 from Notoh/patch-1 by Victoria · 8 years ago
  68. b5d8ec4 Grammer in ReadMe by Alex Pawelko · 8 years ago
  69. ba81ba0 Bug fix in vrshrn_n_s32 function by Zvictoria · 8 years ago
  70. 1d0c424 Merge pull request #3 from caand/master by Victoria · 8 years ago
  71. 7b804fb Merge pull request #2 from hunter-packages/pr.hunterize by Victoria · 8 years ago
  72. 35f4ff3 Merge pull request #1 from caand/caand-patch-1 by caand · 8 years ago
  73. f65ade9 Fix for llvm by caand · 8 years ago
  74. 318ed15 fix cmake comment by David Hirvonen · 8 years ago
  75. bb8ac0d add license (from header) update cmake copyright by David Hirvonen · 8 years ago
  76. fb073dd update .gitignore by David Hirvonen · 8 years ago
  77. ffd947c hunterize NEON_2_SSE (INTERFACE library) by David Hirvonen · 8 years ago
  78. f81f7aa initial git project version by ZVictoria · 9 years ago