Add example initializer for vector __int128 #50

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

Since there isn't a straightforward way of initializing __int128 type
variables, provide an example for initializing vector __int128 here.

Fixes #10.

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

Since there isn't a straightforward way of initializing `__int128` type variables, provide an example for initializing `vector __int128` here. Fixes #10. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
The pull request has been merged as b795cb09f7.
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 int128 master
git pull origin int128

Step 2:

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