* make AVX_FOUND is default value to WITH AVX * let AVX_FLAG always keep -mavx flag since compiler can build binary with -mavx even CPU does not support avx.
In some situation, for instance, in the virtual machine, it could happen.
* Add automatic check AVX in CMake * Revise table format and some words in build docs