http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60089

            Bug ID: 60089
           Summary: Complex arithmetic instructions
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: makhaloff at gmail dot com

Hello.

I'm porting gcc on some architecture which has complex addition, subtraction
and multiplication instructions.

I was trying to define addchi3, subchi3 but it doesn't work.
I've figured out that complex operations are lowered at the tree-level.

Is there any way to support these instructions?

Thanks.

Reply via email to