mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-27 09:45:19 +01:00
While initially done to potentially prevent creating bugs due to C++ having a silly type-promotion mechanism involving types < sizeof(int) and unsignedness, given that the bulk of these functions' usages are on exit paths, these can return the correct type to avoid the need to cast at every usage point. |
||
|---|---|---|
| .. | ||
| op | ||
| fpcr.h | ||
| fpsr.h | ||
| fused.cpp | ||
| fused.h | ||
| info.h | ||
| mantissa_util.h | ||
| op.h | ||
| process_exception.cpp | ||
| process_exception.h | ||
| process_nan.cpp | ||
| process_nan.h | ||
| rounding_mode.h | ||
| unpacked.cpp | ||
| unpacked.h | ||
| util.h | ||