Executable format option

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User_Russian
Addict
Addict
Posts: 1443
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Executable format option

Post 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
Cyllceaux
Enthusiast
Enthusiast
Posts: 458
Joined: Mon Jun 23, 2014 1:18 pm
Contact:

Re: Executable format option

Post by Cyllceaux »

+1

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

Code: Select all

-mtune=native
Post Reply