oltolm
oltolm
Those options that are still "yes" or "no" are not boolean. For example `WOLFSSL_AESGCM` is defined like this ``` add_option("WOLFSSL_AESGCM" "Enable wolfSSL AES-GCM support (default: enabled)" "yes" "yes;no;table;small;word32;4bit") ``` As...
> > Those options that are still "yes" or "no" are not boolean. For example `WOLFSSL_AESGCM` is defined like this > > ``` > > add_option("WOLFSSL_AESGCM" > > "Enable wolfSSL...
@lhmouse, sorry for the ping. Is this the same bug? Are there any plans to fix it? How does it affect the program? ``` Thread 10 received signal SIGSEGV, Segmentation...
How does Clang solve this problem?
https://github.com/mingw-w64/mingw-w64/blob/dbfdf802580c0d6b90b91995dab019f2a7787a8e/mingw-w64-crt/misc/register_tls_atexit.c So the advantage of MCF over MSVCRT is correctness and performance and the advantage of MCF over UCRT is performance? Is that correct? Why not create a minimal environment/subsystem...
> See https://gcc-mcf.lhmouse.com/ which is largely repackaged MSYS2 environments. I know about it, it's great, but as I said I can't use it without pacman. pacman is too convenient.
I tried debugging it in renderdoc. I have attached the fragment shader and the vertex shader. `texSamp0` is the dudv map and `texSamp2` is the reflection texture. I can also...
I fixed everything.
Is there still something to do to get it accepted?
> I pushed some small fixes Thank you, but I only tested in clang64. I don't think it will work in another environment.