This selects the CPU to tune for at compilation time by determining the processor type of the compiling machine. Using -mtune=native will produce code optimized for the local machine under the constraints of the selected instruction set. Using -march=native will enable all instruction subsets supported by the local machine (hence the result might not run on different machines).
(ну или с хабра http://habrahabr.ru/company/intel/blog/158939/)
можно или под платформу определеную скомпилировать(core2,haswell и тд) или под набор инструкций(sse2,avx и тд).. хотя если поиявится гпу майнер толку от этого не будет))
За информацию спасибо, хотя я немного понимаю, как работает «шайтан машина».
Предпосылок для создания GPU пока нет, слишком низкий курс и слишком «не стандартный» алгоритм, т.е. не 2 строчки переставить/дописать в стандартном GPU майнере (ИМХО).