[MacPorts] #67802: qt6-qtbase @6.4.3_1: Fail to compile on 10.14 _mm256_maskz_cvtps_ph() called with wrong number of args

MacPorts noreply at macports.org
Sat Jul 22 01:45:15 UTC 2023


#67802: qt6-qtbase @6.4.3_1: Fail to compile on 10.14 _mm256_maskz_cvtps_ph()
called with wrong number of args
-------------------------+------------------------
 Reporter:  macportsraf  |      Owner:  (none)
     Type:  defect       |     Status:  new
 Priority:  Normal       |  Milestone:
Component:  ports        |    Version:  2.8.1
 Keywords:               |       Port:  qt6-qtbase
-------------------------+------------------------
 While testing a tiny change to the qtkeychain Portfile, the qt6-qtbase
 port failed to compile. It calls the _mm256_maskz_cvtps_ph() function with
 3 arguments, but it's defined with 2 arguments in
 /Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include/avx512vlintrin.h.

 {{{
     :info:build /opt/local/var/macports/build/...//qfloat16.cpp:180:19:
 error: no matching function for call to '_mm256_maskz_cvtps_ph'
     :info:build     __m128i f16 = _mm256_maskz_cvtps_ph(mask, f32,
 _MM_FROUND_TO_NEAREST_INT);
     :info:build                   ^~~~~~~~~~~~~~~~~~~~~
     :info:build
 /Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include/avx512vlintrin.h:8463:1:
 note: candidate function not viable: requires 2 arguments, but 3 were
 provided
     :info:build _mm256_maskz_cvtps_ph ( __mmask8 __U, __m256 __A)
     :info:build ^
     :info:build 1 error generated.
 }}}

 macOS 10.14.6 18G6032 x86_64

 Xcode 11.3 11C29

-- 
Ticket URL: <https://trac.macports.org/ticket/67802>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list