<div dir="ltr"><div><span id="gmail-output">I've stumbled with an error on the headers we are using to build (GCC at least).</span></div><div><span id="gmail-output"><br></span></div><div><span id="gmail-output">I've got this: __m512d _mm512_abs_pd(__m512)</span></div><div><span id="gmail-output">error: cannot convert ‘__m512d {aka __vector(8) double}’ to ‘__m512 {aka __vector(16) float}’ for argument ‘1’ to ‘__m512d _mm512_abs_pd(__m512)’ in file /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/sc/source/core/tool/arraysum.cxx</span></div><br><div><span id="gmail-output">When the documentation clearly says: __m512d _mm512_abs_pd (__m512d v2)
<a href="https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_abs_pd&expand=288,4961,634,4961,634,288,60" target="_blank" rel="noopener">https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_abs_pd&expand=288,4961,634,4961,634,288,60</a><br></span></div><div><span id="gmail-output"><br></span></div><div><span id="gmail-output">How do we fix this?</span></div></div>