GPUOpen-Tools / compressonator

Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
1.3k stars 195 forks source link

MacOS Apple silicon support (Universal build) #280

Closed neelmewada closed 11 months ago

neelmewada commented 1 year ago

The project doesn't build when targeting universal architecture on MacOS in Xcode. However, it builds just fine if we force x64 architecture. Is apple silicon support planned?

denislevesqueAMD commented 1 year ago

@neelmewada Thanks for the report! There are currently no plans to support Apple silicon in the near future.

man-in-black382 commented 11 months ago

I recommend just compiling for Arm/x86 separately and then lipo'íng them together.

neelmewada commented 11 months ago

Hey @man-in-black382! Thanks, I was able to build for mac universal by manually removing the SIMD functions manually and using the default cpu function.