-mvis, Will it improve performance.

Marius Strobl marius at alchemy.franken.de
Wed Apr 27 09:27:14 UTC 2011


On Tue, Apr 26, 2011 at 12:12:20AM -0400, Super Bisquit wrote:
> Wonder if there is an advantage to the flag or not.

VIS is the SIMD instruction set of US1 and later sun4u CPUs (and with
a reduced set it's also available with sun4u), as such it should
improve performance if applicable to the data. GCC automatically
enables the use of VIS when optimizing for US1 (which as I already
wrote before is the default for the FreeBSD system compiler) or
later CPUs. So again, you don't need to worry about this when using
the system compiler.

Marius



More information about the freebsd-sparc64 mailing list