cesss
cesss
By the way, I just had a quick thought, but maybe is a dumb one: Is there any drawback in using `TRIANGLE_FANs` to describe quads? Wouldn't they take the same...
Actually, researching it a bit more, it seems it's not a LLVM/MacOS specific issue, but that `parpack.hpp` is a C++ header, so it shouldn't use` _Complex_I`, which is a C...
I tried doing in `parpack.hpp` the same modifications as were done to `arpack.hpp` and the build is successful, but however, when doing `make test`, the test 10/11 fails, and the...
FWIW, another test fails if you build on MacOS without ICB (I tried to build without ICB just to check if everything was fine without it). So, it seems arpack-ng...
The only change I did (for getting a successful compilation with ICB on MacOS) is the `parpack.hpp` header (applying analogous changes to previous commits to `arpack.hpp`). I was unable to...
By the way, if I'd like to change the sizes of the standard types (obviously for using **lacc** in AST mode only, because generating assembly would require writing a new...
Do you really need to build as a DLL, @jokteur ? When you said "static", I really thought you wanted to build it as a static library, not a DLL....
By the way, can you share your imgui backend? I'd like to be able to build MicroTeX without Cairo and without any dependencies (apart from the dependencies required to use...
This is great, @NanoMichael , just what I wanted!! One question, though: I see there's a serialized command for loading a font file... when my code reads this code from...
This is really great, @NanoMichael !! Please keep a copy of what you wrote in this reply because I think it can be very useful to be added to the...