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

(-)a/fft.c (-1 / +1 lines)
Lines 105-111 Link Here
105
      } else {
105
      } else {
106
        canjump = 1;
106
        canjump = 1;
107
107
108
        asm volatile ("mtspr 256, %0\n\t"
108
        __asm__ volatile ("mtspr 256, %0\n\t"
109
                      "vand %%v0, %%v0, %%v0"
109
                      "vand %%v0, %%v0, %%v0"
110
                      :
110
                      :
111
                      : "r" (-1));
111
                      : "r" (-1));

Return to bug 141789