Im developing C based software that should run both on Linux & Win. I do not care about API access or POSIX compatibility beyond standard stdio. Im developing simple signal processing procedures that need only file level OS access. Ideal is something like mingw/gcc compiler where I can develop simple window software using Linux platform.
Can I use some Intel product that can replace mingw (gcc version) to increase the performance of my software?
What would be a best choice?
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.