Quantcast
Channel: Stack alignment when using SIMD instructions - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Peter Cordes for Stack alignment when using SIMD instructions

Functions can't know what other functions will do internally, so what really matters for being able to link libraries together and to executables is that they agree on a calling convention / ABI, and...

View Article



Stack alignment when using SIMD instructions

In the book about assembly that I am reading, we are told for any function we write, if it's a branching function and will call other functions, it must maintain stack alignment. This is done so that...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images