Bug 88874 - support FMA on vector types
Summary: support FMA on vector types
Status: UNCONFIRMED
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 9.0
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: genvector
  Show dependency treegraph
 
Reported: 2019-01-16 10:12 UTC by Vincent Lefèvre
Modified: 2021-12-20 03:08 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lefèvre 2019-01-16 10:12:42 UTC
Please support FMA on vector types (vector extensions).

FYI, there is a already a similar PR for sqrt: PR 54408.

Note also that autovectorization on decomposed vector types does not work currently: PR 88873.