public static enum SimdLevel.type extends Enum<SimdLevel.type>
| Enum Constant and Description |
|---|
AVX |
AVX2 |
AVX512 |
MAX |
NEON |
NONE |
SSE4_2 |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
SimdLevel.type |
intern() |
String |
toString() |
static SimdLevel.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimdLevel.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimdLevel.type NONE
public static final SimdLevel.type SSE4_2
public static final SimdLevel.type AVX
public static final SimdLevel.type AVX2
public static final SimdLevel.type AVX512
public static final SimdLevel.type NEON
public static final SimdLevel.type MAX
public static SimdLevel.type[] values()
for (SimdLevel.type c : SimdLevel.type.values()) System.out.println(c);
public static SimdLevel.type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic SimdLevel.type intern()
public String toString()
toString in class Enum<SimdLevel.type>Copyright © 2021. All rights reserved.