Skip to content

Commit 5244775

Browse files
committed
Added note to readme about floating point WIP
1 parent 9abcd8a commit 5244775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ ucontext functions:
101101
save/restore FPU registers or vector registers may be added in a later release as a build-time
102102
setting -- for now, we assume a soft-float ABI with no optional processor features. In practice, this
103103
does not really matter, code using these functions are unlikely to be impacted by this design
104-
assumption.
104+
assumption. This is a work in progress, as newer compilers will spill even non-floating-point state
105+
through floating point registers when allowed to do so.

0 commit comments

Comments
 (0)