mirror of https://github.com/YosysHQ/abc.git
Compilation problem.
This commit is contained in:
parent
f2e4ceb0e3
commit
b5a76d8ba3
|
|
@ -27,6 +27,11 @@
|
||||||
#define inline __inline // compatible with MS VS 6.0
|
#define inline __inline // compatible with MS VS 6.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
# include <intrin.h>
|
||||||
|
# define __builtin_popcount __popcnt
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue