mirror of https://github.com/YosysHQ/abc.git
Fixing Windows compiler problem.
This commit is contained in:
parent
c32f36af08
commit
5d3d77fcfe
|
|
@ -23,6 +23,7 @@
|
|||
#ifdef _MSC_VER
|
||||
# include <intrin.h>
|
||||
# define __builtin_popcount __popcnt
|
||||
# define __builtin_popcountl __popcnt64
|
||||
#endif
|
||||
|
||||
#include "misc/util/abc_global.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue