https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231293

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Oct 10 21:58:42 UTC 2018
New revision: 481772
URL: https://svnweb.freebsd.org/changeset/ports/481772

Log:
  devel/qt5-core: unbreak on armv7 after r479286

  global/qfloat16.cpp:149:31: error: use of undeclared identifier
'vcvt_f16_f32'
          vst1_f16(out_f16 + i, vcvt_f16_f32(vld1q_f32(in + i)));
                                ^
  global/qfloat16.cpp:159:28: error: use of undeclared identifier
'vcvt_f32_f16'
          vst1q_f32(out + i, vcvt_f32_f16(vld1_f16(in_f16 + i)));
                             ^

  PR:           231293
  Approved by:  maintainer timeout (1 month)

Changes:
  head/devel/qt5-core/files/patch-src_corelib_global_qfloat16.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.

Reply via email to