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

The impl CmpGt for f64x2 uses AVX whereas none of the others do #96

Open
CryZe opened this issue Jul 30, 2021 · 0 comments
Open

The impl CmpGt for f64x2 uses AVX whereas none of the others do #96

CryZe opened this issue Jul 30, 2021 · 0 comments

Comments

@CryZe
Copy link
Contributor

CryZe commented Jul 30, 2021

This is the code in question:

wide/src/f64x2_.rs

Lines 290 to 292 in b2cfe07

if #[cfg(target_feature="avx")] {
Self { sse: cmp_op_mask_m128d::<{cmp_op!(GreaterThanOrdered)}>(self.sse, rhs.sse) }
}

None of the other impls have this, so there's at least something weird going on here.

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

No branches or pull requests

1 participant