CPUInfo
, IntelCPUInfo
class IntelInfoImpl extends CPUIDCPUInfo implements IntelCPUInfo
コンストラクタ | 説明 |
---|---|
IntelInfoImpl() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.lang.String |
getCPUModelString() |
|
boolean |
IsAtomCompatible() |
Supports the SSE 2 and SSE 3 instructions.
|
boolean |
IsBroadwellCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsCore2Compatible() |
Supports the SSE 3 instructions.
|
boolean |
IsCoreiCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsHaswellCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsIvyCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
boolean |
IsPentium2Compatible() |
|
boolean |
IsPentium3Compatible() |
|
boolean |
IsPentium4Compatible() |
Supports the SSE 2 instructions.
|
boolean |
IsPentiumCompatible() |
|
boolean |
IsPentiumMCompatible() |
|
boolean |
IsPentiumMMXCompatible() |
|
boolean |
IsSandyCompatible() |
Supports the SSE 3, 4.1, 4.2 instructions.
|
getVendor, hasABM, hasADX, hasAES, hasAVX, hasAVX2, hasAVX512, hasBMI1, hasBMI2, hasFMA3, hasMMX, hasMOVBE, hasSSE, hasSSE2, hasSSE3, hasSSE41, hasSSE42, hasSSE4A, hasTBM, hasX64
public boolean IsPentiumCompatible()
IsPentiumCompatible
インタフェース内 IntelCPUInfo
public boolean IsPentiumMMXCompatible()
IsPentiumMMXCompatible
インタフェース内 IntelCPUInfo
public boolean IsPentium2Compatible()
IsPentium2Compatible
インタフェース内 IntelCPUInfo
public boolean IsPentium3Compatible()
IsPentium3Compatible
インタフェース内 IntelCPUInfo
public boolean IsPentium4Compatible()
IntelCPUInfo
IsPentium4Compatible
インタフェース内 IntelCPUInfo
public boolean IsPentiumMCompatible()
IsPentiumMCompatible
インタフェース内 IntelCPUInfo
public boolean IsAtomCompatible()
IntelCPUInfo
IsAtomCompatible
インタフェース内 IntelCPUInfo
public boolean IsCore2Compatible()
IntelCPUInfo
IsCore2Compatible
インタフェース内 IntelCPUInfo
public boolean IsCoreiCompatible()
IntelCPUInfo
IsCoreiCompatible
インタフェース内 IntelCPUInfo
public boolean IsSandyCompatible()
IntelCPUInfo
IsSandyCompatible
インタフェース内 IntelCPUInfo
public boolean IsIvyCompatible()
IntelCPUInfo
IsIvyCompatible
インタフェース内 IntelCPUInfo
public boolean IsHaswellCompatible()
IntelCPUInfo
IsHaswellCompatible
インタフェース内 IntelCPUInfo
public boolean IsBroadwellCompatible()
IntelCPUInfo
IsBroadwellCompatible
インタフェース内 IntelCPUInfo
public java.lang.String getCPUModelString() throws UnknownCPUException
getCPUModelString
インタフェース内 CPUInfo
getCPUModelString
クラス内 CPUIDCPUInfo
UnknownCPUException
- If for any reason the retrieval of the requested information
failed. The message encapsulated in the execption indicates the
cause of the failure.