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

chore: update rustc #13219

Merged
merged 6 commits into from
Dec 24, 2023
Merged

chore: update rustc #13219

merged 6 commits into from
Dec 24, 2023

Conversation

ritchie46
Copy link
Member

No description provided.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Dec 23, 2023
@@ -136,33 +133,32 @@ impl<'a> BitMask<'a> {

#[cfg(feature = "simd")]
#[inline]
pub fn get_simd<T>(&self, idx: usize) -> T
pub fn get_simd<T, const N: usize>(&self, idx: usize) -> Mask<T, N>
Copy link
Member Author

@ritchie46 ritchie46 Dec 23, 2023

Choose a reason for hiding this comment

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

@orlp std::simd removed ToBitMaks. Can you confirm this function is correct? Especially the lane count bit, needs an extra pair of eyes.

@ritchie46 ritchie46 merged commit ce09a43 into main Dec 24, 2023
17 checks passed
@ritchie46 ritchie46 deleted the dev branch December 24, 2023 09:47
@c-peters c-peters added the accepted Ready for implementation label Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants