ykk136
ykk136
And I confirmed that my AMD CPU does support ssse3.
> Thanks for your comment, I used `lscpu`, and the result is:  Is there any way to solve this build issue?
For the compilation environment, I list all the tools as: 1. gcc / g++: 7.5.0   2. cmake: 3.20  3. libboost: 1.65  4. Ragel: 6.10  And...
> The build tools are the same as in ubuntu 18.04 docker container. Could you try passing `-DKLOGG_USE_LTO=OFF` to cmake? That should disable link time optimizations, and that is used...
One more question about Generic_CPU flag. What is the difference between `ucm_add_flags(C CXX "-march=x86-64 -mtune=generic")` and `ucm_add_flags(C CXX "-march=native -mtune=generic")`? Will it imapct the final performance of KLogg?