Ray icon indicating copy to clipboard operation
Ray copied to clipboard

test compilation seem to be broken

Open megatog615 opened this issue 5 years ago • 0 comments

when compiling test_simd.cpp:

<$HOME>/Ray/tests/../internal/simd/detect.h: In function ‘Ray::CpuFeatures Ray::GetCpuFeatures()’: <$HOME>/Ray/tests/../internal/simd/detect.h:77:55: error: ‘_xgetbv’ was not declared in this scope 77 | unsigned long long xcr_feature_mask = _xgetbv(0); | ^~~~~~~ make[2]: *** [tests/CMakeFiles/test_Ray.dir/build.make:115: tests/CMakeFiles/test_Ray.dir/test_simd.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:123: tests/CMakeFiles/test_Ray.dir/all] Error 2 make: *** [Makefile:84: all] Error 2

megatog615 avatar May 06 '20 03:05 megatog615