This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
2x40 bit vector modes...
- From: Bernd Schmidt <bernds_cb1 at t-online dot de>
- To: GCC List <gcc at gcc dot gnu dot org>
- Date: Fri, 17 Mar 2006 19:48:03 +0100
- Subject: 2x40 bit vector modes...
Does anyone know a good reason not to allow modes such as V2PDI? The
Blackfin has dual multiply accumulate to 40 bit registers, and of all
the iffy ways to describe that, something involving 2x40 bit vectors
seems the least ugly.
Or does anyone have a better idea about handling 40 bit modes in general
than using PDImode?
Bernd