Skip to content

E2K: initial support of LCC MCST compiler for the Elbrus 2000 CPU architecture

Ramil Sattarov requested to merge (removed):master into master

What does this implement/fix?

  • added initial support of MCST Elbrus 2000 CPU architecture
  • fixed build by MCST lcc compiler

Additional information

Note: MCST-LCC compiler does not support x86 assembler, because it is a compiler for MCST E2K and MCST SPARC architecture. But it can cross-compile Intel Intrinsics into Elbrus Intrinsics (that's why EIGEN_VECTORIZE_SSE macro is active).

Edited by Antonio Sánchez

Merge request reports