MCPcopy Index your code
hub / github.com/nodejs/node / is_arch_armv7

Function is_arch_armv7

configure.py:1674–1677  ·  view source on GitHub ↗

Check for ARMv7 instructions

()

Source from the content-addressed store, hash-verified

1672
1673
1674def is_arch_armv7():
1675 """Check for ARMv7 instructions"""
1676 cc_macros_cache = cc_macros()
1677 return cc_macros_cache.get('__ARM_ARCH') == '7'
1678
1679
1680def is_arm_hard_float_abi():

Callers 1

configure_armFunction · 0.85

Calls 2

cc_macrosFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…