Closed jherico closed 7 months ago
Thanks - will take a look, but might not get around to it until later in the month.
I think that there should be elseif(NOT ${ASTCENC_ISA_SIMD} MATCHES "none" AND NOT ${ASTCENC_ISA_SIMD} MATCHES "native")
Fixed in 71a55e7697a72df9e004a8212288f1ef71572f9e
A user reported a problem building the Vulkan Sample repository after an update to the most recent release of ASTC.
The linker errors shown indicate that the file is being built for an x86_64 architecture even though it's building on an arm64 arch.
I was able to reproduce this by executing the following
I've got a fix that works around it by forcing the OSX_ARCHITECTURES property of the target to
arm64
in the case where we're building on Apple and running on M1 hardware or later.