rpcs3/Utilities
Nekotekina 160b131de3 types.hpp: implement smin, smax, amin, amax
Rewritten the following global utility constants:
`umax` returns max number, restricted to unsigned.
`smax` returns max signed number, restricted to integrals.
`smin` returns min signed number, restricted to signed.
`amin` returns smin or zero, less restricted.
`amax` returns smax or umax, less restricted.

Fix operators == and <=> for synthesized rel-ops.
2021-05-22 12:10:57 +03:00
..
2021-04-29 12:21:12 +03:00
2021-05-18 21:40:59 +03:00
2020-12-25 10:07:40 +03:00
2021-04-29 12:21:12 +03:00
2021-04-11 14:01:51 +03:00
2021-04-29 22:57:40 +03:00
2021-04-11 14:01:51 +03:00
2021-04-29 22:57:40 +03:00
2021-04-11 14:01:51 +03:00
2020-12-18 12:23:53 +03:00
2020-12-12 15:12:01 +03:00
2021-04-11 14:01:51 +03:00
2021-04-03 21:54:15 +03:00
2021-04-11 14:01:51 +03:00
2021-04-11 14:01:51 +03:00
2021-04-11 14:01:51 +03:00
2021-05-01 18:08:03 +03:00
2021-04-11 14:01:51 +03:00
2020-12-18 12:23:53 +03:00
2020-12-12 15:12:01 +03:00