Open Quuxplusone opened 6 years ago
Bugzilla Link | PR39536 |
Status | NEW |
Importance | P normal |
Reported by | Jangseop Shin (jsshin@sor.snu.ac.kr) |
Reported on | 2018-11-02 06:17:19 -0700 |
Last modified on | 2018-11-02 13:02:41 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | efriedma@quicinc.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
I was a little confused that we would always define VFP_FP even without an fp unit, so I did a little research. Apparently, some old ARM chips support a different floating point extension, called FPA, which uses an incompatible floating-point format. But LLVM doesn't support that, so it seems fine to define VFP_FP unconditionally.