osx: -m 3200 = bcrypt needs a volatile variable

This commit is contained in:
philsmd
2017-03-02 22:24:12 +01:00
parent 54ad27da7d
commit fbb1f92d2b
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@
##
- Workaround added for NVidia OpenCL runtime: RACF kernel requires EBCDIC lookup to be done on shared memory
- Workaround added for Apple OpenCL runtime: bcrypt kernel requires a volatile variable because of a compiler optimization bug
- Workaround added for AMDGPU-Pro OpenCL runtime: AES encrypt and decrypt Invertkey function was calculated wrong in certain cases
- Workaround added for AMDGPU-Pro OpenCL runtime: RAR3 kernel require a volatile variable to work correctly