Files
wasmtime/lib/codegen/meta/isa/arm64/__init__.py
Dan Gohman 24fa169e1f Rename the 'cretonne' crate to 'cretonne-codegen'.
This fixes the next part of #287.
2018-04-17 09:46:56 -07:00

14 lines
275 B
Python

"""
ARM 64-bit Architecture
-----------------------
ARMv8 CPUs running the Aarch64 architecture.
"""
from __future__ import absolute_import
from . import defs
from . import settings, registers # noqa
# Re-export the primary target ISA definition.
ISA = defs.ISA.finish()