Matthieu Bouron
|
9eb3da2f99
asm: FF_-prefix internal macros used in inline assembly
|
8 years ago |
Clément Bœsch
|
8ef57a0d61
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
|
8 years ago |
Vittorio Giovara
|
41ed7ab45f
cosmetics: Fix spelling mistakes
|
8 years ago |
James Almer
|
be22bd32fe
x86/cpu: set avxslow cpuflag on btver2 CPUs
|
8 years ago |
Rodger Combs
|
1e477a970f
lavu: add AESNI CPU flag
|
9 years ago |
James Almer
|
f7cafb5d02
x86: add AV_CPU_FLAG_AVXSLOW flag
|
9 years ago |
James Almer
|
c312bfac4c
x86/cpu: add AV_CPU_FLAG_AVXSLOW flag
|
9 years ago |
lvqcl
|
e58fc44649
avutil/x86/cpu: fix cpuid sub-leaf selection
|
10 years ago |
James Almer
|
2d9821a208
x86/cpu: check for OS support before enabling AVX2
|
10 years ago |
Michael Niedermayer
|
bd8d73ea8b
Merge remote-tracking branch 'qatar/master'
|
10 years ago |
Michael Niedermayer
|
d9574069c1
Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3'
|
10 years ago |
James Almer
|
d59fcdaff3
x86: add detection for Bit Manipulation Instruction sets
|
10 years ago |
James Almer
|
1b932eb150
x86: add detection for FMA3 instruction set
|
10 years ago |
James Almer
|
0bc3de19ff
x86: add detection for Bit Manipulation Instruction sets
|
10 years ago |
James Almer
|
a2af8eddab
x86: add detection for FMA3 instruction set
|
10 years ago |
Michael Niedermayer
|
a665704402
Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'
|
11 years ago |
Kieran Kunhya
|
865b70bc5d
Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection
|
11 years ago |
Kieran Kunhya
|
4d6ee07255
libavutil: x86: Add AVX2 capable CPU detection.
|
11 years ago |
Michael Niedermayer
|
c83d794936
Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'
|
11 years ago |
Diego Biurrun
|
b78b10c4b7
avutil: Move internal CPU detection function declarations to private header
|
11 years ago |
Michael Niedermayer
|
42d3fea65f
Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'
|
12 years ago |
Diego Biurrun
|
490df522c7
x86: cpu: Drop unused HAVE_RWEFLAGS condition
|
12 years ago |
Michael Niedermayer
|
0ed023275f
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Michael Niedermayer
|
2a77d4f70b
Merge commit '65d12900432ac880d764edbbd36818431484a76e'
|
12 years ago |
Diego Biurrun
|
a7329e5fc2
x86: get_cpu_flags: add necessary ifdefs around function body
|
12 years ago |
Diego Biurrun
|
f6fbce761e
x86: Drop CPU detection intrinsics
|
12 years ago |
Diego Biurrun
|
1f6d86991f
x86: Add YASM implementations of cpuid and xgetbv from x264
|
12 years ago |
Diego Biurrun
|
54b243141e
x86: cpu: Break out test for cpuid capabilities into separate function
|
12 years ago |
Diego Biurrun
|
cc5e9e5ff0
x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection
|
12 years ago |
Michael Niedermayer
|
98298eb103
Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'
|
12 years ago |
Diego Biurrun
|
a886b279a0
x86: cosmetics: Comment some #endifs for better readability
|
12 years ago |
Michael Niedermayer
|
9f088a1ed4
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Mans Rullgard
|
c318626ce2
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
|
12 years ago |
Michael Niedermayer
|
e776ee8f29
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
239fdf1b4a
x86: build: replace mmx2 by mmxext
|
12 years ago |
Michael Niedermayer
|
b27c7d70d8
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Mans Rullgard
|
e346176de9
x86: cpu: clean up check for cpuid instruction support
|
12 years ago |
Ronald S. Bultje
|
358d854df8
x86/cpu: implement get/set_eflags using intrinsics
|
12 years ago |
Ronald S. Bultje
|
c0ee695bd7
x86/cpu: implement support for cpuid through intrinsics
|
12 years ago |
Ronald S. Bultje
|
3f150ffba3
x86/cpu: implement support for xgetbv through intrinsics
|
12 years ago |
Mans Rullgard
|
889c1ec4cc
x86: cpu: clean up check for cpuid instruction support
|
12 years ago |
Michael Niedermayer
|
3b0ad040b3
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Mans Rullgard
|
963cdf39b4
x86: cpu: whitespace (mostly) cosmetics
|
12 years ago |
Michael Niedermayer
|
1c60088885
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
65345a5a30
x86: Add CPU flag for the i686 cmov instruction
|
12 years ago |
Reimar Döffinger
|
b223035511
Detect and check for CMOV.
|
12 years ago |
Michael Niedermayer
|
25b9eef410
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Sean McGovern
|
be0675ce67
x86 cpuid: set vendor union members separately
|
13 years ago |
Michael Niedermayer
|
7c1aba4f01
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Jason Garrett-Glaser
|
96a59cf37b
x86: XOP/FMA4 CPU detection support
|
13 years ago |