core_log
and rtio_log
to ARTIQ
Moved get_fprintf_format_constant
to codegen.rs
in nac3artiq
.
core_log
and rtio_log
to ARTIQ
_log
functions are currently implemented with a single non-vararg parameter. I think we can merge this first before expanding support to homogeneous varargs?
core_log
and rtio_log
to ARTIQ
I have the opposite POV. It is because these format constants are not nac3artiq
-specific which is why I put it in nac3core
. My thought is that only ARTIQ-specific logic would be put in that…
core_log
and rtio_log
to ARTIQ
Not really. This only makes it straightforward to implement print_rpc
/core_log
/rtio_log
with several arguments of the same type, as is required by the current implementation of varargs…
core_log
and rtio_log
to ARTIQ
I don't think any of that is true. The reason why OpenSSL requires SSE2 on i686 targets is because
As far as I know, all our supported 32-bit x86 consumers require SSE2.
So it should be seen…
core_log
and rtio_log
to ARTIQ