Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151394
Collapse All | Expand All

(-)gcc-orig/tree-vectorizer.c (-1 / +1 lines)
Lines 1536-1542 vect_can_force_dr_alignment_p (tree decl Link Here
1536
       PREFERRED_STACK_BOUNDARY is honored by all translation units.
1536
       PREFERRED_STACK_BOUNDARY is honored by all translation units.
1537
       However, until someone implements forced stack alignment, SSE
1537
       However, until someone implements forced stack alignment, SSE
1538
       isn't really usable without this.  */  
1538
       isn't really usable without this.  */  
1539
    return (alignment <= PREFERRED_STACK_BOUNDARY); 
1539
    return (alignment <= STACK_BOUNDARY); 
1540
}
1540
}
1541
1541
1542
1542

Return to bug 151394