FTC sues Intel

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Idontcare

Elite Member
Oct 10, 1999
21,118
59
91
We don't, but it has been raised before that it is more "sabotage" than "optimization", and as far as I know has been resolved before. The FTC, on the other hand, thinks otherwise. They seem to be pretty confident they can do this even without AMD on their side. That leads me to think they might just have something big, an ace up their sleeve so to speak.

And what does the FTC stand to lose if they are wrong?

I wouldn't equate their desire to do something with themselves (which is the only thing that keeps them employed) as being tantamount to them having confidence on this particular matter.

They have nothing to lose by pursuing this, and about 2yrs of guaranteed employment by pursuing it.
 

jvroig

Platinum Member
Nov 4, 2009
2,394
1
81
I wouldn't equate their desire to do something with themselves (which is the only thing that keeps them employed) as being tantamount to them having confidence on this particular matter.
Are you talking about the FTC institution/entity, or the government-employed people in it? Whether they crap on Intel right now or not, the FTC is going to keep on existing, so perhaps you are talking about the people involved who wish to keep their particular jobs in the FTC somehow by taking a crap on Intel?
 

Idontcare

Elite Member
Oct 10, 1999
21,118
59
91
Both, neither the government institution nor the people employed by it risk anything by pursuing this action against Intel.

But it does give them something to fill their calendars with, and is expected to drag on to 2012 so from a government employment perspective its full of win.

That is but one of the many differences between being sued by another business versus the government. When it is another business usually there is an over-riding profit motivation, and time-to-profit drives the timeline. And risk of counter-suit drives down lawsuits based on false or rash merits.

None of that applies here. But then again it is with this in mind that one expects executive-level decision makers to strive to do what they can to stay off the radar of a government agency like the FTC.

For Intel there is absolultely no upside to this, it is all downhill and the only unknown is just the pace of the decline from here out.
 

Borealis7

Platinum Member
Oct 19, 2006
2,914
205
106
"And what does the FTC stand to lose if they are wrong?"

insightful comment of the year WINNAR!

so whats another Billion for Intel, eh?
 

Cogman

Lifer
Sep 19, 2000
10,278
126
106
Both, neither the government institution nor the people employed by it risk anything by pursuing this action against Intel.

But it does give them something to fill their calendars with, and is expected to drag on to 2012 so from a government employment perspective its full of win.

That is but one of the many differences between being sued by another business versus the government. When it is another business usually there is an over-riding profit motivation, and time-to-profit drives the timeline. And risk of counter-suit drives down lawsuits based on false or rash merits.

None of that applies here. But then again it is with this in mind that one expects executive-level decision makers to strive to do what they can to stay off the radar of a government agency like the FTC.

For Intel there is absolultely no upside to this, it is all downhill and the only unknown is just the pace of the decline from here out.
Yeah, Intel really is going to be screwed with this. I mean seriously, the FTC pretty much gets to pick judge, jury, and venue. What does Intel get? Sure they can send the best lawyers in the world. But in the end, the FTC is bound to decide that something is wrong and fine them for it.

And if they do lose, No sweet of their brow, It isn't their money they are spending anyways. For intel, Even if they win, they lose the money it cost to support a lawyer/lawyers for 2 years.

Well, at least we could pay off the national debt with the money they take. (What does the FTC do with their fines?)
 
Last edited:

v8envy

Platinum Member
Sep 7, 2002
2,720
0
0
While the end result is the same, I don't think that's exactly what the FTC is complaining about. For software to perform better on Intel CPUs versus AMD CPUs, these two could happen:

1.) Intel made a compiler (or modified it so) that, quite naturally, produces code that is optimized for their processors. Whether it will also fit like a glove for competing processors is not a concern.
2.) Intel modified the compiler not for optimization concerns for ther processors, but rather to deliberately slow non-Intel processors.

You are saying it is case #1, and your reaction is valid for it.

The FTC, however, is clearly claiming #2.

My personal opinion is that the reality is most likely #1. I will, however, be interested in seeing the developments in this case against Intel.

Actually it was very clearly and demonstrably #2. There were perl scripts floating around to defeat the CPU check for the icc produced binaries -- much like patching the vendor ID of an ATI card for Batman:AA.

As soon as that was done the code would run very quickly on AMD processors. The check forced the code to resolve i386 libraries even on a 64 bit capable CPU with lots of extra registers and various SSE levels if the CPU check indicated a non-Intel processor. We're not talking 10% difference in performance here. More like 200%.
 

Fox5

Diamond Member
Jan 31, 2005
5,957
7
81
Okay, but how is that any different from
Code:
if(CPUID = Geuniune Intel)
{
    Execute [b][u]accelerated[/u][/b] code path
}
else
{
    [b][u]normal[/u][/b] code path

In their case they're claiming Intel forces AMD and other processors to use a slower code path.
How do we know that Intel isn't forcing it's own processor to use a faster code path rather than slowing down the competition?
If the code is done correctly to detect genuine Intel processors then it shouldn't work on any other processor, right?

If this goes through, I can see Intel releasing a junk(their junk might still end up being faster than others on the market but lets say it's still junk) compiler in the future only to optimize it for their own processor at a later update, or they may choose to only update their compiler code for the Intel line while leaving AMD's stagnant and choosing not to develop them since apparently neither AMD nor Microsoft can do so either.
If Intel releases an SSE4.2 compiler, then decide to add an SSE5 code path at a later date for Intel processors only, how is that anti-competitive?

What if they decide not to allow their compiler to work on AMD and say there are other compilers out there for people to use?

Err, AMD and Intel processors share a common language, x86. They share almost all extensions too.
It's not a case of Intel scheduling things most efficiently for an Intel processor and having it not work well on an AMD processor, it's a case of Intel not using certain instructions when an AMD processor is detected, even if it supports those instructions. There's a mechanism in place for detecting whether a processor supports certain instructions, so there's no reason Intel couldn't just query for instruction support, but instead they query by vendor ID.

We're not talking 10% difference in performance here. More like 200%.

The difference was large, but 200% would probably be a peak difference (say for SSE code on an Intel processor versus non-SSE on an AMD), on non-SIMD code I think the compiler was still competitive with other major compilers, despite handicapping the instructions used.
 

Idontcare

Elite Member
Oct 10, 1999
21,118
59
91
Fox, V8, assuming it is "door #2" what exactly makes it illegal or anti-competitive (in the unlawful sense, all business efforts are supposed to be anti-competition to begin with) for Intel to make their own compilers favor their own hardware and put their competitor's hardware at a disadvantage?

Could you imagine if SUN expected its customers to rely on IBM's compiler team for a compiler that could/would generate the best binaries for use on Sparc platforms?

It sounds absurd because it is absurd, so I am wondering how/why/when/where the world of competition got so twisted around backwards with Intel that they are to be demonized for trying to make their products look best when using their software to compile the code?

I remember with gcc in linux for a while you had to be careful what optimization flags you used if your processor (or anyone elses who was going to run your binaries) was a Cyrix chip because Cyrix broke/recycled/misappropriated some ISA extension (going by 10yr old recollection here, I had a cyrix and so I had to deal with this at the time)...but no one demonized linux or gcc because of it, we just had to work around it by making less than optimal binaries if we wanted Cyrix compatibility.

I am by no means saying we should sing Intel's praises for making code operate less efficiently on non-Intel cpus, I am just saying what is it that makes it illegal to do what you guys are alleging them to have done? Business is supposed to be cut-throat, isn't it? What happened to the 1980's man?
 

Schmide

Diamond Member
Mar 7, 2002
5,590
724
126
Fox, V8, assuming it is "door #2" what exactly makes it illegal or anti-competitive (in the unlawful sense, all business efforts are supposed to be anti-competition to begin with) for Intel to make their own compilers favor their own hardware and put their competitor's hardware at a disadvantage?

AMD and Intel cross license SSE based instruction sets. If their compilers artificially ignore these standards, they are competing unfairly and thus subject to monopoly regulation. I guess if they claimed the compilers weren't compatible with said instruction set, or were specifically only for Intel processors, they could get away with it, but they're marketed them as x86 compatible compilers and are expected to work to that standard, not some subset there of.
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
Could you imagine if SUN expected its customers to rely on IBM's compiler team for a compiler that could/would generate the best binaries for use on Sparc platforms?

It sounds absurd because it is absurd, so I am wondering how/why/when/where the world of competition got so twisted around backwards with Intel that they are to be demonized for trying to make their products look best when using their software to compile the code?

The difference here is that the Intel compiler would have worked just fine for AMD, but they had to go and look up vendor id to prevent AMD CPUs from using the optimized compiler.
 

Cogman

Lifer
Sep 19, 2000
10,278
126
106
AMD and Intel cross license SSE based instruction sets. If their compilers artificially ignore these standards, they are competing unfairly and thus subject to monopoly regulation. I guess if they claimed the compilers weren't compatible with said instruction set, or were specifically only for Intel processors, they could get away with it, but they're marketed them as x86 compatible compilers and are expected to work to that standard, not some subset there of.

And? What does their cross license have to do with the compiler? Its a pretty big leap to say "They share a license therefore their compiler should use amd SSE"

Could the compiler use it? yes. Does it? No. Does that mean that AMD's license has been violated? Absolutely not. Just because intel's compiler doesn't use their OP_Codes, doesn't mean that someone else can't.

As I said before in this thread. Intel isn't the only compiler manufacture out there, they aren't even the most popular one (Though, they are thought of as the one that generates the fastest code).

The compiler market is different from the processor market. Saying that a compiler makes the processor market anti-competitive is ludicrous.

The difference here is that the Intel compiler would have worked just fine for AMD, but they had to go and look up vendor id to prevent AMD CPUs from using the optimized compiler.
And? If it is an issue, software developers would use a different compiler. Intels compiler has no baring on my processor choice.
 

Idontcare

Elite Member
Oct 10, 1999
21,118
59
91
I'm with Cogman in that while I agree with behavior is not going to win any fuzzy-baby-bunny awards I don't see how or why it would be viewed as illegal or anti-competitive.

But I also understand that some business practices are viewed as simply being competitive (albeit asinine) when the market in question does not have any large dominating contenders but those same business practices are viewed as anti-competitive if/when used in a market which does contain a near-monopoly business.

So is this one of those cases? The legal issue here isn't so much what Intel did but rather that it was Intel (an effective monopoly, I beleive I read somewhere that is how it is legally viewed) doing it? And had Intel and AMD been more of equal marketshare competitors then this would simply be viewed as competition doing what competition does?
 

Schmide

Diamond Member
Mar 7, 2002
5,590
724
126
And? What does their cross license have to do with the compiler? Its a pretty big leap to say "They share a license therefore their compiler should use amd SSE"

Do they advertise it as SSE compatible or Intel only SSE compatible? In general when you cross license something, it means you are agreeing to adhere to that standard. Not just when it's continent to you.

Could the compiler use it? yes. Does it? No. Does that mean that AMD's license has been violated? Absolutely not. Just because intel's compiler doesn't use their OP_Codes, doesn't mean that someone else can't.

Did I say it violated AMD's license? Strawman? I was arguing it was a deceptive practice. The fact that they reversed this practice generally affirms its uncompetitiveness.

As I said before in this thread. Intel isn't the only compiler manufacture out there, they aren't even the most popular one (Though, they are thought of as the one that generates the fastest code).

And? Who ever said popularity and fairness must walk hand in hand?

The compiler market is different from the processor market. Saying that a compiler makes the processor market anti-competitive is ludicrous.

Yet they were tying their compilers to their processors to gain a distinct advantage. Not related to the processor market? Ludicrous?
 
Last edited:

Schmide

Diamond Member
Mar 7, 2002
5,590
724
126
Well, at least we could pay off the national debt with the money they take. (What does the FTC do with their fines?)

It's under chapter 5. No money is involved. It's a ultimatum, clean up your act or face breakup.
 

Cogman

Lifer
Sep 19, 2000
10,278
126
106
Do they advertise it as SSE compatible or Intel only SSE compatible. In general when you cross license something, it means you are agreeing to adhere to that standard. Not just when it's continent to you.
Does it matter? As long as the compiler generates SSE code, it is an SSE compiler. Even if it disables that code on other SSE enabled CPUs it is still and SSE compiler. This has nothing to do with licensing.

And for the record, they DID adhere, very strictly, to the SSE standard. They just didn't implement it on every processor. Implementation has nothing to do with adherence to a standard.

Did I say it violated AMD's license? Strawman? I was arguing it was a deceptive practice. The fact that they reversed this practice generally affirms its uncompetitiveness.
Then what were you trying to say? If it didn't violate their license, I don't even see why YOU would bring the license up. Cross licensing doesn't mean that all the sudden compilers that support SSE code have to support (or can't disable) for every SSE licensed company or processor.

And? Who ever said popularity and fairness must walk hand in hand?
Nobody. We are talking about legality, not popularity or fairness. Intel making and marketing a compiler that generates code that only works on Intel CPUs is not illegal.

Yet they were tying their compilers to their processors to gain a distinct advantage. Not related to the processor market? Ludicrous?
HA HA HA, nice one. You know, there are ARM compilers that *GASP* are tied to ARM processors. They don't make code that will run on the x86, isn't that despicable! ARM must be anti-competitive. So is IBM, Sony, Samsung, Motorola, VIA, and anyone else that makes a microprocessor.
 

Cogman

Lifer
Sep 19, 2000
10,278
126
106
It's under chapter 5. No money is involved. It's a ultimatum, clean up your act or face breakup.

Chapter 5 still has money associated with it, just not triple damages like chapter 2 does.

However, it does look like the FTC isn't looking for damages reparation, they are rather trying to setup an overseeing comity (which Intel has to foot the bill for)
 

Schmide

Diamond Member
Mar 7, 2002
5,590
724
126
Does it matter? As long as the compiler generates SSE code, it is an SSE compiler. Even if it disables that code on other SSE enabled CPUs it is still and SSE compiler. This has nothing to do with licensing.

I would say if it only generates SSE code for Intel processors it's an x86 compiler with Intel only SSE code. As I said in my original statement, if they advertised it as so, it probably wouldn't have been a problem.

And for the record, they DID adhere, very strictly, to the SSE standard. They just didn't implement it on every processor. Implementation has nothing to do with adherence to a standard.

Duh part of the SSE standards are how to determine what instructions are available on the processor. I guess adherence is only a standard when it's convenience.

Then what were you trying to say? If it didn't violate their license, I don't even see why YOU would bring the license up. Cross licensing doesn't mean that all the sudden compilers that support SSE code have to support (or can't disable) for every SSE licensed company or processor.

My point was if you license Intel technology, you pay for the benefits that come with that technology, both software and hardware compatibility.

Nobody. We are talking about legality, not popularity or fairness. Intel making and marketing a compiler that generates code that only works on Intel CPUs is not illegal.

What may be legal to some, is not legal to others. Monopolys must adhere to a higher standard.

HA HA HA, nice one. You know, there are ARM compilers that *GASP* are tied to ARM processors. They don't make code that will run on the x86, isn't that despicable! ARM must be anti-competitive. So is IBM, Sony, Samsung, Motorola, VIA, and anyone else that makes a microprocessor.

WTH total poison in the well and PS your analogy doesn't really hold water. Does ARM ignore instructions based on architecture? Are you claiming unfair practices? If so please elaborate, othewise you're just muddying the waters with irrelevances. You can bet that all the above companies, especially IBM, are smart enough to uphold whatever standards/patents/contracts they enter into. Licensing is more than just an annoyance to them, it's their cash cow.
 
Last edited:

Cogman

Lifer
Sep 19, 2000
10,278
126
106
I would say if it only generates SSE code for Intel processors it's an x86 compiler with Intel only SSE code. As I said in my original statement, if they advertised it as so, it probably wouldn't have been a problem.
The code SSE code, as others have demonstrated, worked just fine on AMD cpus. It wasn't intel only, that WOULD be a violation of the SSE license. It just used CPUID to route the a non-intel CPU away from the SSE code. The SSE code was valid, worked with an AMD cpu, didn't exploit any undocumented, unknown SSE functionality. It generated SSE code which people using AMD CPUs could see and, with some editing, execute.

Think of it this way. x264, a popular encoder, will use certain SSE instructions depending on the CPU detected (Even if the other SSE instructions are present). x264 still claims to use SSE code, even tough it disables certain SSE instructions based on CPU, should we start complaining and saying that they are false advertising for not following the SSE standard? No, that's ridiculous.

It is the same thing, saying that Intel should be held liable because they would criple code for the competitors processor is ridiculous, the only thing more ridiculous is saying that the reason it is wrong is because they aren't obeying their SSE license (Or whatever you are arguing, you keep saying that it is both an issue and not an issue. Which is it?).

You might as well say that their compilers can't say they support x86 instructions because some compiler flags would produce code that would prevent the code from running on a non-intel CPU.

Duh part of the SSE standards are how to determine what instructions are available on the processor. I guess adherence is only a standard when it's convenience.
Duh, Just because the standard says how to determine if a processor is SSE capable, doesn't mean that a software model has to follow that standard to generate SSE code.
My point was if you license Intel technology, you pay for the benefits that come with that technology, both software and hardware compatibility.
Unless I missed something, their software was compatible. SSE code didn't suddenly stop working on AMD CPUs even if intel's compiler didn't allow it to run on them. Underhanded, yes, adhering to the standard? yes. AMD and intel also agreed on how CPUID would work, Intel adhered to that standard and used it to filter out how the code would behave.
What may be legal to some, is not legal to others. Monopoly's must adhere to a higher standard.
Understood, you take the approach that this is illegal because intel is intel.
WTH total poison in the well and PS your analogy doesn't really hold water. Does ARM ignore instructions based on architecture? Are you claiming unfair practices? If so please elaborate, othewise you're just muddying the waters with irrelevances. You can bet that all the above companies, especially IBM, are smart enough to uphold whatever standards/patents/contracts they enter into. Licensing is more than just an annoyance to them, it's their cash cow.
No, it is completely relevant. What you are arguing is just as absurd as the statement about IBM et al.
 

Martimus

Diamond Member
Apr 24, 2007
4,488
153
106
The Anandtech article is a good source for information on this case. I found it rather interesting. Seems the US government isn't trying to fine the corporation, but rather force them to change the way they do business. This is in line with what other regulatory agencies do in the states, so it isn't suprising. However, this will probably go farther in changing how Intel does business than the fines levied against them by the other governments did. Whether this is good or not, I cannot say.
 

nyker96

Diamond Member
Apr 19, 2005
5,630
2
81
anand just put up an article on this law suit, here's something interesting, FTC demand:
"To stop selling things below cost. The FTC is defining this as being the average variable cost plus a “contribution to Intel’s fixed sunk costs in an appropriate multiple of that average variable cost.”

first how do FTC actually know what some tech is worth, I mean a i7 920 is worth 200 or 250 or 300? how does anyone know? I find that very dubious and impossible to enforce. even more considering performance level of i7 there's absolutely no competition at that level, intel can even set the price 350 and people might still buy it.

another good one,
"For Intel to stop badmouthing competing products unless they have solid scientific evidence." I think badmouthing is a industry tradition, like when intel calls amd x3s defetive products, but how is this something bad? I think it's just a marketing trick. certainly nothing to sue over.

one thing I do agree on,
"Intel cannot require OEMs to purchase only Intel CPUs and GPUs" intel's been doing this too much and it certainly slows down competitions not with superior technology but with market share clout. I think this type of tactics allow Intel to hold down to market share without invest in making their products better which is bad for progress.
 

Schmide

Diamond Member
Mar 7, 2002
5,590
724
126
The code SSE code, as others have demonstrated, worked just fine on AMD cpus. It wasn't intel only, that WOULD be a violation of the SSE license. It just used CPUID to route the a non-intel CPU away from the SSE code.

paradox?

The SSE code was valid, worked with an AMD cpu, didn't exploit any undocumented, unknown SSE functionality. It generated SSE code which people using AMD CPUs could see and, with some editing, execute.

If the code was valid, the entry point would check the flags and not the CPUID.

Think of it this way. x264, a popular encoder, will use certain SSE instructions depending on the CPU detected (Even if the other SSE instructions are present). x264 still claims to use SSE code, even tough it disables certain SSE instructions based on CPU, should we start complaining and saying that they are false advertising for not following the SSE standard? No, that's ridiculous.

I believe you're talking about the SSE4 optimizations that were specifically coded for the Intel chip when they released them first? I also believe that is no longer the case. Regardless they're not a monopoly and not licensing the product they're coding with.

It is the same thing, saying that Intel should be held liable because they would criple code for the competitors processor is ridiculous, the only thing more ridiculous is saying that the reason it is wrong is because they aren't obeying their SSE license (Or whatever you are arguing, you keep saying that it is both an issue and not an issue. Which is it?).

I don't really see an either or here. Intel crippled functions they licensed to AMD. They claimed the compiler supported this licensed technology but withheld that support form the licensee.

You might as well say that their compilers can't say they support x86 instructions because some compiler flags would produce code that would prevent the code from running on a non-intel CPU.

Huh. I guess I would say they have a x86 (SSC) selectively supported compiler.

Duh, Just because the standard says how to determine if a processor is SSE capable, doesn't mean that a software model has to follow that standard to generate SSE code.

What's the point of producing such a standard if they ignore it?

Unless I missed something, their software was compatible. SSE code didn't suddenly stop working on AMD CPUs even if intel's compiler didn't allow it to run on them. Underhanded, yes, adhering to the standard? yes. AMD and intel also agreed on how CPUID would work, Intel adhered to that standard and used it to filter out how the code would behave.

Sounds rather anti-competitive to me.

Understood, you take the approach that this is illegal because intel is a monopoly (intel).

Fixed.

No, it is completely relevant. What you are arguing is just as absurd as the statement about IBM et al.

You conveniently ignored everything I said in that paragraph, just to declare it relevant. Either you elaborate on your accusations, or you dismiss them.

I stand by my statement about IBM. The largest IP holder in the world, after being declared a monopoly, knows how to stay out of trouble.
 
Last edited:

Fox5

Diamond Member
Jan 31, 2005
5,957
7
81
anand just put up an article on this law suit, here's something interesting, FTC demand:
"To stop selling things below cost. The FTC is defining this as being the average variable cost plus a “contribution to Intel’s fixed sunk costs in an appropriate multiple of that average variable cost.”

first how do FTC actually know what some tech is worth, I mean a i7 920 is worth 200 or 250 or 300? how does anyone know? I find that very dubious and impossible to enforce. even more considering performance level of i7 there's absolutely no competition at that level, intel can even set the price 350 and people might still buy it.

another good one,
"For Intel to stop badmouthing competing products unless they have solid scientific evidence." I think badmouthing is a industry tradition, like when intel calls amd x3s defetive products, but how is this something bad? I think it's just a marketing trick. certainly nothing to sue over.

one thing I do agree on,
"Intel cannot require OEMs to purchase only Intel CPUs and GPUs" intel's been doing this too much and it certainly slows down competitions not with superior technology but with market share clout. I think this type of tactics allow Intel to hold down to market share without invest in making their products better which is bad for progress.

1. The first one I think is pointed at Atom + motherboard combos. The combo is not sold below cost, but the combo comes with such a discount that you could say one of the items completely lost its profit margin. Ie, if an Atom cpu costs $40 to produce and sells for $50 alone, the motherboard costs $50 to produce and sells for $60 alone, but the combo sells for $95, that's viewed as Intel selling an Atom cpu for $35 and the motherboard for $60. Or at least that's my interpretation. And internally, Intel does assign some cost of production (including amortized R&D) to each product.

2. Probably something like what all tech companies do, produce charts saying "8x faster!" (cough, apple), using rigged benchmarks to generate the results, or outright lies.

3. If OEMs only purchase Intel CPUs and GPUs because nvidia doesn't have a license to sell igps for intel, or because the product comes with an intel igp integrated already, or because intel is bundling products in a way that makes it cost prohibitive to use another igp, is it still unfair? It achieves the same thing, but they never directly say you can't use another igp.


BTW, I still think compilers are a special case, because it effects all the software produced with those. It's not like the software is just going to be recompiled for AMD, likely the dev houses compiled using ICC, not aware it would cripple AMD processors, and now that product is out on the market and can't really be changed, or the dev house just doesn't care enough to switch to another compiler. In the end, Intel is creating a slow software ghetto for non-Intel processors to execute in, despite being instruction set compatible. It would be different if it was a 3rd party making processors that disabled optimizations on non-intel processors, but there's a conflict of interest since Intel is making a compiler that does produce code for competitors, yet purposefully cripples it without saying so. This might be ok if AMD was doing it (though definitely a gray area), but Intel is a monopoly, and monopolies aren't allowed to do certain things that hold back their competitors.

I still think my road analogy fits. AMD and Intel both produce 'cars' (cpus) that run on 'roads' (compiled software, so Intel's compiler is the pavement used). But Intel owns some of the roads (compiled with icc), and these roads turn into dirt paths (disable parts of the instruction set) when an AMD car drives on them. Now, most cars in the world are already Intel, and these cars drive best on the Intel roads. Because of this, the number of Intel roads continually increases, and people notice "hey, these AMD cars run like crap on Intel roads!" and just start buying Intel cars since it's not worth getting an AMD car when it doesn't drive well on a significant portion of the roads.

In the car case, I think it would be valid for the government to tell Intel it can't purposefully downgrade the roads when an AMD car is on them, and the same holds true for software. It'd be ok for Intel to support features on its roads that AMD's does not have yet. Say if Intel cars got rocket jets, and could now fly over the road. If AMD eventually also produced cars with rocket jets, it would be wrong of Intel to shoot emp pulses at the AMD cars to disable their rocket jets.

Perfect analogy
 

zsdersw

Lifer
Oct 29, 2003
10,560
2
0
They seem to be pretty confident they can do this even without AMD on their side. That leads me to think they might just have something big, an ace up their sleeve so to speak.

It's the government. I wouldn't bet on them being either competent or thorough. The only thing I would count on them being is: expensive.
 

Fox5

Diamond Member
Jan 31, 2005
5,957
7
81
It's the government. I wouldn't bet on them being either competent or thorough. The only thing I would count on them being is: expensive.

After how botched the Microsoft monopoly case was, this suit looks to at least have a better understanding of the issues at hand.
 

lopri

Elite Member
Jul 27, 2002
13,211
597
126
After how botched the Microsoft monopoly case was, this suit looks to at least have a better understanding of the issues at hand.
I agree. It looks like lawyers who grew up with computers are finally taking over from the older generation. The FTC compaint is surprisingly up-to-date and well versed in technology, compared to what we've seen anywhere in the past. I wouldn't be surprised if some of them are seasoned AnandTech readers.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |