git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
Add a compat stdatomic.h implementation based on windows atomics
17 juillet 2016, par Anton Khirnov -
Add a compat stdatomic.h implementation based on GCC atomics
17 juillet 2016, par Anton Khirnov -
configure : check for stdatomic.h
17 juillet 2016, par Anton Khirnov -
checkasm : arm : Ignore changes to bits 0-4 and 7 of FPSCR
17 juillet 2016, par Martin Storsjöcheckasm: arm: Ignore changes to bits 0-4 and 7 of FPSCR These bits are set by exceptions in NEON instructions. Also print the differing bits when FPSCR is clobbered, and use bic instead of lsl, for clearing the topmost bits. Signed-off-by: Martin Storsjö <martin@martin.st>
-
cheackasm/arm : remove NEON instructions from checkasm_checked_call_vfp
17 juillet 2016, par Janne Grunau