[clang] [llvm] [ARM] Armv8-R does not require fp64 or neon. (PR #88287)

Chris Copeland via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 16:50:35 PDT 2024


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


More information about the cfe-commits mailing list