The previous replacement actually didn't work, which lead to
VFP not being enabled by the libav configure script.
---
 gas-preprocessor.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 3bc60ab..4c7d31c 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -990,7 +990,7 @@ sub handle_serialized_line {
 
         $line =~ s/fmxr/vmsr/;
         $line =~ s/fmrx/vmrs/;
-        $line =~ s/fadds/vadd/;
+        $line =~ s/fadds/vadd.f32/;
     }
 
     # catch unknown section names that aren't mach-o style (with a comma)
-- 
1.8.5.2 (Apple Git-48)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to