You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use @static if for compile-time availability checks
Changed the availability check functions to use @static if for compile-time
determination, matching the pattern used in AppleAccelerate:
- Uses @static if to check @isdefined at compile time
- Returns is_available() result statically when JLL is defined
- Returns false statically when JLL is not defined
This makes the checks more efficient as they're resolved at compile time
rather than runtime.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments