-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with string representation #14
Comments
When I try to print the generated UUIDs (using the code above) it didn't even compile due to the following error: error: inlining failed in call to always_inline ‘__m256i _mm256_set1_epi8(char)’: target specific option mismatch so I needed to set: SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native") in my Then, the string representation looks fine to me. |
That makes sense. I don't think I compiled with arch=native enabled. Tanks for the info. When I was not able get the UUID generation working back in June, found a different way of solving my problem, not using any UUIDs at all. So I am not using the package at the moment. |
Anyway to fix it in Windows? |
You need to enable at least |
Hi, I encountered a problem when generating the string representation. The result of:
comes out as:
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: