MCPcopy Index your code
hub / github.com/kivy/python-for-android / Archx86_64

Class Archx86_64

pythonforandroid/archs.py:271–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270
271class Archx86_64(Arch):
272 arch = 'x86_64'
273 command_prefix = 'x86_64-linux-android'
274 arch_cflags = [
275 '-march=x86-64',
276 '-msse4.2',
277 '-mpopcnt',
278 '-m64',
279 '-fPIC',
280 ]
281
282
283class ArchAarch_64(Arch):

Callers 2

__init__Method · 0.90
test_arch_x86_64Method · 0.90

Calls

no outgoing calls

Tested by 1

test_arch_x86_64Method · 0.72