Alexander
Alexander
@AndyLavr @cybojanek, that's because SHA-{256,512} implementations are getting casted: ``` sha256_impl = (sha256_block_f)(ops->ctx); ``` ``` sha512_impl = (sha512_block_f)(ops->ctx); ``` Function/callback casts are not allowed with ClangCFI as they are considered...
The Linux kernel encourages to use `strscpy()` only, in favor of n/l and all other flavours specifying string length. So it must be at least some kind of an OS-dependent...
I personally use only 8-bit rendering.
Looks okay to me. One thing I'd add comments like `/* __APPLE__ */` near elses and endifs, otherwise it's sometimes hard to track where is what.
Pinging just in case. I've been using changes from this PR for 1.5 months already with no issues observed (with `-fwhole-program-vtables` enabled for both oneTBB and my app). My app...
I can confirm this fixes the compilation when exporting `absl::btree_map` as a container, thanks!
@NightFright2k19, good evening (there's the checkbox enabling Polymer and a whole menu). Also EDuke32 has the same crashes, but they happen way less often. Due to that I didn't manage...
Both 32 and 64 bit debug builds of RedNukem make Windows say "This app is not for your PC", no idea why. Ironically enough, pre-12971 builds start correctly (both 32...
Oh okay, EDuke32 debug builds didn't run due to that stupid Nahimic patcher service I've no idea about (RedNukem debug exes still don't run after disabling it). I manage to...
Oh, another interesting observation that may help: Turned out I forgot to copy tbb12.dll to engine's folder after rebuilding oneTBB. I only copied the engine after I rebuilt it with...