Tagged Questions

2
votes
1answer
38 views

Is there a complete x86 assembly language reference that uses AT&T syntax?

Ideally there would be a version of Intel's Software Developer's Manuals written in AT&T syntax, but I would be happy to find anything that is close enough.
-1
votes
3answers
84 views

Why does my application run well on an Intel proccesor but doesn’t run on a AMD processor?

I have a Windows application made in Visual C++. It runs well on an Intel Proccesor but it crashes on another system with an AMD processor (both systems have Windows XP installed). …
1
vote
2answers
64 views

How to translate “pushl 2000” from AT&T asm to Intel syntax on i386

I'm trying to translate the following from AT&T assembly to Intel assembly: pushl 2000 Now this compiles down to: ff 35 d0 07 00 00 pushl 0x7d0 But no matter what …
1
vote
0answers
21 views

Win 7 installed.. Change Mobo + Processor, Will it work? [closed]

I am not sure if SO is right place to ask this question. I have Win 7 x64 installed in my computer. ( Intel C2duo + Some mATX Asus Mobo) .. I am planning to upgrade my comp and i w …
2
votes
2answers
53 views

How does x86 handle store conditional instructions?

I am trying to find out what an x86 processor does when it encounters a store conditional instruction. For instance does it stall the front end of the pipeline and wait for the ROB …
0
votes
2answers
26 views

ICL, OS X.4/5 and Unix compliance ($UNIX2003)

Hi all, I'm trying to compile a Mac version of our lib for a customer that wants to include it in a Photoshop plugin, and he is having trouble linking our lib into his app. More d …
2
votes
2answers
94 views

Intel MKL vs. AMD Math Core Library

Does anybody have experience programming for both the Intel Math Kernel Library and the AMD Math Core Library? I'm building a personal computer for high performance statistical co …
4
votes
7answers
222 views

Intel Math Kernel on windows, calling from c# for random number generation

Has anyone used the Intel Math Kernel library http://software.intel.com/en-us/intel-mkl/ I am thinking of using this for Random Number generation from a C# application as we need …
0
votes
1answer
26 views

Will I have any issues using a PPC Mac Mini as a build machine for a 10.5+ application while developing on Snow Leopard?

We develop using Xcode 3.2 on Snow Leopard. The application we're developing however targets 10.5+ (Leopard). I'm looking at setting up a continuous integration server (via Cruise …
0
votes
4answers
253 views

Why is my java application faster on an AMD processor?

I made the observation that my java application is running much faster when executed on an AMD processor in contrast to an Intel CPU. For example my JBoss starts in about 30 secon …
4
votes
7answers
205 views

How should application perform in 64-bit vs. 32-bit intel architectures?

I want to know the relative performances of a normal C++ application in the following scenarios: Built as 32-bit app, run on Intel 64-bit processor (x64-64) Built as 32-bit app, …
0
votes
0answers
36 views

What is the Q4 2009 lineup of Intel and AMD consumer level processors, and what are the basic differences between them?

I'm out of the loop with respect to the specific differences between the various Intel and AMD processors. For example, what's the difference between Core 2, i5, and i7? What ar …
1
vote
1answer
198 views

Is an Intel i7 (4 cores, 8 HT-based logical cores) better than an Intel Core 2 Quad for VisualC++ development?

I have to make a recommendation to management regarding whether or not we should spend the extra money to purchase new computers with Intel i7 CPUs (i7 950s) or whether we should b …
1
vote
1answer
69 views

3D Engines for development on any mobile platform

I am planning to develop a game for all of the mobile platform and have pretty much zeroed down on the concepts of the game. but the only issue I'm facing as of now is that I have …
2
votes
2answers
280 views

How to use Intel C++ Compiler with Qt Creator

I am writing a program wherein i will need to do a stupendous number of numerical calculations. But since I am developing the front end of the program in Qt Creator, I have as yet …

1 2 3 4 5 next
15 30 50 per page