Add examples for vec_extract_fp32_from_short{h,l} #46

Merged
ThinkOpenly merged 1 commits from fp16 into master 4 years ago
ThinkOpenly commented 4 years ago (Migrated from github.com)

Also added table headers to more clearly indicate element ordering.

Fixes #17.

  • PDF:
    • vec_extract_fp32_from_shorth:

    Screenshot from 2020-05-05 12-32-41

    • vec_extract_fp32_from_shortl:

    Screenshot from 2020-05-05 12-33-04

  • web:
    • vec_extract_fp32_from_shorth:

    Screenshot from 2020-05-05 12-33-56

    • vec_extract_fp32_from_shortl:

    Screenshot from 2020-05-05 12-34-16

Signed-off-by: Paul A. Clarke pc@us.ibm.com

Also added table headers to more clearly indicate element ordering. Fixes #17. * PDF: * `vec_extract_fp32_from_shorth`: > ![Screenshot from 2020-05-05 12-32-41](https://user-images.githubusercontent.com/12301795/81096965-ce124d80-8ecc-11ea-8b5d-53af57775926.png) * `vec_extract_fp32_from_shortl`: > ![Screenshot from 2020-05-05 12-33-04](https://user-images.githubusercontent.com/12301795/81096979-d1a5d480-8ecc-11ea-8d6a-897a759e316d.png) * web: * `vec_extract_fp32_from_shorth`: > ![Screenshot from 2020-05-05 12-33-56](https://user-images.githubusercontent.com/12301795/81096987-d4a0c500-8ecc-11ea-8455-471a0dcb08ec.png) * `vec_extract_fp32_from_shortl`: > ![Screenshot from 2020-05-05 12-34-16](https://user-images.githubusercontent.com/12301795/81096997-d79bb580-8ecc-11ea-9d17-cf03bbf8d6d9.png) Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
wschmidt-ibm commented 4 years ago (Migrated from github.com)

LGTM.

LGTM.
The pull request has been merged as b36c22b277.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fp16 master
git pull origin fp16

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff fp16
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systemsoftware/Programming-Guides#46
Loading…
There is no content yet.