Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
PF_FLOATING_POINT_PRECISION_ERRATA
PF_FLOATING_POINT_EMULATED
PF_COMPARE_EXCHANGE_DOUBLE
PF_MMX_INSTRUCTIONS_AVAILABLE
PF_ALPHA_BYTE_INSTRUCTIONS
PF_XMMI_INSTRUCTIONS_AVAILABLE
PF_3DNOW_INSTRUCTIONS_AVAILABLE
PF_RDTSC_INSTRUCTION_AVAILABLE
PF_XMMI64_INSTRUCTIONS_AVAILABLE
PF_SSE_DAZ_MODE_AVAILABLE
PF_SSE3_INSTRUCTIONS_AVAILABLE
PF_ARM_VFP_32_REGISTERS_AVAILABLE
PF_ARM_NEON_INSTRUCTIONS_AVAILABLE
PF_SECOND_LEVEL_ADDRESS_TRANSLATION
PF_RDWRFSGSBASE_AVAILABLE
PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE
PF_ARM_64BIT_LOADSTORE_ATOMIC
PF_ARM_EXTERNAL_CACHE_AVAILABLE
PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE
PF_RDRAND_INSTRUCTION_AVAILABLE
PF_ARM_V8_INSTRUCTIONS_AVAILABLE
PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE
PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE
PF_RDTSCP_INSTRUCTION_AVAILABLE
PF_RDPID_INSTRUCTION_AVAILABLE
PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE
PF_SSSE3_INSTRUCTIONS_AVAILABLE
PF_SSE4_1_INSTRUCTIONS_AVAILABLE
PF_SSE4_2_INSTRUCTIONS_AVAILABLE
PF_AVX_INSTRUCTIONS_AVAILABLE
PF_AVX2_INSTRUCTIONS_AVAILABLE
PF_AVX512F_INSTRUCTIONS_AVAILABLE
PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE
PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE
PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
value
public int value ()
Returns:
the value