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
For arrays it should be trivial to implement these using the {load,store}_unaligned API. For tuples, it depends on how the tuple layout is specified, if at all.
Generating these from the macros should be pretty straight forward to do for array. For tuples it might be less straight forward but doable.
The text was updated successfully, but these errors were encountered:
@Centril mentioned it here: rust-lang/rfcs#2366 (comment)
For arrays it should be trivial to implement these using the
{load,store}_unaligned
API. For tuples, it depends on how the tuple layout is specified, if at all.Generating these from the macros should be pretty straight forward to do for array. For tuples it might be less straight forward but doable.
The text was updated successfully, but these errors were encountered: