MCPcopy Create free account
hub / github.com/numpy/numpy / on_powerpc

Function on_powerpc

numpy/_core/tests/test_umath.py:112–115  ·  view source on GitHub ↗

True if we are running on a Power PC platform.

()

Source from the content-addressed store, hash-verified

110
111
112def on_powerpc():
113 """ True if we are running on a Power PC platform."""
114 return platform.processor() == 'powerpc' or \
115 platform.machine().startswith('ppc')
116
117
118def bad_arcsinh():

Callers 1

bad_arcsinhFunction · 0.85

Calls 1

startswithMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…