Documentation
¶
Index ¶
- Variables
- type Float32x4
- func AddFloat32x4(a, b Float32x4) Float32x4
- func AndFloat32x4(a, b Float32x4) Float32x4
- func DivFloat32x4(a, b Float32x4) (Float32x4, error)
- func MaxFloat32x4(a, b Float32x4) Float32x4
- func MinFloat32x4(a, b Float32x4) Float32x4
- func MulFloat32x4(a, b Float32x4) Float32x4
- func OrFloat32x4(a, b Float32x4) Float32x4
- func SqrtFloat32x4(a Float32x4) Float32x4
- func SubFloat32x4(a, b Float32x4) Float32x4
- func XorFloat32x4(a, b Float32x4) Float32x4
- type Float64x2
- func AddFloat64x2(a, b Float64x2) Float64x2
- func AndFloat64x2(a, b Float64x2) Float64x2
- func DivFloat64x2(a, b Float64x2) (Float64x2, error)
- func MaxFloat64x2(a, b Float64x2) Float64x2
- func MinFloat64x2(a, b Float64x2) Float64x2
- func MulFloat64x2(a, b Float64x2) Float64x2
- func OrFloat64x2(a, b Float64x2) Float64x2
- func SqrtFloat64x2(a Float64x2) Float64x2
- func SubFloat64x2(a, b Float64x2) Float64x2
- func XorFloat64x2(a, b Float64x2) Float64x2
- type Int16x8
- type Int32x4
- type Int64x2
- type Int8x16
- type Uint16x8
- type Uint32x4
- type Uint64x2
- type Uint8x16
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDivByZero = errors.New("除数不能为零")
Functions ¶
This section is empty.
Types ¶
type Float32x4 ¶
type Float32x4 [4]float32
func AddFloat32x4 ¶
func AndFloat32x4 ¶
func DivFloat32x4 ¶
func MaxFloat32x4 ¶
func MinFloat32x4 ¶
func MulFloat32x4 ¶
func OrFloat32x4 ¶
func SqrtFloat32x4 ¶
func SubFloat32x4 ¶
func XorFloat32x4 ¶
type Float64x2 ¶
type Float64x2 [2]float64
func AddFloat64x2 ¶
func AndFloat64x2 ¶
func DivFloat64x2 ¶
func MaxFloat64x2 ¶
func MinFloat64x2 ¶
func MulFloat64x2 ¶
func OrFloat64x2 ¶
func SqrtFloat64x2 ¶
func SubFloat64x2 ¶
func XorFloat64x2 ¶
type Int16x8 ¶
type Int16x8 [8]int16
func AddInt16x8 ¶
func AndInt16x8 ¶
func MaxInt16x8 ¶
func MinInt16x8 ¶
func NegInt16x8 ¶
func SubInt16x8 ¶
func XorInt16x8 ¶
type Int32x4 ¶
type Int32x4 [4]int32
func AddInt32x4 ¶
func AndInt32x4 ¶
func NegInt32x4 ¶
func SubInt32x4 ¶
func XorInt32x4 ¶
type Int64x2 ¶
type Int64x2 [2]int64
func AddInt64x2 ¶
func AndInt64x2 ¶
func NegInt64x2 ¶
func SubInt64x2 ¶
func XorInt64x2 ¶
type Int8x16 ¶
type Int8x16 [16]int8
func AddInt8x16 ¶
func AndInt8x16 ¶
func NegInt8x16 ¶
func SubInt8x16 ¶
func XorInt8x16 ¶
type Uint16x8 ¶
type Uint16x8 [8]uint16
func AddUint16x8 ¶
func AndUint16x8 ¶
func OrUint16x8 ¶
func SubUint16x8 ¶
func XorUint16x8 ¶
type Uint32x4 ¶
type Uint32x4 [4]uint32
func AddUint32x4 ¶
func AndUint32x4 ¶
func OrUint32x4 ¶
func SubUint32x4 ¶
func XorUint32x4 ¶
type Uint64x2 ¶
type Uint64x2 [2]uint64
func AddUint64x2 ¶
func AndUint64x2 ¶
func OrUint64x2 ¶
func SubUint64x2 ¶
func XorUint64x2 ¶
type Uint8x16 ¶
type Uint8x16 [16]uint8
func AddUint8x16 ¶
func AndUint8x16 ¶
func MaxUint8x16 ¶
func MinUint8x16 ¶
func OrUint8x16 ¶
func SubUint8x16 ¶
func XorUint8x16 ¶
Click to show internal directories.
Click to hide internal directories.