Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yehouda opened this issue Nov 21, 2023 · 0 comments
Open

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

Yehouda opened this issue Nov 21, 2023 · 0 comments

Comments

@Yehouda
Copy link

Yehouda commented Nov 21, 2023

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant