enum

SIMD::SupportedSIMD

Inherits Enum / Comparable / Value / Object

Constants

SSE2 = 1
SSE41 = 2
AVX2 = 4
AVX512 = 8
NEON = 16
SVE = 32
SVE2 = 64
None = 0
All = 127

Instance methods

avx2?

Returns true if this enum value contains AVX2

Source
avx512?

Returns true if this enum value contains AVX512

Source
neon?

Returns true if this enum value contains NEON

Source
none?
Source
sse2?

Returns true if this enum value contains SSE2

Source
sse41?

Returns true if this enum value contains SSE41

Source
sve2?

Returns true if this enum value contains SVE2

Source
sve?

Returns true if this enum value contains SVE

Source