Sun Studio 12: C++ User's Guide

A.2.182 -xvis[={yes|no}]

(SPARC) Use the -xvis=[yes|no] command when you are using the assembly-language templates defined in the VISTM instruction-set Software Developers Kit (VSDK).

The VIS instruction set is an extension to the SPARC v9 instruction set. Even though the UltraSPARC processors are 64-bit, there are many cases, especially in multimedia applications, when the data are limited to eight or 16 bits in size. The VIS instructions can process four 16-bit data with one instruction so they greatly improve the performance of applications that handle new media such as imaging, linear algebra, signal processing, audio, video and networking.

A.2.182.1 Defaults

The default is -xvis=no. Specifying -xvis is equivalent to specifying -xvis=yes.

See Also

For more information on the VSDK, see http://www.sun.com/processors/vis/.