rust-embedded-community / aligned

A newtype with alignment of at least `A` bytes
Apache License 2.0
30 stars 9 forks source link

Add a 32-byte aligned type #8

Closed shssoichiro closed 4 years ago

shssoichiro commented 4 years ago

I would like to use this crate in rav1e, but we require 32-byte alignment for compatibility with some of our hand-written assembly. See https://github.com/xiph/rav1e/pull/2117 for example.

shssoichiro commented 4 years ago

We've decided to go a different approach that doesn't involve a third-party library. Sorry for the disturbance.