pkarashchenko opened a new issue, #6569: URL: https://github.com/apache/incubator-nuttx/issues/6569
The RISC-V supports "Atomic Memory Operations" instruction. Seems like up_testset can be implemented with the less number of instruction using `amoswap.w.aq`/`amoswap.w.rl` than current implementation that use `lr`/`sc` instructions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
