chrisnc wrote:

Understood. FWIW, `arm-none-eabi-gcc` does not enable any FPU features by 
default with `-march=armv8-r` (and will error out if you combine that with 
`-mfloat-abi=hard`), which is what the first pass of this PR went for, but I 
think where we landed is a decent middle ground.

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

Reply via email to