Skip to content

Add integer support #19

Description

@pavel-kirienko

Integers turn out to be more valuable than I had thought initially. We already have basic scaffolding in place (see DESIGN.md), such as the wide regfile being designed to hold both floats and ints, but the operators and compiler support are missing.

Once we have integers, we will need float bitlevel operators (they are very simple): ldexp/frexp

True division first converts its arguments into float and the uses fdiv.

There is a number of examples that currently substitute integers with floats; also, integer support is needed for for loop back-edge implementation (we don't want floats for iteration counting).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions