public class ArchFlavor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
fixedFlavor |
static int |
NO_SSE |
static int |
SSE |
static int |
SSE2 |
static int |
SSE3 |
Constructor and Description |
---|
ArchFlavor() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
archFlavor() |
static void |
overrideArchFlavor(java.lang.String flavor) |
static int |
SSELevel() |
private static java.lang.String fixedFlavor
public static final int SSE
public static final int SSE2
public static final int SSE3
public static final int NO_SSE