Can the program size change in function of the -arch parameter.
My program with -arch:SSE2 or -arch:AVX2 has the same size.
I would like some one explains.
Thank You
Hi HellOfMice,
In the Windows ecosystem, a portable executable has a size of multiples of 512 bytes due to the alginment. It will be not a surprise to get the same sizes in your case.