"SSE4.1 instruction set not enabled" compilation error
joyeuxnoel8 opened this issue · 1 comments
joyeuxnoel8 commented
I ran into a similar problem as in vgteam/vg#99
In an attempt to fix using a similar way, I added -msse4.1
flag to the CMAKE_CXX_FLAGS
key in my CMakeCache.txt
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-msse4.1
I'm not sure if this is the proper way, but hope this might be helpful for others or future fixes.
ekg commented
Yes, this is a problem because I'm using gssw to re-derive the overlaps.
I should update this to use edlib, which I think doesn't have this
limitation.
…On Tue, Jun 23, 2020 at 9:20 PM Tsung-Yu Lu ***@***.***> wrote:
I ran into a similar problem as in vgteam/vg#99
<vgteam/vg#99>
In an attempt to fix using a similar way, I added -msse4.1 flag to the
CMAKE_CXX_FLAGS key in my CMakeCache.txt
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-msse4.1
I'm not sure if this is the proper way, but hope this might be helpful for
others or future fixes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDQEJBRPVLIVDSOP6HEWTRYD56FANCNFSM4OF626QA>
.