Wireshark-bugs: [Wireshark-bugs] [Bug 10792] make SSE 4.2 support an optional choice

Date: Tue, 20 Jan 2015 08:13:26 +0000

Comment # 4 on bug 10792 from
(In reply to Jeroen Roovers from comment #3)
> Digging through the old build logs:
> 
> checking whether we can add -msse4.2 to CFLAGS... yes
> ...
> libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./..
>  ... -msse4.2  -mno-sse4.2
> -msse4.1 ...

That's bogus - first the Makefile is asking the compiler to support SSE 4.2 and
then it's asking it *not* to support it but to support SSE 4.1 instead.

We'll need to figure out why it's adding -mno-sse4.2.


You are receiving this mail because:
  • You are watching all bug changes.