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

Loop unrolling up to next multiple of Vector<double> #52

Merged
merged 2 commits into from
Apr 22, 2018
Merged

Conversation

gfoidl
Copy link
Owner

@gfoidl gfoidl commented Apr 22, 2018

Fixes #46

@gfoidl gfoidl added this to the v1.1.0 milestone Apr 22, 2018
@gfoidl gfoidl self-assigned this Apr 22, 2018
@@ -35,8 +37,11 @@ public void Values___correct_MinMax()

var sut = new Sample(values);

Assert.AreEqual(0, sut.Min);
Assert.AreEqual(10, sut.Max);
Assert.Multiple(() =>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use in other tests as well.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be fixed via #53

@gfoidl gfoidl merged commit 5d0e3ad into master Apr 22, 2018
@gfoidl gfoidl deleted the loop-boundaries branch April 22, 2018 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant