Le Mon, Oct 11, 2021 at 03:12:11PM -0400, o...@eigenstate.org a écrit :
> Quoth tlaro...@polynum.com:
> > Hello,
> >
> > LaTeX now requires primitives (extensions) that are not provided by TeX
> > nor e-TeX.
> >
> > I have hence developed a new engine: Prote, that adds the required
> > extensions
Le Mon, Oct 11, 2021 at 09:20:31PM +0200, Sigrid Solveig Haflínudóttir a écrit :
> I've been using cycles() with _tos on amd64/arm64 with 9front for my
> porting needs, specifically to get monotonic time:
> https://git.sr.ht/~ft/npe/tree/master/item/libnpe/_npe.c#L15
Thank you for the hint. I will
Le Mon, Oct 11, 2021 at 08:39:31PM +0200, tlaro...@polynum.com a écrit :
>[...]
> Amongst the extensions I had to add, there are two bits that go beyond
> ISO C libc. One is a way to get elapsed time and unfortunately clock(3)
> is not the answer. I then used POSIX.1:clock_gettime(2) with CLOCK_MO