[x265] [PATCH] x86inc: alignment all of const to 32-bytes

Min Chen chenm003 at 163.com
Wed Apr 1 10:47:14 CEST 2015


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1427878027 -28800
# Node ID 7e178063fde76c24387663f4708b3f818f611b16
# Parent  ac85c775620f1dcb0df056874633cbf916098bd2
x86inc: alignment all of const to 32-bytes
---
 source/common/x86/x86inc.asm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff -r ac85c775620f -r 7e178063fde7 source/common/x86/x86inc.asm
--- a/source/common/x86/x86inc.asm	Tue Mar 31 20:04:28 2015 -0500
+++ b/source/common/x86/x86inc.asm	Wed Apr 01 16:47:07 2015 +0800
@@ -72,7 +72,7 @@
     %define mangle(x) x
 %endif
 
-%macro SECTION_RODATA 0-1 16
+%macro SECTION_RODATA 0-1 32
     SECTION .rodata align=%1
 %endmacro
 
@@ -715,6 +715,7 @@
     %else
         global %1
     %endif
+    ALIGN 32
     %1: %2
 %endmacro
 



More information about the x265-devel mailing list