gitboy16
gitboy16
Do you mean something like this? ``` CXXFLAGS=-fPIC meson setup --buildtype release builddir ``` Sorry I am not familiar with how meson works.
I tried the above and got the same error message.
I am wondering if the issue is not that in the file lib/meson.build no option is set properly because it does not satisfy any of the following conditions: ``` if...
It does work when I compile a simple code using the templates in lib and -mavx2 so building the library should also work or am I wrong?
On my computer everything works perfectly, it is not working on github codespaces. It should be fully reproducible on your side. I can give you the steps if you want....
If you look at the details that I include in the first message, you will see the CPU type as well as the instruction set which are supported. What is...
In github codespace I am using gcc 14.2, so I think it is supported. I wrote a small program in src folder usimg the template library and manage to compile...