Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


On 05/12/17 22:13, Julien wrote:
I gave a try but had this:
lo/lode/dev/core/workdir/UnpackedTarball/firebird/src/common/CRC32C.cpp:41:10: error: always_inline 
function '_mm_crc32_u8' requires target feature 'sse4.1', but would be inlined into function 
'CRC32C' that is compiled without support for 'sse4.1'
                 return _mm_crc32_u8(hash_value, *value);
                        ^
Are you sure msse4 shouldn't be added in CXXFLAGS instead of COMMON_FLAGS?

In linux COMMON_FLAGS is used and it appears to be correct choice from general POV - msse4 makes sense for both plain C & C++. But what about darwin - yes, looks like it does not use COMMON_FLAGS at all, with CXXFLAGS this should work.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.