https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93448
Bug ID: 93448 Summary: PPC: missing builtin for DFP quantize(dqua,dquai,dquaq,dquaiq) Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jens.seifert at de dot ibm.com Target Milestone: --- I am currently porting an application to PPCLE and found that I am lacking compiler builtins for decimal floating point quantize on _Decimal128/_Decimal64. Any plans to add them ? Any workarounds ? E.g. did I miss a inline asm constraint for _Decimal128 register even/odd pair ?