I suspect this has been asked many times but I can't find a reference to it ...
Does the CVI compiler necessarily align 32 bit ints such that a read/write is known to be atomic?
I realize there are issues for ints within structs, I'm interested in simple (non-agregate) int declarations.
I.e. Do I need to use SDK interlocked increment / decrement to guarantee atomicity on read / write of a 32 bit int on an x86 machine?
Thanks.
Hayes