dynarmic/README.md

40 lines
788 B
Markdown
Raw Normal View History

2016-07-01 15:01:06 +02:00
Dynarmic
========
2018-01-12 21:05:17 +01:00
2016-12-19 00:32:08 +01:00
[![Travis CI Build Status](https://api.travis-ci.org/MerryMage/dynarmic.svg?branch=master)](https://travis-ci.org/MerryMage/dynarmic/branches) [![Appveyor CI Build status](https://ci.appveyor.com/api/projects/status/maeiqr41rgm1innm/branch/master?svg=true)](https://ci.appveyor.com/project/MerryMage/dynarmic/branch/master)
2018-01-12 21:05:17 +01:00
A dynamic recompiler for ARM.
### Supported guest architectures
* ARMv6K
* 64-bit ARMv8
2016-12-19 00:32:08 +01:00
2018-01-12 21:05:17 +01:00
### Supported host architectures
2016-07-01 15:01:06 +02:00
2018-01-12 21:05:17 +01:00
* x86-64
There are no plans to support x86-32.
2016-07-01 15:01:06 +02:00
2016-08-12 19:17:31 +02:00
Documentation
-------------
Design documentation can be found at [docs/Design.md](docs/Design.md).
2016-07-01 15:01:06 +02:00
Plans
-----
2018-01-12 21:05:17 +01:00
### Near-term
* Complete ARMv8 support
2016-07-01 15:01:06 +02:00
### Medium-term
2018-01-12 21:05:17 +01:00
* Optimizations
2016-07-01 15:01:06 +02:00
### Long-term
2018-01-12 21:05:17 +01:00
* ARMv7A guest support
* ARMv5 guest support
* ARMv8 host support