From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 2/2] ffmpeg: Add sse4 related options BR2_X86_CPU_HAS_SSE4 / BR2_X86_CPU_HAS_SSE4
Date: Tue, 14 Jan 2014 22:05:16 +0100 [thread overview]
Message-ID: <87bnzexoj7.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <52D56F78.50304@mind.be> (Arnout Vandecappelle's message of "Tue, 14 Jan 2014 18:10:16 +0100")
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
> On 02/01/14 18:59, Bernd Kuhls wrote:
>>
>> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
>> ---
>> arch/Config.in.x86 | 4 ++++
>> package/ffmpeg/ffmpeg.mk | 14 +++++++++++++-
>> 2 files changed, 17 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
>> index ce30605..15d5c16 100644
>> --- a/arch/Config.in.x86
>> +++ b/arch/Config.in.x86
>> @@ -9,6 +9,10 @@ config BR2_X86_CPU_HAS_SSE3
>> bool
>> config BR2_X86_CPU_HAS_SSSE3
>> bool
>> +config BR2_X86_CPU_HAS_SSE4
>> + bool
>> +config BR2_X86_CPU_HAS_SSE42
>> + bool
> Since nobody selects these symbols, this patch just adds dead code,
> right?
Yes, for now it does. I was expecting to see a followup patch adding new
CPUs. I have sse4 on my laptop atleast:
egrep 'name|sse4' /proc/cpuinfo|head -n 2
model name : Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2014-01-14 21:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1388685585-23467-1-git-send-email-berndkuhls@hotmail.com>
2014-01-02 17:59 ` [Buildroot] [PATCH v3 2/2] ffmpeg: Add sse4 related options BR2_X86_CPU_HAS_SSE4 / BR2_X86_CPU_HAS_SSE4 Bernd Kuhls
2014-01-13 21:29 ` Peter Korsgaard
2014-01-14 17:10 ` Arnout Vandecappelle
2014-01-14 21:02 ` Samuel Martin
2014-01-14 21:05 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bnzexoj7.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.