Re: Unexpected SSE4.1 (pinsrq) in libgcc_s_seh-1.dll

Nemos via Gcc-help <[email protected]> Fri, 20 Feb 2026 07:25:25 +0300
Newsgroups gmane.comp.gcc.help
Message-ID <[email protected]>
Yes, by disassembly (x86_64-w64-mingw32-objdump -D).

I am sorry, i found the cause.

My mistake, for some time in gentoo wine depends on mingw-toolchain.
Some how configure choose to use tools from it, even i put path to my mingw 
cross toolchain in ${PATH} first.

20.02.2026 00:36, Florian Weimer пишет:
> * Nemos via Gcc-help:
> 
>> Questions:
>> Why are SSE4.1 instructions (pinsrq) present in libgcc_s_seh-1.dll when SSE4.1
>> is disabled in the configuration?
> 
> How did you determine that such an instruction was present?
> If it is through disassembly, what is the context?