Merge branch 'master' of github.com:stoklund/cretonne into bleh
This commit is contained in:
@@ -19,7 +19,7 @@ top-level directory. The descriptions are processed in two steps:
|
|||||||
and other properties.
|
and other properties.
|
||||||
|
|
||||||
2. The static data structures are processed to produce Rust source code and
|
2. The static data structures are processed to produce Rust source code and
|
||||||
constant dables tables.
|
constant tables.
|
||||||
|
|
||||||
The main driver for this source code generation process is the
|
The main driver for this source code generation process is the
|
||||||
:file:`meta/build.py` script which is invoked as part of the build process if
|
:file:`meta/build.py` script which is invoked as part of the build process if
|
||||||
@@ -115,7 +115,7 @@ Concrete value types are represented as instances of :class:`cretonne.ValueType`
|
|||||||
subclasses to represent scalar and vector types.
|
subclasses to represent scalar and vector types.
|
||||||
|
|
||||||
.. autoclass:: ValueType
|
.. autoclass:: ValueType
|
||||||
.. inheritance-diagram:: ValueType ScalarType VectorType IntType FloatType
|
.. inheritance-diagram:: ValueType ScalarType VectorType IntType FloatType BoolType
|
||||||
:parts: 1
|
:parts: 1
|
||||||
.. autoclass:: ScalarType
|
.. autoclass:: ScalarType
|
||||||
:members:
|
:members:
|
||||||
@@ -125,6 +125,8 @@ subclasses to represent scalar and vector types.
|
|||||||
:members:
|
:members:
|
||||||
.. autoclass:: FloatType
|
.. autoclass:: FloatType
|
||||||
:members:
|
:members:
|
||||||
|
.. autoclass:: BoolType
|
||||||
|
:members:
|
||||||
|
|
||||||
.. automodule:: cretonne.types
|
.. automodule:: cretonne.types
|
||||||
:members:
|
:members:
|
||||||
|
|||||||
Reference in New Issue
Block a user