Hello,
I am following along here: https://developer.arm.com/documentation/102649/2202/Building-the-Compute-Library?lang=en
and...
I have an issue with picking what exact architecture to call when proposing this build command:
` scons extra_cxx_flags="-fPIC" Werror=0 debug=0 asserts=0 neon=1 opencl=0 os=linux arch=armv7a examples=1 `
See in the command ` arch=armv7a `? Well, I need to figure out exactly the type of architecture of the TDA4VM processors so I can build the above listings.
I picked ` arch=aarch64 ` or ` arch=arm64-8a ` but I am still not sure I am building for the correct processor here.
Seth
P.S. Please let me know how I would go about figuring this out or if you know, please do answer. Thank you for your time and effort...
Hello...thank you. This is what I guessed. I am building w/ that idea in my motivation. ` arch=arm64-v8a `.