You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: always_inline function '_mm_set_sd' requires target feature 'sse2', but would be inlined into function 'RoundHalfIntegerToEven_32' that is compiled without support for 'sse2' return _mm_cvtsd_si32( _mm_set_sd(x) );
#83
Open
yurivict opened this issue
Sep 22, 2020
· 0 comments
In file included from /wrkdirs/usr/ports/graphics/vv/work/vv-1.4.0-383-g7a783a8b/tools/clitkCropImageGenericFilter.cxx:21:
In file included from /wrkdirs/usr/ports/graphics/vv/work/vv-1.4.0-383-g7a783a8b/tools/clitkCropImageGenericFilter.h:24:
In file included from /wrkdirs/usr/ports/graphics/vv/work/vv-1.4.0-383-g7a783a8b/common/clitkImageToImageGenericFilter.h:22:
In file included from /wrkdirs/usr/ports/graphics/vv/work/vv-1.4.0-383-g7a783a8b/common/clitkImageToImageGenericFilterBase.h:23:
In file included from /wrkdirs/usr/ports/graphics/vv/work/vv-1.4.0-383-g7a783a8b/common/clitkImageCommon.h:25:
In file included from /usr/local/include/ITK-5.0/itkImage.h:21:
In file included from /usr/local/include/ITK-5.0/itkImageRegion.h:34:
In file included from /usr/local/include/ITK-5.0/itkContinuousIndex.h:21:
In file included from /usr/local/include/ITK-5.0/itkPoint.h:23:
In file included from /usr/local/include/ITK-5.0/itkVector.h:290:
In file included from /usr/local/include/ITK-5.0/itkVector.hxx:21:
In file included from /usr/local/include/ITK-5.0/itkMath.h:31:
/usr/local/include/ITK-5.0/itkMathDetail.h:176:26: error: always_inline function '_mm_set_sd' requires target feature 'sse2', but would be inlined into function 'RoundHalfIntegerToEven_32' that is compiled without support for 'sse2'
return _mm_cvtsd_si32( _mm_set_sd(x) );
^
/usr/local/include/ITK-5.0/itkMathDetail.h:176:10: error: always_inline function '_mm_cvtsd_si32' requires target feature 'sse2', but would be inlined into function 'RoundHalfIntegerToEven_32' that is compiled without support for 'sse2'
return _mm_cvtsd_si32( _mm_set_sd(x) );
^
2 errors generated.
Log: http://beefy17.nyi.freebsd.org/data/head-i386-default/p549547_s365984/logs/vv-1.4.0.383.log (IPv6 URL)
FreeBSD 13 (i386)
clang-11
The text was updated successfully, but these errors were encountered: