This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Yes and yes. It's a safe bet that 64-bit risc that doesn't have it's own vector insn set will benefit.
Even for systems with vector instructions it will be useful. For example logical operations will usually be done fastest using regular registers. In essence optimized memmove implementations use such "generic" vectorization.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |