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

Better support for FPSub #28

Closed
rdaly525 opened this issue Apr 25, 2019 · 2 comments
Closed

Better support for FPSub #28

rdaly525 opened this issue Apr 25, 2019 · 2 comments
Assignees

Comments

@rdaly525
Copy link
Contributor

I propose there be a dedicated configuration bit that will can flip the sign bit of floating point values. This would prevent burning an additional PE when doing FPSUB. (You can flip the sign bit by first doing an XOR in a separate PE).

@alexcarsello, thoughts?

@nikhilbhagdikar
Copy link
Contributor

Ross has implemented a better fpsub in lassen which shares the underlying FP Add hardware.

@steveri
Copy link

steveri commented May 29, 2019

@rdaly525 looks like this has been resolved? should we close the issue?

@steveri steveri closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants