PEP8 formatting.

This commit is contained in:
Jakob Stoklund Olesen
2016-05-12 13:37:03 -07:00
parent 21b0eae044
commit f1e2dffa81
8 changed files with 299 additions and 232 deletions

View File

@@ -8,6 +8,7 @@ set architecture supported by Cretonne.
from . import riscv
def all_targets():
"""
Get a list of all the supported targets. Each target is represented as a

View File

@@ -2,9 +2,10 @@
RISC-V Target
-------------
`RISC-V <http://riscv.org/>`_ is an open instruction set architecture originally
developed at UC Berkeley. It is a RISC-style ISA with either a 32-bit (RV32I) or
64-bit (RV32I) base instruction set and a number of optional extensions:
`RISC-V <http://riscv.org/>`_ is an open instruction set architecture
originally developed at UC Berkeley. It is a RISC-style ISA with either a
32-bit (RV32I) or 64-bit (RV32I) base instruction set and a number of optional
extensions:
RV32M / RV64M
Integer multiplication and division.