Rick V

Results 18 comments of Rick V

To get the UNIX devs on board, one could start out by prefixing ```c __attribute__ ((visibility ("default"))) ``` to public API symbols, and a buildscript that automatically processes the header...

It's an AMD Opteron 6386, Bulldozer core On July 10, 2019 6:08:15 PM CDT, Casey Muratori wrote: >Seems pretty slow compared to an i7/i9 - what kind of CPU is...

@mrsshr the inline assembler code for GCC and Clang appears to be 32-bit clean (It even limits itself to the first six FPU regs!). Given the proper ISA support, it...

@joycepg that trick only works for Microsoft C.

does this separate the ZFS ARC size as `disk cache` from the rest of resident core set? As of now default settings allow the ARC to fill all unused core...

the carousel no longer works correctly outside of mobile browsers - on a desktop browser the carousel appears _below_ the modal dialogue out of sight the image will even flash...

you can use cygwin, msys2 or mingw-w64 which all include some kind of pthread wrapper around Microsoft C (`_beginthread(3C)` etc) and/or Windows NT thread APIs (`CreateThread(2)`), or compile pthreads-win32 yourself...

no that was the last option I listed - grab https://sourceware.org/pthreads-win32 - compile and install somewhere that cmake can pick it up later then Microsoft C might work

I should put in a patch to hide `unistd.h` from MS C, but I don't use the library myself atm ```c /* mingw32 has it but not stock MS C...

@tan-wei replace the `NOTFOUND` fields for pthread after cmake fails with the path to pthreads-win32 manually, cmake isn't very good at searching for libraries on Windows