mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
ngsimd namespace
This commit is contained in:
parent
33f1e6da88
commit
ead955cf04
@ -103,10 +103,10 @@ namespace netgen
|
||||
|
||||
#ifdef __SSE__
|
||||
virtual bool GetMultiSurfValue (size_t selnr, size_t facetnr, size_t npts,
|
||||
const netgen::tAVXd * xref,
|
||||
const netgen::tAVXd * x,
|
||||
const netgen::tAVXd * dxdxref,
|
||||
netgen::tAVXd * values)
|
||||
const ngsimd::tAVXd * xref,
|
||||
const ngsimd::tAVXd * x,
|
||||
const ngsimd::tAVXd * dxdxref,
|
||||
ngsimd::tAVXd * values)
|
||||
{
|
||||
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user