mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
namespace for tAVX
This commit is contained in:
parent
bf9cffa8de
commit
33f1e6da88
@ -103,10 +103,10 @@ namespace netgen
|
|||||||
|
|
||||||
#ifdef __SSE__
|
#ifdef __SSE__
|
||||||
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 tAVXd * xref,
|
const netgen::tAVXd * xref,
|
||||||
const tAVXd * x,
|
const netgen::tAVXd * x,
|
||||||
const tAVXd * dxdxref,
|
const netgen::tAVXd * dxdxref,
|
||||||
tAVXd * values)
|
netgen::tAVXd * values)
|
||||||
{
|
{
|
||||||
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user