Package jolt

Enum Class JoltFeature

All Implemented Interfaces:
Serializable, Comparable<JoltFeature>, Constable

public enum JoltFeature extends Enum<JoltFeature>
  • Enum Constant Details

    • DOUBLE_PRECISION

      public static final JoltFeature DOUBLE_PRECISION
    • USE_SSE4_1

      public static final JoltFeature USE_SSE4_1
    • USE_SSE4_2

      public static final JoltFeature USE_SSE4_2
    • USE_AVX

      public static final JoltFeature USE_AVX
    • USE_AVX2

      public static final JoltFeature USE_AVX2
    • USE_AVX512

      public static final JoltFeature USE_AVX512
    • USE_LZCNT

      public static final JoltFeature USE_LZCNT
    • USE_TZCNT

      public static final JoltFeature USE_TZCNT
    • USE_F16C

      public static final JoltFeature USE_F16C
    • USE_FMADD

      public static final JoltFeature USE_FMADD
  • Method Details

    • values

      public static JoltFeature[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JoltFeature valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null