Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArchFlavor

        public ArchFlavor()
    • Method Detail

      • SSELevel

        public static int SSELevel()
      • archFlavor

        public static java.lang.String archFlavor()
      • overrideArchFlavor

        public static void overrideArchFlavor​(java.lang.String flavor)