Skip to content

neon instruction #1163

@kumarchaitanyab

Description

@kumarchaitanyab

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

**

neon_cnn_list.docx

**
objdump -d -S neon_cnn > neon_cnn.lst

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions