On 10/05/2012 05:57 PM, Sriraman Tallam wrote:
In general, the dispatcher is always necessary since it is not known
what function version will be called at compile time. This is true
whether it is a direct or an indirect call.

So you want to compile with lowest common denominator flags and then choose a faster version at runtime based on the running configuration? I see.

Jason

Reply via email to