Miscellaneous errors in vector built-ins #15

Closed
opened 8 years ago by wschmidt-ibm · 1 comments
wschmidt-ibm commented 8 years ago (Migrated from github.com)

I asked Bill Seurer to run a test script that he has against the vector built-ins in the Appendix A tables. It identified a number of places where we have small typos:

vector unsigned long long vec_extract_sig (vector double) <<< missing semicolon?
vector unsigned int vec_extract_sig (vector float) <<< missing semicolon?
vector unsigned long long vec_extract4b (vector unsigned char, const int) <<< missing semicolon?
vector unsigned char vec_insert4b (vector signed int, vector unsigned char, const int) <<< missing semicolon?
vector unsigned char vec_insert4b (vector unsigned int, vector unsigned char, const int) <<< missing semicolon?

vector unsigned short vec_madd (vector unsigned short, vector unsigned short, vector un-
signed short);
It probably shouldn't break apart unsigned. There are a bunch of those.

vector unsigned __int128 vec_parity_lsbb (vector signed__int128);
vector unsigned __int128 vec_parity_lsbb (vector unsigned__int128);
Missing space before the __int128

I asked Bill Seurer to run a test script that he has against the vector built-ins in the Appendix A tables. It identified a number of places where we have small typos: vector unsigned long long vec_extract_sig (vector double) <<< missing semicolon? vector unsigned int vec_extract_sig (vector float) <<< missing semicolon? vector unsigned long long vec_extract4b (vector unsigned char, const int) <<< missing semicolon? vector unsigned char vec_insert4b (vector signed int, vector unsigned char, const int) <<< missing semicolon? vector unsigned char vec_insert4b (vector unsigned int, vector unsigned char, const int) <<< missing semicolon? vector unsigned short vec_madd (vector unsigned short, vector unsigned short, vector un- signed short); It probably shouldn't break apart unsigned. There are a bunch of those. vector unsigned __int128 vec_parity_lsbb (vector signed__int128); vector unsigned __int128 vec_parity_lsbb (vector unsigned__int128); Missing space before the __int128
wschmidt-ibm commented 8 years ago (Migrated from github.com)

Recording the hyphenation problem in issue #52.

Recording the hyphenation problem in issue #52.
Sign in to join this conversation.
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/ELFv2-ABI#15
Loading…
There is no content yet.