当前位置:网站首页>Use arm neon operation to improve memory copy speed
Use arm neon operation to improve memory copy speed
2022-07-05 08:47:00 【hankfu】
stay arm CPU On , Use arm Neon operation , Can improve memory copy speed .
First include Neon The header file arm_neon.h.
#include <arm_neon.h>Reuse Neon operation .
p_u8x16_buffer = (volatile uint8x16_t* )p_u8_buffer;
for( i=0; i<i_data_num; i++ )
{
vst1q_u8( (uint8_t *) &p_u8x16_buffer[i], vrst16);
}边栏推荐
- 猜谜语啦(5)
- [matlab] matlab reads and writes Excel
- [formation quotidienne - Tencent Selection 50] 557. Inverser le mot III dans la chaîne
- Arduino burning program and Arduino burning bootloader
- Arduino+a4988 control stepper motor
- EA introduction notes
- JS asynchronous error handling
- 2022.7.4-----leetcode. one thousand and two hundred
- Business modeling of software model | overview
- Guess riddles (2)
猜你喜欢

Lori remote control commissioning record

Business modeling of software model | stakeholders

C#【必备技能篇】ConfigurationManager 类的使用(文件App.config的使用)

MATLAB小技巧(28)模糊综合评价

Halcon clolor_ pieces. Hedv: classifier_ Color recognition

我从技术到产品经理的几点体会

Numpy 小坑:维度 (n, 1) 和 维度 (n, ) 数组相加运算后维度变为 (n, n)

MATLAB小技巧(28)模糊綜合評價

Guess riddles (9)

C# LINQ源码分析之Count
随机推荐
Halcon snap, get the area and position of coins
Redis implements a high-performance full-text search engine -- redisearch
golang 基础 ——map、数组、切片 存放不同类型的数据
ABC#237 C
Bluebridge cup internet of things competition basic graphic tutorial - clock selection
Matlab tips (28) fuzzy comprehensive evaluation
Daily question - input a date and output the day of the year
Digital analog 1: linear programming
Program error record 1:valueerror: invalid literal for int() with base 10: '2.3‘
[牛客网刷题 Day4] JZ35 复杂链表的复制
Halcon shape_ trans
Xrosstools tool installation for X-Series
特征工程
location search 属性获取登录用户名
[daiy4] jz32 print binary tree from top to bottom
[daiy4] copy of JZ35 complex linked list
Halcon wood texture recognition
LLVM之父Chris Lattner:为什么我们要重建AI基础设施软件
STM32 lights up the 1.8-inch screen under Arduino IDE
Count of C # LINQ source code analysis