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
2,6GHz Dual-Core Intel Core i5 from MacBook Pro Retina, 13-inch, Mid 2014
In a project of ours that is using Vc 1.4 a colleague reported strange issues: The images we produce using Vc are striped, with the first four pixels looking good and then the following four pixels being black. Turns out, the code that's fine on most platforms and even on another macOS machine with a different CPU, behaves very wrong. I believe the existing test suite of Vc also shows that issue, see below.
Is this a macOS/clang bug, or something within Vc? Any way to workaround this?
In a project of ours that is using Vc 1.4 a colleague reported strange issues: The images we produce using Vc are striped, with the first four pixels looking good and then the following four pixels being black. Turns out, the code that's fine on most platforms and even on another macOS machine with a different CPU, behaves very wrong. I believe the existing test suite of Vc also shows that issue, see below.
Is this a macOS/clang bug, or something within Vc? Any way to workaround this?
Testcase
Actual Results
Expected Results
no failures
The text was updated successfully, but these errors were encountered: