module

SIMD

Provides a standardized interface for performing SIMD operations on different CPUs with a scalar fallback where there is no optimal path available.

Constants

Log = ::Log.for(self)
SCALAR_FALLBACK = SIMD::Scalar.new
VERSION = "1.0.0"

Class methods

avx512_subsets

Only meaningful if supported_instruction_sets includes AVX512

Source
instance
scalar
Source
supported_instruction_sets

Public API

Source

Nested types