Rev 827 | Rev 1019 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
"frstor %0"
: "=m"(*fctx)
);
}
void fpu_init(fpu_context_t *fctx)
void fpu_init()
{
__asm__ volatile (
"fninit;"