valhalla icon indicating copy to clipboard operation
valhalla copied to clipboard

8334432: Refine Float16.fma

Open jddarcy opened this issue 8 months ago • 12 comments

Adding comments and test cases for Float16.fma.


Progress

  • [x] Change must not contain extraneous whitespace

Issue

Reviewers

Contributors

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1143/head:pull/1143
$ git checkout pull/1143

Update a local copy of the PR:
$ git checkout pull/1143
$ git pull https://git.openjdk.org/valhalla.git pull/1143/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1143

View PR using the GUI difftool:
$ git pr show -t 1143

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1143.diff

Webrev

Link to Webrev Comment

jddarcy avatar Jun 21 '24 04:06 jddarcy