mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
arch: Improve documentation for up_fpucmp function
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e31e69aa30
commit
5ed2ee85c9
@@ -2594,7 +2594,14 @@ int up_saveusercontext(FAR void *saveregs);
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user