Navigation Menu

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

ponies: fused multiply add #681

Closed
rsc opened this issue Mar 19, 2010 · 7 comments
Closed

ponies: fused multiply add #681

rsc opened this issue Mar 19, 2010 · 7 comments

Comments

@rsc
Copy link
Contributor

rsc commented Mar 19, 2010

feature request for a guaranteed fused multiply+add function in math.
would be more reasonable once we can inline tiny functions.
@rsc
Copy link
Contributor Author

rsc commented Dec 9, 2011

Comment 1:

Labels changed: added priority-later.

@rsc
Copy link
Contributor Author

rsc commented Jan 29, 2012

Comment 2:

Labels changed: added priority-someday, removed priority-later.

@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added repo-main.

@rsc
Copy link
Contributor Author

rsc commented Mar 3, 2014

Comment 4:

Adding Release=None to all Priority=Someday bugs.

Labels changed: added release-none.

@gopherbot
Copy link

Comment 5 by odysseus9672:

This file implements fma. Ok, it wraps C's math.h fma, so it'll be slow. Still, it's a
starting point for Go satisfying IEEE 754-2008.

Attachments:

  1. fma.go (174 bytes)

@rsc rsc self-assigned this May 18, 2014
@rsc
Copy link
Contributor Author

rsc commented Apr 10, 2015

Moving priority-someday to the Unplanned milestone.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@ALTree
Copy link
Member

ALTree commented Feb 1, 2017

Closing this in favour of #17895 (proposal: allow the use of fused multiply-add floating point instructions).

@ALTree ALTree closed this as completed Feb 1, 2017
@golang golang locked and limited conversation to collaborators Feb 1, 2018
@rsc rsc removed their assignment Jun 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants