Skip to content

Commit 8b06273

Browse files
Add detailed description for function multiversioning learning path
1 parent 541819d commit 8b06273

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • content/learning-paths/cross-platform/function-multiversioning

content/learning-paths/cross-platform/function-multiversioning/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ minutes_to_complete: 60
55

66
who_is_this_for: This is an advanced topic for developers interested in optimizing their C/C++ applications across Arm64 targets.
77

8+
description: Learn how to optimize C/C++ applications using function multiversioning on Arm64 targets with GCC or LLVM, enabling automatic runtime selection of hardware-optimized function versions.
9+
810
learning_objectives:
911
- Use hardware features to tune your applications at function level.
1012
- Create multiple versions of C/C++ functions for the targets that you intend to run applications on.

0 commit comments

Comments
 (0)