Skip to content

[#162] Fix 64bit atomic api issues for 32bit system#431

Open
dganeshk wants to merge 1 commit into
tbarbette:mainfrom
dganeshk:main
Open

[#162] Fix 64bit atomic api issues for 32bit system#431
dganeshk wants to merge 1 commit into
tbarbette:mainfrom
dganeshk:main

Conversation

@dganeshk

@dganeshk dganeshk commented Jan 3, 2026

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 apis.

*update test_64 to handle the 64bit test cases.

*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 apis.

*update test_64 to handle the 64bit test cases.
@dganeshk

dganeshk commented Jan 4, 2026

Copy link
Copy Markdown
Contributor Author

attaching the test result of the ut in 32 bit system.
image

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