-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New atomic functions. * Use MSVC intrinsics, instead of Win32 calls. * Use the new _hx_atomic* functions instead of the old HxAtomic*. * Fix some casts. * Use volatile int. * More volatile. * Fix more C++ casting stuff. * More C++ casting stuff. * Try fixing things some more. * Fix typo. * Add non-atomic fallback instead of erroring.
- Loading branch information
1 parent
ae8cbc5
commit aebf08f
Showing
5 changed files
with
181 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.