Is there any way to determine whether the Accelerate.framework is available at runtime from straight C or C++ files?
The examples I've found for conditional coding all seem to require Objective-C introspection (e.g., respondsToSelector
) and/or Objective-C apis (e.g., UIDevice's systemVersion
member)