Method: Vips.vector?

Defined in:
lib/vips.rb

.vector?Boolean

Whether SIMD and the run-time compiler are enabled. This can give a nice speed-up, but can also be unstable on some systems or with some versions of the run-time compiler.

Returns:

  • (Boolean)
[View source]

780
781
782
# File 'lib/vips.rb', line 780

def self.vector?
  vips_vector_isenabled == 1
end