Skip to content

[#162] Fix 64bit atomic api issues for 32bit system-part3#424

Open
dganeshk wants to merge 1 commit into
tbarbette:mainfrom
dganeshk:162-fix-atomic-api-3
Open

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

Conversation

@dganeshk

@dganeshk dganeshk commented Sep 4, 2025

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 increment(++) and decrement(--) operators

*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 increment(++) and
decrement(--) operators
@dganeshk dganeshk changed the title [#162] Fix 64bit atomic api issues for 32bit system-part2 [#162] Fix 64bit atomic api issues for 32bit system-part3 Sep 8, 2025
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