meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arm:neon [2025/11/12 21:14] – created niziakarm:neon [2025/11/12 21:16] (current) niziak
Line 30: Line 30:
   * [[https://developer.arm.com/documentation/den0018/a/NEON-Code-Examples-with-Optimization/Converting-color-depth/Converting-from-RGB565-to-RGB888]]   * [[https://developer.arm.com/documentation/den0018/a/NEON-Code-Examples-with-Optimization/Converting-color-depth/Converting-from-RGB565-to-RGB888]]
   * [[https://developer.arm.com/community/arm-community-blogs/b/architectures-and-processors-blog/posts/coding-for-neon---part-4-shifting-left-and-right|Coding for Neon - Part 4: Shifting Left and Right]]   * [[https://developer.arm.com/community/arm-community-blogs/b/architectures-and-processors-blog/posts/coding-for-neon---part-4-shifting-left-and-right|Coding for Neon - Part 4: Shifting Left and Right]]
 +
 +
 Useful info: Useful info:
   * [[https://stackoverflow.com/questions/57363580/neon-unpacking-int8x16-t-into-a-pair-of-int16x8-packing-a-pair-of-int16x8-t-i|Unpacking int8x16_t into a pair of int16x8 & packing a pair of int16x8_t into a int8x16_t]]   * [[https://stackoverflow.com/questions/57363580/neon-unpacking-int8x16-t-into-a-pair-of-int16x8-packing-a-pair-of-int16x8-t-i|Unpacking int8x16_t into a pair of int16x8 & packing a pair of int16x8_t into a int8x16_t]]
Line 36: Line 38:
   * [[http://0x80.pl/notesen/2017-01-07-base64-simd-neon.html|ARM Neon and Base64 encoding & decoding]]   * [[http://0x80.pl/notesen/2017-01-07-base64-simd-neon.html|ARM Neon and Base64 encoding & decoding]]
   * [[https://lemire.me/blog/2017/07/10/pruning-spaces-faster-on-arm-processors-with-vector-table-lookups/|Pruning spaces faster on ARM processors with Vector Table Lookups]]   * [[https://lemire.me/blog/2017/07/10/pruning-spaces-faster-on-arm-processors-with-vector-table-lookups/|Pruning spaces faster on ARM processors with Vector Table Lookups]]
 +  * [[https://en.eeworld.com.cn/news/mcu/eic309253.html|ARM processor NEON programming and optimization techniques - shift operations such as left shift and right shift]]
  
 From [[https://stackoverflow.com/questions/71554911/how-to-vectorize-2d-array-using-neon-intrinsics]]: From [[https://stackoverflow.com/questions/71554911/how-to-vectorize-2d-array-using-neon-intrinsics]]: