Skip to content

Commit

Permalink
]: all of
Browse files Browse the repository at this point in the history
Summary: the minimum thing for all of that we need at the moment.

Reviewed By: yfeldblum

Differential Revision: D64235441
  • Loading branch information
DenisYaroshevskiy authored and facebook-github-bot committed Oct 14, 2024
1 parent ad90720 commit 8ec7c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions folly/algorithm/simd/Movemask.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ namespace folly::simd {
* movemask_fn
*
* This is a low level utility used for simd search algorithms.
* At the moment used in folly::findFixed and folly::split.
*
* This is a logical extension of _mm_movemask_epi8 for different types
* It is a logical extension of _mm_movemask_epi8 for different types
* for both x86 and arm.
*
* Main interface looks like this:
Expand Down

0 comments on commit 8ec7c2e

Please sign in to comment.