GPUOpen-ProfessionalCompute-Libraries / amdovx-core

AMD OpenVX Core -- a sub-module of amdovx-modules:
https://github.com/GPUOpen-ProfessionalCompute-Libraries/amdovx-modules
MIT License
149 stars 53 forks source link

build on arm64 target #49

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is it possible to get it comipled amdovx-core and amdove-modules for arm64 (aarch64) architecture?

rgiduthuri commented 7 years ago

The current implementation is targeted for x86 architecture. You have to port all the SSE2 intrinsics to arm64 architecture.