Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Added missing impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jul 31, 2022
1 parent a920c7e commit e39708c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compute/comparison/simd/packed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ simd8!(i16, i16x8);
simd8!(i32, i32x8);
simd8!(i64, i64x8);
simd8_native_all!(i128);
simd8_native_all!(i256);
simd8_native!(f16);
simd8_native_partial_eq!(f16);
simd8!(f32, f32x8);
Expand Down

0 comments on commit e39708c

Please sign in to comment.