occt: master 75827e76

Author Committer Branch Timestamp Parent
msv bugmaster master 2014-10-23 11:02:54 master 3fb72902
Changeset 0025396: Crash occurs when using TBB allocator on an Intel architecture not supporting SSE2 instructions

During initialization of memory manager, check if SSE2 instructions are supported, when MMGT_OPT=2 is in effect. If not then use MMgrRaw instead of MMgrTBBalloc. It is to avoid runtime crash when running on a CPU that supports SSE but does not support SSE2 (some modifications of AMD Sempron).

Fix broken compilation on MSVC for x64 platform

Correct the last fix.
mod - src/Standard/Standard.cxx Diff File