Skip to content

Commit

Permalink
In some build configs, BVec4 was an unused import. (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 26, 2023
1 parent ca68e73 commit d2871a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/vec4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1280,10 +1280,7 @@ macro_rules! impl_vec4_bit_op_tests {
}

mod vec4 {
#[cfg(any(
not(any(target_feature = "sse2", target_feature = "simd128")),
feature = "scalar-math"
))]
#[cfg(feature = "scalar-math")]
use glam::BVec4;
#[cfg(not(feature = "scalar-math"))]
use glam::BVec4A;
Expand Down

0 comments on commit d2871a1

Please sign in to comment.