Hi all!
Our next Documentation Team meeting will happen on *Monday, July 18th*
at ***2PM
UTC***.
We are experimenting with this new time as a few contributors reached out
and mentioned that the original time didn't work for them.
*Please note that changes in the calendar may take a while to prop
Hello,
I have looked around for an answer to this, but havent found exactly what I
need. I want to be able to create a structured dtype representing a C
struct with non-default alignment. An example struct:
struct *__attribute__((aligned(8)))* float2
{
float x;
float y;
};
I can creat