Registered Member
|
I read the FAQ, but it's still not working. Here's my trivial program:
Here's how I compile it:
Here's part of the asm output:
If I use the trivial code from the FAQ then it seems to work:
Compiles to:
This looks good, right? What am I doing wrong with my dot product? Thanks. |
Moderator
|
it has been optimized away by the compiler because "ll" is not used. To get something meaningful, add "return ll;"
|
Registered users: Bing [Bot], blue_bullet, Google [Bot], rockscient, Yahoo [Bot]