human-0

Results 8 comments of human-0

It should be able to handle it. It' works in OpenGL 3.3 and anything not supported should create a null ptr, but that doesn't seem to happen. The only possible...

That is very strange. I didn't get that error. Maybe try using per app deployment (which I was using).

swrAVX does not result in a black screen like swrAVX2 does. However, at many resolutions such as 360p, 720p, 1080p and 1440p, it still does not render properly. For example,...

What about swrAVX2 not working at all?

I'm running Intel Skylake (6th gen). I'm pretty sure it doesn't work on Haswell (4th gen) either.

> See #1888 for status. Would be nice, if you can close the issue after the thread is clarifying for you. Now that those issues appear to be resolved, could...

I found the problem. The hashes use the global `ltc_state`, meaning they are not thread-safe. When tested on one thread, the bad seeds go away, at least for the first...

Wyhash still fails with bad seeds. I don't think it has global state. I also tested sha2-256 more and it seems to pass MomentChi2 when tested single-threaded.