Searched hist:9761 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/x86/isa/insts/x87/arithmetic/ | ||
H A D | partial_remainder.py | 9761:f2102d45a753 Tue Jun 18 10:10:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Make fprem like the fprem on a real x87 The current implementation of fprem simply does an fmod and doesn't simulate any of the iterative behavior in a real fprem. This isn't normally a problem, however, it can lead to problems when switching between CPU models. If switching from a real CPU in the middle of an fprem loop to a simulated CPU, the output of the fprem loop becomes correupted. This changeset changes the fprem implementation to work like the one on real hardware. |
/gem5/src/arch/x86/isa/microops/ | ||
H A D | fpop.isa | 9761:f2102d45a753 Tue Jun 18 10:10:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Make fprem like the fprem on a real x87 The current implementation of fprem simply does an fmod and doesn't simulate any of the iterative behavior in a real fprem. This isn't normally a problem, however, it can lead to problems when switching between CPU models. If switching from a real CPU in the middle of an fprem loop to a simulated CPU, the output of the fprem loop becomes correupted. This changeset changes the fprem implementation to work like the one on real hardware. |
|