C language > Expert questions

-arch parameter

(1/1)

HellOfMice:
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

Vortex:
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.

Navigation

[0] Message Index

Go to full version