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
Vector and in turn SimdArray becomes trivially copyable. Currently we get a lot of warnings with gcc 11.2, if we use Vc types together with memcpy (which we can't change).
I don't see any problems resulting in the proposed change.
The text was updated successfully, but these errors were encountered:
If you change
Vc/Vc/common/simdarrayfwd.h
Lines 49 to 54 in b84dcd0
to
Vector
and in turnSimdArray
becomes trivially copyable. Currently we get a lot of warnings with gcc 11.2, if we use Vc types together withmemcpy
(which we can't change).I don't see any problems resulting in the proposed change.
The text was updated successfully, but these errors were encountered: