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