- 03 Jun, 2014 4 commits
-
-
Janne Grunau authored
Not supported by Clang's integrated assembler. Since it just adds debug information it can safely omitted.
-
Janne Grunau authored
Both gnu as and clang treat lines starting with '#' as comments if they aren't consumed by the C-style preprocessor. Using '//' does not work with clang since comments are removed before macro expansion.
-
Janne Grunau authored
Clang's integrated assembler does not support it.
-
Janne Grunau authored
-
- 29 May, 2014 1 commit
-
-
Martin Storsjö authored
This fixes building in PIC mode with gas. The examples in the gas manual showed using a # here even though gas itself actually didn't support that syntax (and the gas test suite only tests it without the extra hash sign). CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Apr, 2014 1 commit
-
-
Janne Grunau authored
-
- 18 Mar, 2014 1 commit
-
-
Janne Grunau authored
Ported from arm NEON and added vector_dmul_scalar. Functions between 1.5 and 5 times faster than the C implementations using Apple's clang-503.0.19 on A7.
-
- 20 Feb, 2014 1 commit
-
-
Janne Grunau authored
Based on e3fec3f0 for arm.
-
- 15 Jan, 2014 2 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
NEON and VFP are currently mandatory for all ARMv8 profiles. Both are handled as extensions as far as cpuflags are concerned. This is consistent with handling x86_64 which always has SSE2, but still handles it as an extension.
-
- 14 Jan, 2014 1 commit
-
-
Janne Grunau authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-