Removed non-latin characters from lcc snippet
It is supposed that it may become source of failures while passing AppVeyor tests.
This commit is contained in:
parent
7c1132b681
commit
0bea50816b
|
@ -5,9 +5,9 @@ based on [e2k microarchitecture](https://en.wikipedia.org/wiki/Elbrus_2000)
|
||||||
has been added.
|
has been added.
|
||||||
|
|
||||||
Examples of such CPUs:
|
Examples of such CPUs:
|
||||||
* [Elbrus-8S (Эльбрус-8С)](https://en.wikipedia.org/wiki/Elbrus-8S);
|
* [Elbrus-8S](https://en.wikipedia.org/wiki/Elbrus-8S);
|
||||||
* Elbrus-4S (Эльбрус-4С);
|
* Elbrus-4S;
|
||||||
* [Elbrus-2S+ (Эльбрус-2С+)](https://en.wikipedia.org/wiki/Elbrus-2S%2B).
|
* [Elbrus-2S+](https://en.wikipedia.org/wiki/Elbrus-2S%2B).
|
||||||
|
|
||||||
Such compiler have a similar behavior as gcc (basic option compatibility),
|
Such compiler have a similar behavior as gcc (basic option compatibility),
|
||||||
but, in is not strictly compatible with gcc as of current version.
|
but, in is not strictly compatible with gcc as of current version.
|
||||||
|
|
Loading…
Reference in New Issue