DavidSpickett wrote:

> In practice, when compiling C for Windows/ARMv7, NEON actually still is 
> available, but not when compiling assembly files. 

So the "bug" if we're going to call it that, is that C code can produce Neon 
but assembly files compiled in the same way cannot use Neon instructions?

Or has it always worked for C and assembly, and this only changes how the Neon 
feature is communicated?



https://github.com/llvm/llvm-project/pull/122095
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to