hercules-390 / hyperion

Hercules 390
Other
252 stars 68 forks source link

Load and Test of SNaN returns default QNaN unconditionally. #124

Closed srorso closed 8 years ago

srorso commented 8 years ago

Load and Test (any precision) converts a Signalling NaN into the default Quiet NaN when the Invalid Operation mask is set to zero in the IEEE Mask byte of the Floating Point Control Register. The SNaN should be converted into the corresponding QNaN, preserving the NaN payload.

srorso commented 8 years ago

Addressed by pull request #127