-
Notifications
You must be signed in to change notification settings - Fork 689
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
ConvertFloat32ToFloat16: Use DirectXMath conversion functions #4855
Merged
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6e4a67 - Browse repository at this point
Copy the full SHA d6e4a67View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd6f0f2 - Browse repository at this point
Copy the full SHA cd6f0f2View commit details -
Update constant for largest F32 value that results in normal F16
Updated to OR in the float32 fractional bits, since truncation is the implied rounding mode for this function. Updated the name to better reflect the meaning.
Configuration menu - View commit details
-
Copy full SHA for b717a28 - Browse repository at this point
Copy the full SHA b717a28View commit details
Commits on Dec 10, 2022
-
Disable custom F16 conversion functions, using DirectXMath instead
Implementation of conversion stubs that pass through to DirectXMath functions is in ExecutionTest.cpp, since all uses of these conversions are within this cpp or ShaderOpTest.cpp which is in the same lib. This location only depends on DirectXMath where we expect win32-only build.
Configuration menu - View commit details
-
Copy full SHA for 644537e - Browse repository at this point
Copy the full SHA 644537eView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7196f45 - Browse repository at this point
Copy the full SHA 7196f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdb345 - Browse repository at this point
Copy the full SHA ccdb345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e021a - Browse repository at this point
Copy the full SHA 73e021aView commit details -
Move conversion function stub implementations to ShaderOpTest.cpp
ShaderOpTest.cpp is dependency of ExecutionTest.cpp, and this is a better place for the stubs.
Configuration menu - View commit details
-
Copy full SHA for 7e51afa - Browse repository at this point
Copy the full SHA 7e51afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1d128 - Browse repository at this point
Copy the full SHA 7a1d128View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.