Module: gas-preprocessor
Branch: master
Commit: 57e5623e6922efbff7fefe56d2af1f27ed332f56

Author:    Martin Storsjo <mar...@martin.st>
Committer: Martin Storsjo <mar...@martin.st>
Date:      Tue Mar  6 10:57:17 2018 +0200

Document what versions were buggy and required GASPP_ARMASM64_INVERT_SCALE

---

 gas-preprocessor.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 3787756..9ff47a9 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -1041,7 +1041,7 @@ sub handle_serialized_line {
             if ($ENV{GASPP_ARMASM64_INVERT_SCALE}) {
                 # Instructions like fcvtzs and scvtf store the scale value
                 # inverted in the opcode (stored as 64 - scale), but armasm64
-                # in early versions stores it as-is. Thus convert from
+                # in VS < 15.5 stores it as-is. Thus convert from
                 # "fcvtzs w0, s0, #8" into "fcvtzs w0, s0, #56".
                 if ($line =~ 
/(?:fcvtzs|scvtf)\s+(\w+)\s*,\s*(\w+)\s*,\s*#(\d+)/) {
                     my $scale = $3;

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to