https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102450

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Eric Botcazou from comment #10)
> > #define BITS_PER_UNIT (8)
> > #define MAX_BITSIZE_MODE_ANY_INT (16*BITS_PER_UNIT)
> > #define MAX_BITSIZE_MODE_ANY_MODE (32*BITS_PER_UNIT)
> > 
> > However, TImode is not supported on this target.
> 
> So what's the 16-byte integer mode for this target (MAX_MODE_INT)?

  MIN_MODE_INT = E_QImode,
  MAX_MODE_INT = E_TImode,

Reply via email to