- 06 Feb, 2018 1 commit
-
-
Diego Biurrun authored
-
- 18 Oct, 2017 1 commit
-
-
Martin Storsjö authored
The extra space got included as part of the expansion of ELF, which later interfered with gas-preprocessor which earlier only stripped out leftover lines starting with '#' if the line started with that char. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Oct, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 28 Sep, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 22 Aug, 2017 1 commit
-
-
Martin Storsjö authored
On windows, the offset for the relocation doesn't get stored in the relocation itself, but as an unsigned immediate in the opcode. Therefore, negative offsets has to be handled via a separate sub instruction, just as on MachO. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 11 Mar, 2017 1 commit
-
-
Martin Storsjö authored
This fixes building with clang for linux with PIC enabled. This is cherrypicked from libav commit 8847eeaa. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Feb, 2017 1 commit
-
-
Martin Storsjö authored
This fixes building with clang for linux with PIC enabled. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Nov, 2016 1 commit
-
-
Martin Storsjö authored
With apple tools, the linker fails with errors like these, if the offset is negative: ld: in section __TEXT,__text reloc 8: symbol index out of range for architecture arm64 This is cherry-picked from libav commit c44a8a3e. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 10 Nov, 2016 1 commit
-
-
Martin Storsjö authored
With apple tools, the linker fails with errors like these, if the offset is negative: ld: in section __TEXT,__text reloc 8: symbol index out of range for architecture arm64 Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Jan, 2016 1 commit
-
-
Timothy Gu authored
-
- 14 Dec, 2015 1 commit
-
-
Janne Grunau authored
The ISB (instruction synchronization barrier) might be too heavy for START/STOPTIMER use but should be more accurate in checkasm where the timing overhead is subtracted.
-
- 09 Dec, 2014 1 commit
-
-
Martin Storsjö authored
This reverts commit c00365b4 in addition to using a different section. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Aug, 2014 1 commit
-
-
Janne Grunau authored
-
- 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>
-