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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- netpbm-10.41.0/lib/libpbm3.c
0
++ netpbm-10.41.0/lib/libpbm3.c
Lines 104-110 Link Here
104
            ) ];
104
            ) ];
105
    */
105
    */
106
106
107
    typedef int v8qi __attribute__ ((mode(V8QI)));
107
    typedef char v8qi __attribute__ ((vector_size(8)));
108
    typedef int di __attribute__ ((mode(DI)));
108
    typedef int di __attribute__ ((mode(DI)));
109
109
110
    di const zero64 = 0;        /* to clear with PXOR */
110
    di const zero64 = 0;        /* to clear with PXOR */

Return to bug 211296