Use ANSI definitions. Wrap long line.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
This commit is contained in:
parent
b57e68141f
commit
f132cd0547
@ -377,7 +377,7 @@ fpuexit(struct thread *td)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
fpuformat()
|
fpuformat(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
return (_MC_FPFMT_XMM);
|
return (_MC_FPFMT_XMM);
|
||||||
@ -663,7 +663,8 @@ fpudna(void)
|
|||||||
* fpu_initialstate, to ignite the XSAVEOPT
|
* fpu_initialstate, to ignite the XSAVEOPT
|
||||||
* tracking engine.
|
* tracking engine.
|
||||||
*/
|
*/
|
||||||
bcopy(fpu_initialstate, curpcb->pcb_save, cpu_max_ext_state_size);
|
bcopy(fpu_initialstate, curpcb->pcb_save,
|
||||||
|
cpu_max_ext_state_size);
|
||||||
fpurestore(curpcb->pcb_save);
|
fpurestore(curpcb->pcb_save);
|
||||||
if (curpcb->pcb_initial_fpucw != __INITIAL_FPUCW__)
|
if (curpcb->pcb_initial_fpucw != __INITIAL_FPUCW__)
|
||||||
fldcw(curpcb->pcb_initial_fpucw);
|
fldcw(curpcb->pcb_initial_fpucw);
|
||||||
@ -678,7 +679,7 @@ fpudna(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
fpudrop()
|
fpudrop(void)
|
||||||
{
|
{
|
||||||
struct thread *td;
|
struct thread *td;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user