| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
f4facd2ce7 |
x86: Add a Yasm-based emms() replacement
This provides a fallback when building with Yasm enabled, but neither inline assembly, nor the _mm_empty intrinsic are available or enabled. Signed-off-by: Diego Biurrun <diego@biurrun.de> |
12 years ago |
|
|
1f6d86991f |
x86: Add YASM implementations of cpuid and xgetbv from x264
This allows detecting CPU features with builds that have neither gcc inline assembly nor the right compiler intrinsics enabled. |
13 years ago |
|
|
d5a7229ba4 |
Add a float DSP framework to libavutil
Move vector_fmul() from DSPContext to AVFloatDSPContext. |
13 years ago |
|
|
baaab6069a | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | 13 years ago |