mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Update README
This commit is contained in:
parent
c671c0868e
commit
2e53911c22
1 changed files with 5 additions and 3 deletions
|
@ -30,10 +30,14 @@ functionality, and Lightening wraps it all in a lightweight API.
|
|||
|
||||
## Supported targets
|
||||
|
||||
Lightening can generate code for the x86-64, i686, and AArch64
|
||||
Lightening can generate code for the x86-64, i686, ARMv7, and AArch64
|
||||
architectures. It supports the calling conventions of MS Windows,
|
||||
GNU/Linux, and Mac OS.
|
||||
|
||||
On i686, Lightening requires SSE support. On ARMv7, we require hardware
|
||||
floating-point support (the VFP instructions), as well as the UDIV/SDIV
|
||||
instructions.
|
||||
|
||||
Lightening is automatically tested using GitLab's continuous integration
|
||||
for under the supported architectures, for GNU/Linux; for a list of
|
||||
recent jobs, see [the CI
|
||||
|
@ -41,8 +45,6 @@ page](https://gitlab.com/wingo/lightening/-/jobs).
|
|||
|
||||
## Future targets
|
||||
|
||||
ARMv7 support will come soon.
|
||||
|
||||
Lightening has some inherited code from GNU Lightning for MIPS, PPC64,
|
||||
and s390. Patches to adapt this code to the Lightening code structure
|
||||
are quite welcome.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue