[PVIPR] vec_cpsgn reverses the meaning of the parameters #74

Closed
opened 3 years ago by ThinkOpenly · 1 comments
ThinkOpenly commented 3 years ago (Migrated from github.com)

vec_cpsgn says:

Result value: The value of each element of r is set to the corresponding element of b with its sign replaced by the sign from the corresponding element of a.

However, the implementation returns the elements of a with the signs from b.

`vec_cpsgn` says: > Result value: The value of each element of **r** is set to the corresponding element of **b** with its sign replaced by the sign from the corresponding element of **a**. However, the implementation returns the elements of **a** with the signs from **b**.
wschmidt-ibm commented 3 years ago (Migrated from github.com)

To be clear, both instances of "r,b,a" should be changed to "r,a,b".

Thanks for the report!

To be clear, both instances of "r,b,a" should be changed to "r,a,b". Thanks for the report!
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/Programming-Guides#74
Loading…
There is no content yet.