Module org.elasticsearch.simdvec
Class PanamaVectorConstants
java.lang.Object
org.elasticsearch.simdvec.internal.vectorization.PanamaVectorConstants
Shared constants for implementations that take advantage of the Panama Vector API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanWhether integer vectors can be trusted to actually be fast.static final intPreferred width in bits for vectors. -
Method Summary
-
Field Details
-
PREFERRED_VECTOR_BITSIZE
public static final int PREFERRED_VECTOR_BITSIZEPreferred width in bits for vectors. -
ENABLE_INTEGER_VECTORS
public static final boolean ENABLE_INTEGER_VECTORSWhether integer vectors can be trusted to actually be fast.
-