Re: [eigen] Help needed to run a benchmark on many machines |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
I though -march=native -mtune=native are the best options? I guess, but I'd rather have explicit options so I know exactly what my logs measure.
This works and might even be better for logging, courtesy of stackoverflow: g++ -march=native -Q --help=target | grep enabled Ilja
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |