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
instance
scalar
Source