Skip to content

[#162] Fix 64bit atomic api issues for 32bit system-part4#426

Open
dganeshk wants to merge 1 commit into
tbarbette:mainfrom
dganeshk:162-fix-64bit-atomic-4
Open

[#162] Fix 64bit atomic api issues for 32bit system-part4#426
dganeshk wants to merge 1 commit into
tbarbette:mainfrom
dganeshk:162-fix-64bit-atomic-4

Conversation

@dganeshk

Copy link
Copy Markdown
Contributor

*atomic apis are using only 64 bit assembly instructions([add,sub,..]q which are not supported in 32bit systems and compilation errors observed due to that. Fixing the assembly instruction for the api's compare_swap and add fetch_and_add.

@dganeshk dganeshk force-pushed the 162-fix-64bit-atomic-4 branch from f13b7cb to e125a4f Compare September 10, 2025 14:58
*atomic apis are using only 64 bit assembly instructions([add,sub,..]q
which are not supported in 32bit systems and compilation errors observed due to that.
Fixing the assembly instruction for the api's compare_swap and add fetch_and_add.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant