mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
643c89538d
Restructure mysimd.hpp and add support for AVX512. Changes include - Move mysimd.hpp to ngsimd.hpp - Expose ngsimd.hpp to NGSolve - New namespace ngsimd - Second template parameter (width) for SIMD class, default to the largest width available - Avoid raw avx register types in the interface, use SIMD<> instead
11 lines
427 B
CMake
11 lines
427 B
CMake
install(FILES nginterface.h nginterface_v2.hpp DESTINATION ${INCDIR} COMPONENT netgen_devel)
|
|
|
|
install(FILES
|
|
acisgeom.hpp csg.hpp geometry2d.hpp gprim.hpp incopengl.hpp
|
|
inctcl.hpp incvis.hpp linalg.hpp meshing.hpp myadt.hpp mydefs.hpp
|
|
mystdlib.h nginterface_v2_impl.hpp occgeom.hpp ngsimd.hpp
|
|
opti.hpp parallel.hpp parallelinterface.hpp stlgeom.hpp visual.hpp
|
|
DESTINATION ${INCDIR}/include COMPONENT netgen_devel
|
|
)
|
|
|