mirror of
https://github.com/opencv/opencv.git
synced 2026-09-25 04:09:57 +03:00
6 lines
83 B
C++
6 lines
83 B
C++
#include <nmmintrin.h>
|
|
int main() {
|
|
int i = _mm_popcnt_u64(1);
|
|
return 0;
|
|
}
|