AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.8k stars 7.97k forks source link

compile failed ___popcnt64 in 32bit (msvc) #1671

Open hujunyao opened 6 years ago

hujunyao commented 6 years ago

compile failed when target win32|x86 in msvc 2015. it complains cannot find ___popcnt64

AlexeyAB commented 6 years ago

If you don't want to use XNOR-net, then just comment this lines: https://github.com/AlexeyAB/darknet/blob/e203ab9046732c9c000a6ded1b14c4f2b10bc496/src/gemm.c#L1637-L1641