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

Start adding tests for scalar::F32x4 #173

Merged
merged 1 commit into from May 29, 2019
Merged

Start adding tests for scalar::F32x4 #173

merged 1 commit into from May 29, 2019

Conversation

@luisbg
Copy link
Contributor

luisbg commented May 29, 2019

This isn't complete but I wanted to check with you that the structure is OK.

@@ -9,6 +9,7 @@
// except according to those terms.

use crate::default::{F32x4, I32x4, U32x4};
use crate::scalar::F32x4 as sF32x4;

This comment has been minimized.

@pcwalton

pcwalton May 29, 2019

Collaborator

nit: Rust conventions want capital letters for type names. How about F32x4S?

@luisbg luisbg force-pushed the luisbg:scalar branch from 58be218 to 9f4bcd8 May 29, 2019
@luisbg
Copy link
Contributor Author

luisbg commented May 29, 2019

Updated.

I forgot to say this raises the coverage to 21.37%.

@pcwalton pcwalton merged commit 5dd9e8b into servo:master May 29, 2019
@pcwalton
Copy link
Collaborator

pcwalton commented May 29, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.