mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-14 10:08:32 +05:00
replace __SSE__ with NETGEN_HAVE_SIMD
This commit is contained in:
parent
79a9453ce8
commit
50f3ca429c
@ -1003,7 +1003,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif // NETGEN_HAVE_SIMD
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ namespace netgen
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __SSE__
|
#ifdef NETGEN_HAVE_SIMD
|
||||||
virtual bool GetMultiSurfValue (size_t selnr, size_t facetnr, size_t npts,
|
virtual bool GetMultiSurfValue (size_t selnr, size_t facetnr, size_t npts,
|
||||||
const ngsimd::tAVXd * xref,
|
const ngsimd::tAVXd * xref,
|
||||||
const ngsimd::tAVXd * x,
|
const ngsimd::tAVXd * x,
|
||||||
@ -111,7 +111,7 @@ namespace netgen
|
|||||||
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif // NETGEN_HAVE_SIMD
|
||||||
|
|
||||||
virtual bool GetSegmentValue (int segnr, double xref, double * values)
|
virtual bool GetSegmentValue (int segnr, double xref, double * values)
|
||||||
{ return false; }
|
{ return false; }
|
||||||
|
Loading…
Reference in New Issue
Block a user