public class ArchFlavor extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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() |
public static final int SSE
public static final int SSE2
public static final int SSE3
public static final int NO_SSE
public ArchFlavor()
public static int SSELevel()
public static java.lang.String archFlavor()
public static void overrideArchFlavor(java.lang.String flavor)
© 2008-2013 by Mikio L. Braun and contributors