You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System V ABI 3.5.7 When a function taking variable-arguments is called, %al must be set to the total number of floating point parameters passed to the function in vector registers.
So variable argument tests with floating-point parameters may fail on some platforms.
Before commit b29f052 changing code
System V ABI 3.5.7
When a function taking variable-arguments is called, %al must be set to the total number of floating point parameters passed to the function in vector registers.
So variable argument tests with floating-point parameters may fail on some platforms.
Before commit b29f052 changing code
to code
can fix this issue.
The text was updated successfully, but these errors were encountered: