[CC me please] Could someone please let me know if the following is valid on kFreeBSD ?
#include <stdint.h>
#include <ucontext.h>
int main()
ucontext_t ucon;
uint32_t mxcsr = ucon.uc_mcontext.fpregs->mxcsr;
uint16_t cw = ucon.uc_mcontext.fpregs->cwd;
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
https://lists.debian.org/CA+7wUsx571+MvtLWwhL1JvGotV71vnho8vTN=Pzh07Sv=n3...@mail.gmail.com

