Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58435 Details for
Bug 86859
media-libs/libvisual-0.2.0 Assembler message: {standard input}:288: Error: suffix or operands invalid for `movd', fails due to -funroll-loops
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix assembler issues
0.2.0-asm.patch (text/plain), 502 bytes, created by
Nickolay Kolchin-Semyonov
on 2005-05-08 22:44:27 UTC
(
hide
)
Description:
patch to fix assembler issues
Filename:
MIME Type:
Creator:
Nickolay Kolchin-Semyonov
Created:
2005-05-08 22:44:27 UTC
Size:
502 bytes
patch
obsolete
>--- libvisual-0.2.0/libvisual/lv_video_mmx.c 2005-01-11 22:06:42.000000000 +0300 >+++ libvisual-new/libvisual/lv_video_mmx.c 2005-05-09 09:44:16.553237936 +0400 >@@ -235,8 +235,8 @@ > : [output] "=m"(*dest_pixel) > : [pixel_u] "m"(src_pixel_rowu[u>>16]) > , [pixel_l] "m"(src_pixel_rowl[u>>16]) >- , [fracu] "g"(fracU) >- , [fracv] "g"(fracV) >+ , [fracu] "m"(fracU) >+ , [fracv] "m"(fracV) > : "mm0", "mm1", "mm2", "mm3", "mm4", "mm5", "mm6", "mm7"); > > ++dest_pixel;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 86859
: 58435 |
58436