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

MathUtil: add IntFloat/IntDouble constructors and test FlushToZero() #202

Merged
merged 2 commits into from Mar 24, 2014

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Mar 24, 2014

No description provided.

@Parlane
Copy link
Member

Parlane commented Mar 24, 2014

LGTM

@@ -36,35 +36,43 @@ inline void Clamp(T* val, const T& min, const T& max)
union IntDouble {
double d;
u64 i;

IntDouble() = default;
IntDouble(u64 _i) : i(_i) {}

This comment was marked as off-topic.

This comment was marked as off-topic.

delroth added a commit that referenced this pull request Mar 24, 2014
MathUtil: add IntFloat/IntDouble constructors and test FlushToZero()
@delroth delroth merged commit c929c3e into dolphin-emu:master Mar 24, 2014
@Tilka Tilka deleted the mathutil branch March 28, 2014 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants