[Bug rtl-optimization/60089] New: Complex arithmetic instructions
makhaloff at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Feb 6 06:46:00 GMT 2014
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.
More information about the Gcc-bugs
mailing list