<div dir="ltr">Hi,<div><br></div><div style>I successfully compiled ITK 4.4 (from the git repository today)</div><div style>in 32bits on my x86_64 linux.</div><div style>I'm using the cmake command line parameters:</div>
<div style><pre style="color:rgb(0,0,0)">-DCMAKE_CXX_FLAGS:STRING=-m32 -DCMAKE_C_FLAGS:STRING=-m32 -DCMAKE_EXE_LINKER_FLAGS:STRING=-m32 -DCMAKE_REQUIRED_FLAGS:STRING=-m32</pre><pre style="color:rgb(0,0,0)"><span style="color:rgb(34,34,34);font-family:arial;white-space:normal">However, when compiling an application using it (with the same -m32 parameters for cmake) i get the typical error from itkMathDetail.h</span><br>
</pre><pre><pre style="color:rgb(0,0,0)">177:38: error: '_mm_set_sd' was not declared in this scope
177:40: <span style="font-family:arial">error: '_mm_cvtsd_si32' was not declared in this scope</span><br>etc..</pre><pre style><font face="arial"><span style="white-space:normal">Do you know what is happening? I deleted the whole build directories and rebuild </span></font><span style="white-space:normal;font-family:arial">everything from scratch (with the -m32 parameters) to be sure to have a clean CMakeCache for both ITK and my app but it was not successful.</span></pre>
<pre style><span style="white-space:normal;font-family:arial">Any idea?</span></pre><pre style><span style="white-space:normal;font-family:arial"><br></span></pre><pre style><span style="white-space:normal;font-family:arial">Thanks!</span></pre>
<pre style><span style="white-space:normal;font-family:arial">B</span></pre><pre style><span style="white-space:normal;font-family:arial"><br></span></pre></pre><pre style="color:rgb(0,0,0)"><span style="color:rgb(34,34,34);font-family:arial;white-space:normal"><br>
</span></pre><pre style="color:rgb(0,0,0)"><div style="color:rgb(34,34,34);font-family:arial;white-space:normal"><br></div></pre></div></div>