On 2016-01-04 23:12:57 +0200, Martin Storsjö wrote: > > Hmm, that would indeed be nicer - not even being able to use some > sort of repeat for the register list now is annoying.
repeat would have been possible in altmacro mode but I'm not keen on spreading it further. > >>+#if HAVE_VFP || HAVE_NEON > > > >I guess this needs to be _EXTERNAL too or we would have to add a .fpu > >directive for the vfp variant > > Hmm, no? We already have .fpu neon or .fpu vfp (in > libavutil/arm/asm.S) if HAVE_NEON or HAVE_VFP are set - isn't that > enough? Yes, that is enough. I forgot asm.S does that. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
