<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - error: inlining failed in call to always_inline ‘__m512 _mm512_and_ps(__m512, __m512)’: target specific option mismatch"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109023">109023</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>error: inlining failed in call to always_inline ‘__m512 _mm512_and_ps(__m512, __m512)’: target specific option mismatch
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vlee@freedesktop.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>baker.dylan.c@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Build error with meson.
In file included from
/usr/lib/gcc/x86_64-redhat-linux/8/include/immintrin.h:57,
from
/usr/lib/gcc/x86_64-redhat-linux/8/include/x86intrin.h:48,
from ../src/gallium/drivers/swr/rasterizer/common/os.h:99,
from ../src/gallium/drivers/swr/rasterizer/core/clip.cpp:31:
/usr/lib/gcc/x86_64-redhat-linux/8/include/avx512dqintrin.h: In static member
function ‘static SIMDImpl::SIMD512Impl::Float
SIMDImpl::SIMD512Impl::AVX512Impl::and_ps(SIMDImpl::SIMD512Impl::Float,
SIMDImpl::SIMD512Impl::Float)’:
/usr/lib/gcc/x86_64-redhat-linux/8/include/avx512dqintrin.h:564:1: error:
inlining failed in call to always_inline ‘__m512 _mm512_and_ps(__m512,
__m512)’: target specific option mismatch
_mm512_and_ps (__m512 __A, __m512 __B)
^~~~~~~~~~~~~
In file included from
../src/gallium/drivers/swr/rasterizer/common/simdlib.hpp:172,
from
../src/gallium/drivers/swr/rasterizer/common/simdintrin.h:28,
from ../src/gallium/drivers/swr/rasterizer/core/clip.h:30,
from ../src/gallium/drivers/swr/rasterizer/core/clip.cpp:32:
../src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_core.inl:38:88:
note: called from here
static SIMDINLINE Float SIMDCALL op(Float a, Float b) { return
_mm512_##intrin(a, b); }
^
../src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_core.inl:39:28:
note: in expansion of macro ‘SIMD_WRAPPER_2_’
#define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op)
^~~~~~~~~~~~~~~
../src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_core.inl:122:1:
note: in expansion of macro ‘SIMD_WRAPPER_2’
SIMD_WRAPPER_2(and_ps); // return a & b (float treated as int)
^~~~~~~~~~~~~~</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>