Siarhei Siamashka
Siarhei Siamashka
@mansr the altmacro mode is needed to provide the possibility to generate neon register names by evaluating arithmetic expressions. This feature is described in the altmacro section of "info as":...
How large is the random key? The [AHash-fallback-algorithm wiki page](https://github.com/tkaitchuck/aHash/wiki/AHash-fallback-algorithm) is talking about a 64-bit random key in the Finalization section, but I see two 128-bit seeds (256-bit total) in...
> The 'short_finish' is used as a specialization to accelerate the hashing of code paths of constant size primitives. (And not for any structs or variable length inputs). For example...
> I had previously looked into CRC but dismissed it because it required 64bit and SSE4.2 which virtually guarantees that AES is available There seem to be a lot of...
This appears to be a little bit more complicated. At least GDC 9/10 versions need to use `import gcc.attribute` instead of `import gcc.attributes` (and GDC 9 is still useful for...
> You probably want to use `core.attribute` and can loose the `version`. That's a good point and thanks for the link. The patch can be changed to have no special...
Looks like the `forkgc2(9225,0x70000020a000) malloc: *** error for object 0x7fa979503130: double free` CI failure is just another case of https://issues.dlang.org/show_bug.cgi?id=22238
@igouy Something similar is also happening in programming competitions. Just only a few of the most popular/pragmatic programming languages are actively used by the contest participants. And C++ is more...
Should we merge this as-is or try to implement @apritzel's suggestion?
Okay, I will push this to the master branch in a few days.