Results 61 - 66 of 66

SIMD.Uint16x8

The SIMD.Uint16x8 data type is a 128-bit vector divided into 8 lanes storing 16-bit unsigned integer values.
Experimental JavaScript SIMD

SIMD.Uint32x4

The SIMD.Uint32x4 data type is a 128-bit vector divided into 4 lanes storing 32-bit unsigned integer values.
Experimental JavaScript SIMD

SIMD.Uint8x16

The SIMD.Uint8x16 data type is a 128-bit vector divided into 16 lanes storing 8-bit unsigned integer values.
Experimental JavaScript SIMD

SIMD.%type%.min()

The static SIMD.%type%.min() method returns a new instance with the minimum lane values of two SIMD types (Math.min(a, b)).
Experimental Expérimental JavaScript Method SIMD

SIMD.%type%.not()

The static SIMD.%type%.not() method returns a new instance with the bitwise logical NOT of the lane values (~a). This operation exists only on integer and boolean SIMD types.
Experimental JavaScript Method Reference SIMD

SIMD.%type%.prototype.toSource()

The non-standard SIMD.%type%.toSource() method returns a string representing the source code of the object.
JavaScript Method Non-standard Prototype SIMD