I have project used inline yasm to implement. Now, the project use openMP to parallel task getting better performance. At x86 platform, The openMP can't run, the reason is that x86 environment have no enough memory. So I use x64 environment compile it and it can running. but when I use yasm code to optimize performance, it doesn't work as well.(the code of yasm is written by x86 environment.)
I searched all about it, but I cannot find any useful information to solve this problem.
Who can tell me the way to solve the problem. I want to see that some document with relation information.
Thank you for your help.