On Thu, Apr 29, 2021 at 5:40 AM JojoR via Gcc <gcc@gcc.gnu.org> wrote: > > Hi, > > I have a little know about for 'Sizes and offsets as runtime > invariants’, > > and need to add vector types like V2SImode as compile-time constants > with enabled vector types of runtime invariants. > > Could I enable two vector types at same time ? > I guess it’s not allow :( > > Could anyone give me some hints ?
Sure it is allowed. aarch64 can do SVE and neon at the same time. > Thanks, > > Jojo R