Juha Reunanen
Juha Reunanen
> is it possible to have only 1 message at the time and still use amqp_basic_consume? Have you tried setting `prefetch_count` to 1? Maybe something along these lines? amqp_basic_qos_t req;...
Yeah, I would expect that too. You may also try _basic.get_, instead of _basic.consume_. For more information, see e.g. this (just the first Google hit): https://www.cloudamqp.com/blog/rabbitmq-basic-consume-vs-rabbitmq-basic-get.html Yes I know that...
Can reproduce. Yeah, with these inputs (which are exactly ±`0x4000000000000`) and using integer math, `a*b` wraps to 0, as does `c*d`. So perhaps an error in this direction _is_ more...
Not at all urgent from my side – I have a workaround in place already.
Thank you Angus for fixing this! 🥳🥳🥳 Can confirm that the fix works on my machine as well! 😅
Ok, no problem, enjoy your vacation :D ... from my side this is not urgent at all
NB: I'm not using Xbyak.
I think the problem is that [here](https://github.com/herumi/fmath/blob/01f461f42870b833bf7b50e83f3abc69232ca61f/fmath.hpp#L419), `limit` is the input value (`x`) rounded to an integer (such as `89`), and it's compared to `0x42b00000` that is a very large...
Yeah, no rush from my side!