cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

agner
Adept I

AMD and Intel incompatible - What to do?

 

AMD and Intel are making mutually incompatible instructions and are using different instruction codes for almost identical instructions. This is certainly not what the IT community wants, but it is a consequence of free competition. The two companies are competing to invent new instructions and keeping their plans secret for the sake of competition. The consequence is mutually incompatible instructions. We have seen the two companies assigning different codes to the same instruction, but the worst nightmare is yet to come: assigning different instructions to the same code.

The current situation is very unfortunate for the software industry. Very few software developers are willing to bear the costs of developing, testing and maintaining separate versions of their software for AMD and Intel.

This problem is a consequence of the market situation where each company has to keep its plans secret for reasons of competition. A voluntary peace agreement is unlikely, so the only cure is a legal or political intervention. The initiative for a legal intervention may come from AMD, because the current situation is more advantageous to Intel than to AMD. The best that can come out of such a process is a public standardization committee where new instructions are discussed and approved. A less ambitions outcome would be an agreement about which part of the opcode space each company can use for its innovations.

However, such a legal process could take years, and AMD cannot remain passive in the meantime. I will therefore discuss what AMD could do in the present situation if no peace agreement with Intel can be obtained.

The history in a nutshell:

  • AMD invented 3DNow, Intel invented SSE, Intel won. AMD had to copy SSE.
  • AMD invented x64, Intel invented IA64, AMD won. Intel copied x64.
  • AMD invented SSE5, Intel invented AVX, Intel won. AMD will have to copy AVX.

The situation of SSE5 versus AVX is particularly troublesome. We have two different schemes for coding instructions with more than two operands. These two schemes are mutually incompatible and it would be quite costly in terms of instruction decoding hardware to support both. The AVX scheme is technically superior, as I have argued elsewhere (http://aceshardware.freeforums.org/intel-avx-kills-amd-sse5-t538.html) so I have no doubt that AVX will win this competition.

AMD will have to revise their SSE5 specification to fit the AVX coding scheme. Call it SSE5R or whatever. Some of the SSE5 instructions can simply be replaced by the almost equivalent instructions in the Intel AVX and FMA instruction sets, but many of the SSE5 instructions have no equivalent Intel instructions - yet.

Here comes the next problem. How can AMD find a vacant bit combination in the AVX scheme without running the risk that Intel has something else in the pipeline using the same code for something else? I have asked in Intel's AVX forum whether there is space reserved for other vendors, but got no answer (http://softwarecommunity.intel.com/isn/Community/en-US/forums/thread/30257153.aspx).

 

I have therefore made a list of what AMD could do if Intel refuses to assign part of the AVX code space to AMD:

 

(1). Use some of the unused bits in the VEX prefix to indicate new AMD instructions. This would be a very dangerous solution. One important feature of the VEX coding scheme is that it is possible to determine the instruction length based on only the VEX prefix and the mod/reg/rm byte. No matter which bit combination AMD chooses there is a possibility that Intel has already assigned the same bit combination to some other instructions with a different length. This would make an incompatibility that it is impossible to solve.

 

(2). Put a VEX prefix on codes that are already in use by AMD. The 3DNow instructions don't need a VEX prefix because VEX is not allowed on MMX instructions. This frees the following codes for other use:

0E, 0F, 24, 25, 7A, 7B preceded by VEX with mm = 01.

 

(3). Define a new VEX prefix. The current VEX prefixes begin with C4 and C5. These are the same codes as the old LES and LDS instructions, which are not allowed in 64-bit mode. In 32-bit mode, the distinction between VEX prefix and LES/LDS is based on the two leftmost bits of the subsequent byte, which are 11 if it is a VEX prefix. This bit combination would indicate an illegal register operand on LES/LDS. There is one more byte value that can be used in the same way, namely the hexadecimal value 62. This is the BOUND instruction, which is not allowed in 64-bit mode and cannot have a register operand. The 62 byte value can be used as a VEX prefix for AMD instructions. However, this is the only remaining byte value that has this property. Using this in an unwise and shortsighted way may prevent future extensions. Using 62 as a three-bytes VEX prefix analogously to C4 would not add much to the opcode space. I would prefer to make it a four-bytes VEX prefix. The first byte is 62, the next two bytes should have exactly the same meaning as for the C4 VEX prefix, including the instruction length information. A single bit of the fourth byte should indicate an AMD instruction. You could make a public announcement saying that the part of the opcode space defined by this bit = 1 is AMD territory. Everybody else stay out, unless copying an AMD instruction. The last seven bits are available for future extensions.

 

(4). If you fear that Intel may have other plans with the 62 byte then there are two other byte values that can be used for VEX prefixes, although this is a little more tricky. These are D4 and D5. These codes are currently assigned to the obsolete instructions AAM and AAD, which are not allowed in 64-bit mode. The distinction between VEX prefix and AAM/AAD in 32-bit mode would still be based on the two leftmost bits of the subsequent byte being 11. The second byte of the AAM and AAD instructions is almost always = 0A (= 10 decimal). This is the radix or number base for packed BCD calculations. Other values are possible, but partly undocumented and almost never used. The AMD manual and a few old Intel manuals tell that other values are possible, while most manuals specify only the value 0A. Other values than 0A are not supported by assemblers and compilers. The only values that make sense when used for radix conversions are in the interval 0x02 - 0x10. The value would have to be bigger than or equal to 0xC0 to interfere with the use as a VEX prefix. It is theoretically possible that some programmer has amused himself with using AAM or AAD for other purposes than they are intended for and with a byte value > 0xC0. This would probably be some old and obscure DOS program.

The probability that such a VEX prefix would break existing software is so low that I would consider it permissible, from a purely technical point of view. However, there is another consideration that cannot be ignored, and that has to do with PR. It is possible that a competitor or a nit-picking IT journalist would claim that the processor might be incompatible with existing software, even if there is no proof that such software exists at all. For this reason, it should be possible to switch off the VEX use in 32-bit mode. For example by a bit in the EFLAGS register.

 

(5). Same as (4), but available only in 64-bit mode. Assume that high-end users will use 64-bit mode anyway at that time.

0 Likes
48 Replies

The only real reason of Intel's decision to change their FMA specification is to make it incompatible with AMD, IMHO. Somehow Intel have managed to know that AMD will adopt Intel's FMA, so first one chose to change the specification. Of course, Intel will never say that, it will say that "3 operands if much more simple to implement than 4" or something like that.

0 Likes

For those who have downloaded the document, please note that we've just posted an update, to version 3.03, which fixes various typos.

 

0 Likes
extremeseos0007
Journeyman III

Really the two companies are competing with each other......which is good for this market

0 Likes

Originally posted by: extremeseos0007 Really the two companies are competing with each other......which is good for this market


The unregulated competition has a number of undesired effects as I have explained earlier in this thread.

The XOP coding scheme is clear evidence of some of these undesired effects. The XOP prefix byte is 8F, which is a POP instruction in the original x86 instruction set. Overlap with existing instructions can only be avoided if the m-bits have a value bigger than or equal to 8. Intel's VEX prefix does not have this restriction. This makes the compatibility with Intel's VEX prefix imperfect. Instructions with VEX prefix and XOP prefix can't have the same m-bit values, though it would be more logical if they had. This problem could have been avoided if AMD had chosen to use the 62 byte for the XOP prefix, as I have proposed in the beginning of this thread. Even better, AMD could have used part of the huge opcode space defined by the VEX prefix. If some of the new instructions introduced by AMD become so popular that Intel will copy them (as it happened with x64), then Intel have to modify their instruction decoder to handle the different m-bit pattern.

I have no inside information so I don't know what negotiations have taken place between Intel and AMD. But it is obvious, that if Intel had been willing to negotiate and treated AMD fairly, then they would have allowed AMD to use either the 62 byte prefix or part of the VEX opcode space and guaranteed that Intel would not use the same code combinations except when copying instructions invented by AMD.

The fact that AMD has chosen the suboptimal solution of using the 8F byte is evidence that fair negotiations have been impossible. I find it most likely that Intel is to blame for this outcome, since it gives Intel an unfair advantage over AMD. Apparently, AMD have scratched their heads to find an obscure corner of the opcode map that it was unlikely that Intel would use. This has happened before in the history of AMD instruction set extensions.

The market situation now is so that if Intel and AMD happen to assign different instructions to the same code bytes (God forbid it!) then Intel is likely to win. AMD have often had to chose outlandish byte combinations in order to avoid the risk that Intel might have something else in the pipeline that happens to use the same code for something else.

This is a clear market failure causing suboptimal technical solutions and compatibility problems. The costs of this is considerable because no existing opcode can be changed. We have to live with this patchwork of weird instruction codes in all future as long as we are making backwards-compatible microprocessors. Both the hardware industry and the software industry will be affected by these compatibility problems for many years in the future.

It is obvious that no voluntary agreement between AMD and Intel is possible. The only solution is outside intervention.

0 Likes

agner: Perhaps, is it time to create an online petition for this?

0 Likes

What would a petition help? Do you think a big multinational company will change its profitable policy just because 100000 random people sign a petition in some Facebook group? And I think it would be difficult even to find 100 people who understand the technical issues. Maybe it would help if we can get some IT journalists and politicians interested in the issue.

0 Likes

Originally posted by: agner What would a petition help? Do you think a big multinational company will change its profitable policy just because 100000 random people sign a petition in some Facebook group?
Just imagine what if this (not existed yet) petition would be signed by famous and powerful names: John Carmack (id Software), Tim Sweeney (Epic Games) and so on!

Originally posted by: agner And I think it would be difficult even to find 100 people who understand the technical issues. Maybe it would help if we can get some IT journalists and politicians interested in the issue.
IT journalists and politicians won't take any participation in this petition until it will be signed by famous programmers.

0 Likes

No, I want IT journalists to write about the issue. Nobody will be interested unless there is public awareness about the problem.

But it is difficult to get media attention about a technical issue that people don't understand. Most people will just think, as extremeseos0007 wrote:

Really the two companies are competing with each other......which is good for this market


This will be the initial reaction of most people. Economists have told us again and again that competition is good. But competition is not good for compatibility. Maybe standard organizations like IEEE or ISO could be interested.

0 Likes
albert_redditt
Journeyman III

Maybe AMD should branch off on its own.  And stop being Intel compatible.

But then they would have to be like IBM and make whole computer systems and OS's and software.

A different approach woukd be to make an Intel to AMD , *.EXE and *.DLL Translator.

So you run the Translator on the program "Compiled for Intel"  and it converts it to a "Compiled for AMD" executable.

Software laws prohibit reverse engineering , but cross engineering (Processor porting) might be allowed to be done.

Just a thought ???

0 Likes