Results 186 comments of Ferenc Pintér

That last one is strange, the problem with the stream_load: In old headers: `__m128i _mm_stream_load_si128(__m128i *p);` In latest smmintrin.h versions: ``` #if defined(_CRT_WINDOWS) || defined(BUILD_WINDOWS) extern __m128i _mm_stream_load_si128(__m128i*); #else /*...

Can I theoretically repeat your process on Windows? I'm trying gcc (8.2 - but I don't think it's that big difference) installed following the instructions from here: https://www.youtube.com/watch?v=sXW2VLrQ3Bs Run cmake...

Thanks, MSYS2 was the keyword for me. Installation is on the way.

Ok, msys2 and gcc8.3 is working, built all module but Shibatch with a single -msse2. Let me have some more time this week since I have to clean up the...

Huh, next try, please. Updated the small readme as well with gcc things and todos. Build instructions and environment for VS, CLANG and GCC now deserve a separate documentation I...

Failed for 64bit builds. I checked the mods for all three compilers but have not switched to x64.

Sorry I'm not able to download it without offending ads, popups and 18yr warnings. A simple share from e.g. Google Drive will do it however.

Hi! Could not reproduce, at 6:48 I can see a special effect, so sure it is crashing because of that. What kind of environment/player are use using? 32 or 64...

Thanks for the info, due to other activities and lack of time, my response times are slowish but haven't forgotten the topic.

Only at 17? Probably this seed number makes the pseudo-random algorithm to show its pseudoness?