vtorri

Results 124 comments of vtorri

note that iirc, mpeg123 code has a runtime detection of cpu architectures

according to mpg213 author : ``` This is in the src/libmpg123/getcpuflags* files. Some assembly to get registers, then flags to check in those. ```

i think that i have a similar error with msys2+mingw-w64

note that you have to detect at runtime which asm instruction sets can be used, not at configure time

@mgrudzinska if you are doing something like: * meson setup **** builddir * ninja -C builddir * ./builddir/src/bin/svg2tvg/svg2tvg.exe it will of course fail to find the DLL. The DLL and...

@bagder about gain, get a computer with Windows, install MSYS2 with mingw-w64 in it. Compile curl with autotools, then with cmake. And you will see that there is a gain......

@lexborisov not opinion on this ?

There are not a lot of options 1. use non ISO `"%I"` and gcc throws the warning. The option ` -Wno-pedantic-ms-format` is exactly for this situation 2. for mingw only,...

@lexborisov any news on this ?

or you cast to `unsigned long long`