Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#6737 closed patch (fixed)
CPU auto-detection broken in the configure script
Reported by: | Owned by: | Janne Grunau | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
CPU auto-detection is still broken after [20893]
The attached patch fixes this and also adds support for AMD Athlon MP and Intel Core i7 processors.
Additionally, the processor detection error message is displayed if there is no match for the $processor
string.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | CPU_auto-detection.patch added |
---|
comment:1 follow-up: 3 Changed 12 years ago by
Owner: | changed from Isaac Richards to Janne Grunau |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by
Replying to janne:
I'll add the processor types and the error message if nothing can be found
The if condition for the $processor based optimization is correct and works as intended. Please explain why you think it is broken.
Sorry, I didn't correctly understand the --enable-proc-opt
option
Note: See
TracTickets for help on using
tickets.
I'll add the processor types and the error message if nothing can be found
The if condition for the $processor based optimization is correct and works as intended. Please explain why you think it is broken.