MCPcopy Create free account
hub / github.com/java-native-access/jna / isIntel

Method isIntel

src/com/sun/jna/Platform.java:213–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 public static final boolean isIntel() {
214 if (ARCH.startsWith("x86")) {
215 return true;
216 }
217 return false;
218 }
219
220 public static final boolean isPPC() {
221 if (ARCH.startsWith("ppc")) {

Callers 6

FFITypeMethod · 0.95
getMultiArchPathMethod · 0.95
NativeClass · 0.95

Calls

no outgoing calls

Tested by 3