• Erich Keane's avatar
    Correct cast for _InterlockedExchangeAdd on ICC · 689cf796
    Erich Keane authored
    A bug in ICC improperly identified the first parameter as "void*"
    rather than the proper "volatile long*".  This is scheduled to be
    fixed in ICC in a future release.
    
    This patch casts only to a "long*" to preserve backwards compatibility
    with the ICC 16 and ICC 17 releases.
    689cf796
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...