Skip to content

Commit

Permalink
Compilation problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Nov 11, 2024
1 parent f2e4ceb commit b5a76d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bdd/extrab/extraLutCas.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
#define inline __inline // compatible with MS VS 6.0
#endif

#ifdef _MSC_VER
# include <intrin.h>
# define __builtin_popcount __popcnt
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit b5a76d8

Please sign in to comment.