Makefile.patch
Description: Binary data
On 4/28/23 07:03, Rubén Llorente wrote:
> On Thu, Apr 27, 2023 at 12:02:30AM +0100, Stuart Henderson wrote:
>> All amd64 have sse2.
>>
>> However many JITs don't work unless writable-and-executable mappings
>> work. (Notable exceptions include Firefox's and luajit).
>>
>> [...]
>>
>> You could tr
On Thu, Apr 27, 2023 at 12:02:30AM +0100, Stuart Henderson wrote:
> All amd64 have sse2.
>
> However many JITs don't work unless writable-and-executable mappings
> work. (Notable exceptions include Firefox's and luajit).
>
> [...]
>
> You could try it with the port built with USE_WXNEEDED=Yes an
On 2023/04/26 20:19, Rubén Llorente wrote:
> According to libzpaq/libzpaq.h
>
> "By default, LIBZPAQ uses JIT (just in time) acceleration. This only
> works on x86-32 and x86-64 processors that support the SSE2 instruction
> set. To disable JIT, compile with -DNOJIT."
All amd64 have sse2.
Howeve
According to libzpaq/libzpaq.h
"By default, LIBZPAQ uses JIT (just in time) acceleration. This only
works on x86-32 and x86-64 processors that support the SSE2 instruction
set. To disable JIT, compile with -DNOJIT."
Besides, I have tried the current lrzip port (without -DNOJIT) for zpaq
compressi
On 4/25/23 12:10, Rubén Llorente wrote:
> Hello,
>
> this is a small update to the Makefile.
>
> The current port does not support zpaq compression on OpenBSD. The
> following change allows lrzip to use zpaq compression.
>
>
>
Why is there an addition of `-DNOJIT` to CPPFLAGS?
Hello,
this is a small update to the Makefile.
The current port does not support zpaq compression on OpenBSD. The
following change allows lrzip to use zpaq compression.
--
OpenPGP Key Fingerprint:
543F EB89 7FDE 8E33 AFF7 E794 E4AB 4807 58F7 6C76
--- Makefile.orig Fri Nov 4 16:05:10 20