Update unstable warnings for Intel GPU on macOSX 10.15

This commit is contained in:
Jens Steube
2020-01-14 13:29:02 +01:00
parent 7672c49f7e
commit 9824e6e91b
16 changed files with 177 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ typedef struct bitlocker_tmp
#define SHM_TYPE2 GLOBAL_AS const
#endif
DECLSPEC void sha256_transform_vector_pc (const u32x *w0, const u32x *w1, const u32x *w2, const u32x *w3, u32x *digest, SHM_TYPE2 u32 s_wb_ke_pc[48])
DECLSPEC void sha256_transform_vector_pc (const u32x *w0, const u32x *w1, const u32x *w2, const u32x *w3, u32x *digest, SHM_TYPE2 u32 *s_wb_ke_pc)
{
u32x a = digest[0];
u32x b = digest[1];