sse-alignment troubles

Started by
32 comments, last by jbadams 9 years, 9 months ago

Don't get me wrong I'm not defending/offending him, I just try to exchange useful information with all of you.
I think that if you put a downvote on someones post, you MUST tell him why he is wrong, at the end of the date we are programmers we use facts.

In an ideal world, yes. In practice, you need to check fir's history. The surprising thing is not he is getting downvoted without further comment, the surprising thing is there are people left who are actually willing to engage with him in something resembling a constructive way. Whatever else he is, he is very good at burning bridges for absolutely no reason at all.
Advertisement

Don't get me wrong I'm not defending/offending him, I just try to exchange useful information with all of you.
I think that if you put a downvote on someones post, you MUST tell him why he is wrong, at the end of the date we are programmers we use facts.

In an ideal world, yes. In practice, you need to check fir's history. The surprising thing is not he is getting downvoted without further comment, the surprising thing is there are people left who are actually willing to engage with him in something resembling a constructive way. Whatever else he is, he is very good at burning bridges for absolutely no reason at all.

this topic is about sse - i think you should answer to this not increase tons of blabla already present here,

Sadly the other thread with the weird stack alignment bug got closed, so I can't post there anymore. But it seems like fir in his foresight created enough of them for everyone, so I'm just gonna post here.

For those of you, other then fir, who might have (or at some point in the future will) stumble across the same problem (aligned loads from the stack, generated by the compiler result in unaligned addresses) do not despair. There is another tool, next to the debugger, that fir also doesn't need, but that is very handy in this case, and which helped me a lot when I had to solve the very same problem (and I'm only sharing this, because it was a real WTF? moment for me). This tool is called google.

Just google for "GCC windows stack alignment" and pick (for example) the 3rd link that comes up, and you will get a nice explanation of the problem, alongside the solution.

Or, you can post a disassembly dump in the nearest internet community and wait for someone to figure it out, while you chill and play tetris *ducks and runs for the door*.

This is obviously no longer on topic and is unlikely to get back to it -- topic closed.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement