]> OCCT Git - occt-copy.git/commit
0024238: Some changes in B-spline surfaces to work with aligned memory, which potenti...
authorazv <artem.zhidkov@opencascade.com>
Thu, 17 Oct 2013 14:21:03 +0000 (18:21 +0400)
committerazv <artem.zhidkov@opencascade.com>
Thu, 17 Oct 2013 14:21:03 +0000 (18:21 +0400)
commit22268fd999163be0f444186ae68303084b5a041d
tree5163e87ddc9802defbb8e309ab5ac29dccdf5c94
parent4269bd1b11727b8b96277ac5dba823b46e5fec15
0024238: Some changes in B-spline surfaces to work with aligned memory, which potentially accelerate calculations with SSE vectorization
20 files changed:
src/BSplSLib/BSplSLib.cdl
src/BSplSLib/BSplSLib.cxx
src/BSplSLib/BSplSLib.lxx
src/BSplSLib/BSplSLib_BzSyntaxes.cxx
src/Geom/FILES
src/Geom/Geom.cdl
src/Geom/Geom_BSplineCache.cdl [new file with mode: 0644]
src/Geom/Geom_BSplineCache.cxx [new file with mode: 0644]
src/Geom/Geom_BSplineCache.lxx [new file with mode: 0644]
src/Geom/Geom_BSplineSurface.cdl
src/Geom/Geom_BSplineSurface.cxx
src/Geom/Geom_BSplineSurface_1.cxx
src/Geom/Geom_BezierSurface.cdl
src/Geom/Geom_BezierSurface.cxx
src/Geom/Geom_OsculatingSurface.cxx
src/Geom/Handle_Geom_BSplineCache.hxx [new file with mode: 0644]
src/NCollection/FILES
src/NCollection/NCollection_AlignAllocator.cxx [new file with mode: 0644]
src/NCollection/NCollection_AlignAllocator.hxx [new file with mode: 0644]
src/PLib/PLib.cxx