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