c++ - Where can I find script that convert VC++ inline assembler to intrinsics? -
I am porting inline codlars which use the SSE command for self-reliance Takes a lot of work for Anywhere on the Internet I saw a Python script which simplifies the work, but it can not be found anymore.
I do not think you will be happy with such a script.
First of all, the intents in my opinion are useful only for one or two liners, if you have more instructions then separate amber file. With that, you have to control the result any way with a long list of assembler instructions, which involves understanding each instruction and its result, which basically means that you can rewrite it at the same time.
Secondly, I think you are searching for something like this because you want to discontinue part of the software from 32 bits to 64 bits, right? My experience told me that you will go into some strange errors because some unexpected types are inserted if you do not have an eye on every line of code. Third, are you talking about Visual Studio? Is there any other compiler that supports the underlying? Our software had some strange errors while using intrinsics, because some ugly compiler worms using intrinsics mostly mess up the stack. We had a lot of trouble for finding these things and writing these tasks in assembler.
Then my suggestion is to be careful of the interior!
Comments
Post a Comment