NO

Author Topic: -arch parameter  (Read 327 times)

Offline HellOfMice

  • Member
  • *
  • Posts: 62
  • Never be pleased, always improve
-arch parameter
« 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
--------------------------------
Kenavo

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: -arch parameter
« Reply #1 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.
Code it... That's all...