easyaspi314
easyaspi314
Can agree. While the community was being rude, deleting it was not the right response. This will break every project that depends on it. Currently, it is still up on...
> I hope someone had a recent clone of the repository and will just post it so work can continue As I literally posted 42 minutes ago, I have a...
If the parameter names are removed, it works. It seems that parameter names are not supported. https://cdecl.org/?q=void+%28*signal%28int%2C+void%28*%29%28int%29+%29%29%28int%29
> `error: invoking macro XXH3_ACCUMULATE_TEMPLATE_3 argument 2: empty macro arguments are undefined in ISO C90 [-Werror=pedantic]` Wow, literally ~~1984~~ 1989.
Ok that doesn't fix it. Apparently C90 doesn't let you expand empty macro parameters, which makes it pretty difficult to manage this template. Any ideas? 🤔 Also, apt seems to...
> > Ok that doesn't fix it. Apparently C90 doesn't let you expand empty macro parameters, which makes it pretty difficult to manage this template. Any ideas? thinking > >...
> > Unfortunately not everything is GCC, that would be too easy 😅 > > But it really works on my platform. I've tried GCC7, GCC8 & GCC9 on my...
https://github.com/Cyan4973/xxHash/runs/5572167241?check_suite_focus=true#step:10:320 Why did s390x break this time? More strict aliasing memes uncovered by inlining?
Ah, good catch, I missed that one. This still indicates that *something* is incorrect, though. I question the changes in 15ce80f9f2760609d8cc68cea76d3f3217ab70e1, as I'm not sure GCC likes the cast. (@ellert)...
(still doesn't fix the empty macro issue)