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
..
address_range.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
bin_patch.cpp
bin_patch.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
bit_set.h
BitField.h
cfmt.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
cheat_info.cpp
cheat_info.h
cond.cpp types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
cond.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
Config.cpp
Config.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
CRC.h
date_time.h
File.cpp types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
File.h
geometry.h
git-version-gen.cmd
JIT.cpp
JIT.h
lockless.h
LUrlParser.cpp
LUrlParser.h
mutex.cpp
mutex.h
rXml.cpp
rXml.h
sema.cpp types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
sema.h
span.h
StrFmt.cpp
StrFmt.h
StrUtil.h
sync.h
Thread.cpp types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
Thread.h
Timer.h
version.cpp
version.h