Package org.jblas.util
Class ArchFlavor
- java.lang.Object
-
- org.jblas.util.ArchFlavor
-
public class ArchFlavor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
fixedFlavor
static int
NO_SSE
static int
SSE
static int
SSE2
static int
SSE3
-
Constructor Summary
Constructors Constructor Description ArchFlavor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
archFlavor()
static void
overrideArchFlavor(java.lang.String flavor)
static int
SSELevel()
-
-
-
Field Detail
-
fixedFlavor
private static java.lang.String fixedFlavor
-
SSE
public static final int SSE
- See Also:
- Constant Field Values
-
SSE2
public static final int SSE2
- See Also:
- Constant Field Values
-
SSE3
public static final int SSE3
- See Also:
- Constant Field Values
-
NO_SSE
public static final int NO_SSE
- See Also:
- Constant Field Values
-
-