Files
ppsspp/Core
The Dax 086d97516d Fix a couple ARM VFPU flags.
Unknown's explanation:
LO means Lower (unsigned), but for floats, it means "Less than".
LT means Lower (signed), but for floats it means "Less than OR unordered".
ARM docs at http://infocenter.arm.com/help/topic/com.arm.doc.dui0068b/Chdhcfbc.html explain the following:
LE means Signed less than or equal, and for floats it means "Less than or equal, or unordered".
LS means Unsigned lower or same, but for floats, it means "Less than or equal"
2014-05-04 22:37:41 -04:00
..
2014-05-04 01:22:57 -07:00
2014-03-15 11:32:57 -07:00
2014-04-28 22:32:34 -07:00
2014-05-04 22:37:41 -04:00
2014-04-16 03:57:57 +08:00
2014-03-03 00:08:32 -08:00
2013-12-29 15:59:36 -08:00
2013-12-29 15:59:36 -08:00
2014-03-03 11:57:33 -05:00
2013-12-30 00:11:29 +01:00
2014-04-20 08:04:59 -07:00
2014-03-02 11:16:56 -08:00