Rev 534 | Rev 906 | 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(void)
void fpu_init(fpu_context_t *fctx)
{
__asm__ volatile (
"fninit;"