Skip to content

Commit

Permalink
Merge pull request #619 from Cyan4973/dev
Browse files Browse the repository at this point in the history
activate _dispatch() (when enabled) in benchmark mode
  • Loading branch information
Cyan4973 committed Nov 29, 2021
2 parents f2d738a + c7ed8b5 commit 35b0373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/xsum_bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
# define XXH_STATIC_LINKING_ONLY
#endif
#include "../xxhash.h"
#ifdef XXHSUM_DISPATCH
# include "../xxh_x86dispatch.h" /* activate _dispatch() redirectors */
#endif

#include <stdlib.h> /* malloc, free */
#include <assert.h>
Expand Down

0 comments on commit 35b0373

Please sign in to comment.