Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6edfbbb authored by Alex Sakhartchouk's avatar Alex Sakhartchouk Committed by Android (Google) Code Review
Browse files

Merge "Packing the struct to work around llvm bug."

parents 2b67ce72 c119493e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#define TRANSFORM_ROTATE 2
#define TRANSFORM_SCALE 3

typedef struct {
typedef struct __attribute__((packed, aligned(4))) {
    rs_matrix4x4 globalMat;
    rs_matrix4x4 localMat;