Comment # 37
on bug 92214
from Jose Fonseca
(In reply to Roland Scheidegger from comment #36) > I don't think llvm's behavior makes sense. We got the cpu name from llvm, > that we have to manually list cpu features which it CAN'T use when just > using that name then is imho crazy. I've updated the llvm bug accordingly. The fact is that the cpu name is ambigous, so whether LLVM takes the "usually" support features, vs the "minimally" supported features is really a matter of convention. We should set negative flags where appropriate. My concern is whether passing "-sse4_1" to a non-Intel CPU will cause problems. A quick check with altivec shows that's the case: '-altivec' is not a recognized feature for this target (ignoring feature) I'll attach a patch that should fix this.
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