Page 1 of 1

Executable format option

Posted: Wed Jan 26, 2022 8:15 pm
by User_Russian
Now the parameter Executable format is ignored by the compiler. It was posted on this forum https://www.purebasic.fr/english/viewtopic.php?t=78185
With addition C backend it is very easy to use this portameter by the compiler.
Here are the necessary command line options https://gcc.gnu.org/onlinedocs/gcc/x86- ... 86-Options

Code: Select all

-mmmx
-msse
-msse2
-msse3
-mssse3
-msse4
-msse4.1
-msse4.2

Re: Executable format option

Posted: Thu Jan 27, 2022 10:05 am
by Cyllceaux
+1

I prefer the "native" parameter... Useful for AMD or ARM.

Code: Select all

-mtune=native