Skip to content
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

Optimized conversions between Half and Single. #81632

Merged
merged 19 commits into from
Jul 7, 2023
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0190f96
Optimized conversions between `Half` and `Single`.
MineCake147E Feb 4, 2023
f36ab2b
Updated `explicit operator Half(float value)`.
MineCake147E Feb 5, 2023
b3b8eee
Removed `[MethodImpl(MethodImplOptions.AggressiveInlining)]` from `ex…
MineCake147E Feb 6, 2023
d26f6d9
Coding convention compliance
MineCake147E Mar 31, 2023
90abc81
Revert "Coding convention compliance"
MineCake147E Mar 31, 2023
a99b0a9
Coding convention compliance #1 redo
MineCake147E Mar 31, 2023
5535e6f
Merge branch 'main' of https://github.com/dotnet/runtime into improve…
MineCake147E Mar 31, 2023
c01f2f7
Merge branch 'main' of https://github.com/dotnet/runtime into improve…
MineCake147E May 16, 2023
a5142f3
Merge branch 'main' of https://github.com/dotnet/runtime into improve…
MineCake147E May 16, 2023
210815f
* Names of variables and constants got slightly more descriptive
MineCake147E May 16, 2023
394f434
Hopefully fixed bugs
MineCake147E May 16, 2023
ddd6880
Added explanation of `explicit operator float`
MineCake147E May 19, 2023
dc30370
Removed error causing whitespaces at the end of lines
MineCake147E May 20, 2023
d874357
+ Added explanation of `explicit operator Half(float value)`
MineCake147E May 24, 2023
7e2fa18
Merge branch 'main' of https://github.com/dotnet/runtime into improve…
MineCake147E May 24, 2023
05f7100
Fixed misinformation in comments
MineCake147E May 26, 2023
858499c
Optimized `Single`->`Half` conversion with subnormal result
MineCake147E May 26, 2023
5dd0fec
Merge branch 'main' of https://github.com/dotnet/runtime into improve…
MineCake147E May 27, 2023
3e5be81
Update src/libraries/System.Private.CoreLib/src/System/Half.cs
MineCake147E Jul 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading