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
Because MIDIPackets are unaligned on non-ARM platforms, accesing their length and timeStamp fields must happen through read_unaligned. But this is not needed (and would produce worse machine code) on ARM.
See chris-zen/coremidi#49.
Because
MIDIPacket
s are unaligned on non-ARM platforms, accesing theirlength
andtimeStamp
fields must happen throughread_unaligned
. But this is not needed (and would produce worse machine code) on ARM.These checks have been added in Rust 1.70 (https://releases.rs/docs/1.70.0/, rust-lang/rust#98112).
The text was updated successfully, but these errors were encountered: