In preparation for supporting IEEE Quad precision floating point, this patch simply defines a feature to specify the target supports this. For now, nothing is done with the target feature, we just don't want warnings from the Clang FE when a user specifies -mfloat128.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I assume you're planning to follow-up this work with actually calling-convention work to make sure we pass float128s in the right registers, etc.? If so, then go ahead.
Comment Actions
Yes, the calling convention work will follow. This feature is simply so that I can add the front end patch and provide a test case (so we don't get warnings about the unsupported target feature).
Committed revision 255642.