Miscellaneous errors in vector built-ins
#15
Closed
opened 8 years ago by wschmidt-ibm
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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
Recording the hyphenation problem in issue #52.