Enabled SSE42 on ia32 by default (#4437)

This commit is contained in:
Ilya Lavrenov 2021-02-24 11:25:41 +03:00 committed by GitHub
parent 71c50c2249
commit ea2bbb29c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,5 @@ endmacro()
# need libusb 32-bits version
_set_if_not_defined(ENABLE_VPU OFF)
# _mm_loadl_epi64 is not defined
_set_if_not_defined(ENABLE_SSE42 OFF)
# fix conversion from uint64_t / int64_t to size_t
_set_if_not_defined(NGRAPH_ONNX_IMPORT_ENABLE OFF)