Skip to content

Testing ofr short-float rather than single-float #17

@Yehouda

Description

@Yehouda

(cycle 5s0)

This line test with 5s0, which is a short-float. This errors inside number-type, which doesn't know about short-float.

It probably intended to test for single-float, in which case it needs to be 5f0 (exponent char 'f' ratgher than 's').

It will work on implementation when short-float is the same as single-float, but will fail on other implementations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions