SIMD/Types/int16x8: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Uses for int16x8)
Line 3: Line 3:
== Uses for int16x8 ==
== Uses for int16x8 ==


* Integer [[SIM/Uses/DCT |DCTs]] can usually make good use of int16x8.
* Integer [[SIMD/Uses/DCT |DCTs]] can usually make good use of int16x8.

Revision as of 15:02, 12 April 2014

The data type int16x8 represents 8 signed 16-bit integers, packed into one 128 bit SIMD register.

Uses for int16x8

  • Integer DCTs can usually make good use of int16x8.