Add examples for vec_unsigned{e,o}
#41
Merged
ThinkOpenly
merged 1 commits from vec_unsignedeo
into master
5 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'vec_unsignedeo'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Add simple examples for
vec_unsignede
andvec_unsignedo
,making sure to show undefined results and negative truncation.
Fixes #29.
Signed-off-by: Paul A. Clarke pc@us.ibm.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'll merge this and you can do that later if you agree.
In fact, to make it easy I'll just do it myself...
(done.)
a8ee1740fb
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.