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

Commit c119493e authored by Alex Sakhartchouk's avatar Alex Sakhartchouk
Browse files

Packing the struct to work around llvm bug.

Change-Id: If94d6659df7e00b70c39619b05732046233cb196
parent b8203e97
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;