Re: help with inline Assembler

2009-08-04 Thread Sebastian Waschik
Hello, llueveYescampa writes: > Hi all, > > A couple of years ago, working with OpenWatcom for Windows, I was > able to wrote the inline assembly code shown below. I spent a while > reading and by trail an error I made it work. > > I was trying to test the efficiency of the "inner_product()" fun

help with inline Assembler

2009-08-04 Thread llueveYescampa
Hi all, A couple of years ago, working with OpenWatcom for Windows, I was able to wrote the inline assembly code shown below. I spent a while reading and by trail an error I made it work. I was trying to test the efficiency of the "inner_product()" function in C++. Now I am working in Linux and