Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Intel created SSE, but shares the technology with AMD via a cross-licensing agreement. There is no compatibility issues I'm aware of. However, the implementations might be different internally, and due to architectural differences, AMD and Intel processors may benefit from SSE code differently from one another.Dakna23 said:I noticed it says this is Intel based.
yes, traditionally intel's CPUs see a much larger benefit from SSE than amd'sxonik said:AMD and Intel processors may benefit from SSE code differently from one another.
(cf)Eclipse said:yes, traditionally intel's CPUs see a much larger benefit from SSE than amd's
(cf)Eclipse said:yes, traditionally intel's CPUs see a much larger benefit from SSE than amd's
BillR said:The other side of that coin is, AMD CPUs as a rule have much better overall math processors as has been shown time and time again with projects such as distributed computing, such as folding @ home.
BillR said:I also notice this in Photo Shop and Bryce 3-D.
visaris said:Seriously though, 387 has a number of instructions which SSE just doesn't support. FYL2X comes to mind first, there were a couple of other "missing" instructions that I can't recall off the top of my head. Now, it's not that SSE can't compute the same thing as these missing instructions, it just can't do them as fast (software vs. hardware support). The layout (stack-based) of 387 may be a little nasty, but 387 has some really cool instructions, and it's a shame to throw all those away.
due to the architecture of because of microsoft's choice? if the former, this surprises me considerably when you think about who developed x86-64Scali said:In Windows x64, the FPU will no longer work
(cf)Eclipse said:due to the architecture of because of microsoft's choice? if the former, this surprises me considerably when you think about who developed x86-64
Scali said:And well, regardless of who developed it, 90% of all x86-64 CPUs will be Intel.
headless said:If they ever manage to make a part that is in any way comparable to an A64, i guess that might become true.
Scali said:Depends on how the CPU works, doesn't it?
If the CPU emulates an FYL2X with a set of SSE2 operations anyway, then there's no point in having it in hardware.
In VS.NET's libraries, the entire C/C++ float library seems to be written in optimized SSE2 code, I assume they did this because it is actually faster on P4. Would be interesting to benchmark sometime perhaps.
headless said:Well gee, i'd sure love to step into reality -- Could you point me to some sales figures showing intels 64bit parts outselling AMD's? I did some research but all i found was that intel has not released sales figures regarding their itanium, and a lot of information showing they aren't doing very well.
visaris said:True. Both those are valid concerns. Considering that the VS libraries are written for SSE, and the P4 has bad 387 performance, MS dropping 387 support won't matter to many people.
Scali said:Uhh... don't tell me you're not aware that:
1) Pentium 4 and Xeon have supported x86-64 for a while now
2) Pentium 4 and Xeon outsell Athlon64 and Opteron by about 10:1.