We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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...