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
Add ability to backup/restore only those (several) tables which are enumerated
as command line argument (pattern)
-
Key: CORE-5538
URL: http://tracker.
I will check your patch this week on a mac / windows and linux , It's still
a hack so the proper way to solve it is like described in this
stackoverflow solution
http://stackoverflow.com/questions/11228855/header-files-
for-x86-simd-intrinsics
I used tips from
https://bidetly.io/2017/02/08/crc-pa
15.05.2017 22:24, marius adrian popa wrote:
>
> and eliminated msse4 flag from compiler command line
>
> https://gist.github.com/mariuz/753f6fce7ebe0ac9bcf2cb26905c1cc1
Did you check that it can be compiled? For me the trick with attribute did
not work:
compilation failed with subj error.
-
Interesting. So the workaround would be to not have running server while
the embedded stuff is running? Not sure I can do that, but I'll think
about. Right now it's killing the performance of the embedded in my
case. It got from 6 minutes to 34 minutes on single app run. Not good.
>The questio
16.05.2017 8:03, Jiří Činčura wrote:
> Interesting. So the workaround would be to not have running server while
> the embedded stuff is running? Not sure I can do that, but I'll think
> about. Right now it's killing the performance of the embedded in my
> case. It got from 6 minutes to 34 minutes o