[Bug 295268] x11/pixman: MMX Support unavailable, but required
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295268 --- Comment #2 from Dan Kotowski <[email protected]> --- Looking through other bugs I found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130396 ++#if defined(CPU_GENERIC) || \ ++ defined(CPU_PENTIUM2) || \ ++ defined(CPU_ATHLON) || \ ++ defined(CPU_PENTIUM3) || \ ++ defined(CPU_ATHLON_XP) || \ ++ defined(CPU_PENTIUM4) || \ ++ defined(CPU_PENTIUM_M) || \ ++ defined(CPU_CORE) || \ ++ defined(CPU_OPTERON) + #define HAS_CMOV + #define HAS_MMX Perhaps something like that would work here? -- You are receiving this mail because: You are the assignee for the bug.