Skip to content

Conversation

@thomcc
Copy link

@thomcc thomcc commented Aug 5, 2024

This resolves the implementation to use once, storing it in an AtomicPtr. This avoids multiple calls to std::is_blah_feature_detected!, and avoids all unnecessary branching (because the AtomicPtr starts out initialized to the function that resolves and updates the AtomicPtr itself). This is similar to how the GCC ifunc feature works in C, but done manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant