Re: [PATCH] cpu support for VIA and Transmeta processors
"Timothy B. Terriberry" <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
David Kuehling wrote: > That's why my code always checked for AMD-Style vector support and later > added results from the Intel-Style check. This strategy also works for > C7 (and hopefully for C3-2), see cpuid output of C7: Ah, but you didn't add them, you threw the old results away, which would not have worked correctly on some C3-2's. I've updated the test in svn r14834. See if that works for you. We don't actually use 3dnow! support for anything currently, but it's better to have the test correct than not.