osaboh / NEON_test

NEON instruction test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM 128bit integer addtion test 1,000,000 times
ARM instruction & NEON instruction

$ make run
qemu-arm ./neon_test
instruction test ARM & NEON
ARM:  2.467836[sec]  (x1.00)
NEON: 1.630161[sec]  (x1.51)

About

NEON instruction test


Languages

Language:C 87.7%Language:Makefile 12.3%