You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception Handling: Hard to directly handle in C# while being cross-platform agnostic
IL Recompiler: Everything works as expected like with the Interpreter, some of it does fallback to using the Interpreter to hand it.
FPU control/status: Partially implemented
FPU Rounding Support: round single/double results before each writeback
CFloat: A C# FPU interpreter class using C code to drive FPU operations. This will be an optional FPU interpreter backend that can be used to analyze FPU operations with more accuracy such as real exception handling, and round control.
For DotNetCode: Optionally use SIMD to perform float arithmetic, rounding, comparisons
The text was updated successfully, but these errors were encountered:
Here is a list of things done so far for the FPU:
C# Interpreter:
IL Recompiler: Everything works as expected like with the Interpreter, some of it does fallback to using the Interpreter to hand it.
FPU control/status: Partially implemented
FPU Rounding Support: round single/double results before each writeback
CFloat: A C# FPU interpreter class using C code to drive FPU operations. This will be an optional FPU interpreter backend that can be used to analyze FPU operations with more accuracy such as real exception handling, and round control.For DotNetCode: Optionally use SIMD to perform float arithmetic, rounding, comparisons
The text was updated successfully, but these errors were encountered: