-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding option in csproj for software and fixed point number types #87793
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsIt's really useful in networking to have cross platform deterministic data types consider adding..
and
To csproj and dotnet. This would automatically make half, float, double, decimal use fixed or software based implimentation
|
Primitive floating-point arithmetic should already be deterministic as should various higher level functions like A few APIs such as |
It's really useful in networking to have cross platform deterministic data types
Instead of needing to send data over the network we can just send inputs and rely on the fact that our output will always be the same.
consider adding..
and
To csproj and dotnet.
This would automatically make half, float, double, decimal use fixed or software based implimentation
The default would be...
The text was updated successfully, but these errors were encountered: