当前位置:网站首页>使用arm Neon操作,提高内存拷贝速度
使用arm Neon操作,提高内存拷贝速度
2022-07-05 08:43:00 【hankfu】
在arm CPU上,使用arm Neon操作,可以提高内存拷贝速度。
首先包含 Neon的头文件arm_neon.h。
#include <arm_neon.h>
再使用Neon操作。
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);
}
边栏推荐
- Lori remote control LEGO motor
- Guess riddles (11)
- Bluebridge cup internet of things basic graphic tutorial - GPIO input key control LD5 on and off
- 猜谜语啦(10)
- My university
- Business modeling of software model | object modeling
- Esphone Feixun DC1 soft change access homeassstant
- Daily question - input a date and output the day of the year
- 每日一题——输入一个日期,输出它是该年的第几天
- Bluebridge cup internet of things basic graphic tutorial - GPIO output control LD5 on and off
猜你喜欢
[matlab] matlab reads and writes Excel
猜谜语啦(8)
Arduino burning program and Arduino burning bootloader
猜谜语啦(3)
How apaas is applied in different organizational structures
My university
如何写Cover Letter?
Digital analog 1: linear programming
Daily question - input a date and output the day of the year
STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)
随机推荐
The first week of summer vacation
Esphone retrofits old fans
Sword finger offer 06 Print linked list from end to end
Digital analog 1: linear programming
Basic number theory - factors
How can fresh students write resumes to attract HR and interviewers
Speech recognition learning summary
IT冷知识(更新ing~)
Five design details of linear regulator
Typical low code apaas manufacturer cases
Guess riddles (2)
暑假第一周
MATLAB小技巧(28)模糊綜合評價
Example 009: pause output for one second
【NOI模拟赛】汁树(树形DP)
Halcon snap, get the area and position of coins
Guess riddles (10)
Xrosstools tool installation for X-Series
Several problems to be considered and solved in the design of multi tenant architecture
GEO数据库中搜索数据