Add examples for vec_unsigned{e,o} #41

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

Add simple examples for vec_unsignede and vec_unsignedo,
making sure to show undefined results and negative truncation.

Fixes #29.

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

Add simple examples for `vec_unsignede` and `vec_unsignedo`, making sure to show undefined results and negative truncation. Fixes #29. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
ThinkOpenly commented 4 years ago (Migrated from github.com)
  • PDF:
    Screenshot from 2020-05-04 12-37-12
    Screenshot from 2020-05-04 12-43-30
  • web:
    Screenshot from 2020-05-04 12-37-54
    Screenshot from 2020-05-04 12-42-50
- PDF: ![Screenshot from 2020-05-04 12-37-12](https://user-images.githubusercontent.com/12301795/80996464-765cdf00-8e05-11ea-89e2-dd9a765710af.png) ![Screenshot from 2020-05-04 12-43-30](https://user-images.githubusercontent.com/12301795/80996497-82e13780-8e05-11ea-9889-82c8296b22e5.png) - web: ![Screenshot from 2020-05-04 12-37-54](https://user-images.githubusercontent.com/12301795/80996484-7e1c8380-8e05-11ea-996d-8ab9e3138b57.png) ![Screenshot from 2020-05-04 12-42-50](https://user-images.githubusercontent.com/12301795/80996512-870d5500-8e05-11ea-8e05-ed618057c1bb.png)
wschmidt-ibm commented 4 years ago (Migrated from github.com)

I like it, but could we use, say, 1.7 for the value of a rather than 1.0? This would emphasize the "truncate" part of the conversion.

I like it, but could we use, say, 1.7 for the value of **a** rather than 1.0? This would emphasize the "truncate" part of the conversion.
wschmidt-ibm commented 4 years ago (Migrated from github.com)

I'll merge this and you can do that later if you agree.

I'll merge this and you can do that later if you agree.
wschmidt-ibm commented 4 years ago (Migrated from github.com)

In fact, to make it easy I'll just do it myself...

In fact, to make it easy I'll just do it myself...
wschmidt-ibm commented 4 years ago (Migrated from github.com)

(done.)

(done.)
The pull request has been merged as a8ee1740fb.
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 vec_unsignedeo master
git pull origin vec_unsignedeo

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff vec_unsignedeo
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#41
Loading…
There is no content yet.