iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

Fix crashes on amd systems when compiled with a intel cpu #102

Closed Gator96100 closed 7 years ago

Gator96100 commented 7 years ago

Fixes client crashes on start when compiled on an intel platform and run on a amd system.

Gator96100 commented 7 years ago

I did test the hardnested command and everything seems to work on Windows as well as Linux even without -march=native.

iceman1001 commented 7 years ago

...did you test execution time difference ?

iceman1001 commented 7 years ago

I guess the crashes comes from ppl downloading your intel-compiled client and try running it on AMD.. The -march=native should optimise code for each CPU / chipset it was compiled on.

Hard to please everyone I guess