shithub: libvpx

Download patch

ref: 89046321d35d4910f5398073a4aecfdd54f9026b
parent: f4b7004967c586fe0dbef5de09f08a2c800ce7b5
parent: dd8ccda37a5780f9cc31e99d34adcfeb4951d88f
author: Johann Koenig <johannkoenig@google.com>
date: Tue Jan 22 17:31:13 EST 2019

Merge "ads2gas: remove DO1STROUNDING"

--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -32,7 +32,6 @@
 
 print "@ This file was created from a .asm file\n";
 print "@  using the ads2gas.pl script.\n";
-print "\t.equ DO1STROUNDING, 0\n";
 print "\t.syntax unified\n";
 if ($thumb) {
     print "\t.thumb\n";
--- a/build/make/ads2gas_apple.pl
+++ b/build/make/ads2gas_apple.pl
@@ -22,7 +22,6 @@
 print "@  using the ads2gas_apple.pl script.\n\n";
 print "\t.set WIDE_REFERENCE, 0\n";
 print "\t.set ARCHITECTURE, 5\n";
-print "\t.set DO1STROUNDING, 0\n";
 print "\t.syntax unified\n";
 
 my %register_aliases;