Workaround some padding issues with host compiler and OpenCL JiT on 32 and 64 bit systems

This commit is contained in:
Jens Steube
2018-10-20 12:41:41 +02:00
parent 8ca4e46f2c
commit b0077860c7
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -142,7 +142,6 @@ typedef struct blake2
u64 f[2];
u32 buflen;
u32 outlen;
u8 last_node;
} blake2_t;
@@ -969,7 +968,7 @@ typedef struct dpapimk_tmp_v2
u64 dgst64[16];
u64 out64[16];
u32 userKey[5];
u32 userKey[8];
} dpapimk_tmp_v2_t;