Pelles C forum

C language => Expert questions => Topic started by: HellOfMice on October 27, 2023, 06:03:58 PM

Title: -arch parameter
Post by: HellOfMice on October 27, 2023, 06:03:58 PM
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
Title: Re: -arch parameter
Post by: Vortex on October 27, 2023, 09:05:59 PM
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.