Comment # 17
on bug 83436
from smoki
OK i found -mtune=generic is culprit for performance :). Played a little with -mtune to found what is minimum this code wants to work fast: -mtune=i586 = slow -mtune=pentium = slow -mtune=pentium-mmx = slow -mtune=pentium-pro = fast -mtune=i686 = fast -mtune=pentium3 = fast -mtune=pentium-pro = fast etc... So -mtune=generic seems to set lower cpu target than this code needed to perform fast.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel