-
Notifications
You must be signed in to change notification settings - Fork 799
Description
Hi Team,
I have compiled and executed the Compute Library and the neon_cnn example code on an RP5 board with an ARM Cortex-A76 core. Although the test appears to have passed, I have a few questions regarding the generated assembly code. Specifically, I did not find any NEON instructions in the generated list file, and I am unsure if I might have missed something.
Could you confirm whether the example actually utilizes NEON SIMD instructions?
I have attached the generated list file for your reference.
commands:
to generate compute library:
scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=arm64-v8.2-a build=native
neon_cnn example:
g++ examples/neon_cnn.cpp utils/Utils.cpp -I. -Iinclude -L$PWD/build_debug_1 -larm_compute -larm_compute_graph -std=c++14 -g -o neon_cnn
**
**
objdump -d -S neon_cnn > neon_cnn.lst