1.This "wait" instruction forces the processor to synchronize with the state of the FPU and handle any pending exceptions.
该“等待”指令强迫处理器与FPU的状态同步并处理任何挂起的异常。
2.If preemption happens here, then upon reschedule, the FPU state is completely different from what was there before preemption.
如果这时发生了抢占,由于重新调度,FPU状态就会与抢占前完全不同。
3.FPU mode is another case where the state of the CPU should be protected from preemption.
FPU模式是另外一种CPU应该被保护起来不被抢占的情形。
4.Other programs may attempt to detect certain floating-point errors by checking the FPU's status word.
其他程序可能尝试通过检查FPU的状态字来检测某些浮点错误。
5.Floating-point exceptions are enabled by modifying the FPU control word with the _controlfp function.
通过用_controlfp函数修改FPU控制字,可以启用浮点异常。
6.Each stream processor has a fully pipelined integer arithmetic logic unit (ALU) and floating point unit (FPU).
每一个流处理器有一个全面的流水线整数算术逻辑单元(ALU)和浮点单元(FPU)。
7.The numerical experiment results for FPU problems show that the method which based on iteration can give better numerical results.
对于基于迭代的数值解法,以FPU问题为例进行了数值实验,实验显示,该方法可给出较好的数值结果。
8.When the kernel is executing floating point instructions, the FPU state is not saved.
当内核在执行浮点指令时,FPU状态不被保存。
9.The type of CPU is detected along with any optional floating-point unit (FPU) and stored away for later use.
然后会为任何可选的浮点单元(FPU)检测CPU的类型,并将其存储起来供以后使用。
10.The default rounding mode of the FPU is "Round toward nearest. "
FPU的默认舍入模式为“舍入为最接近的整数”。