diff --git a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/1.md b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/1.md similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/1.md rename to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/1.md diff --git a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/2.md b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/2.md similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/2.md rename to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/2.md diff --git a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/3.md b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/3.md similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/3.md rename to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/3.md diff --git a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/4.md b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/4.md similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/4.md rename to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/4.md diff --git a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_index.md b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_index.md similarity index 77% rename from content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_index.md rename to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_index.md index c77039ddeb..e8f2e2ac0b 100644 --- a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_index.md @@ -1,5 +1,8 @@ --- title: Learn Basic C++ Optimisation Techniques using the G++ Compiler +draft: true +cascade: + draft: true minutes_to_complete: 60 @@ -13,7 +16,7 @@ prerequisites: - Basic understanding of C++ - Basic understanding of compilers -author_primary: Kieran Hejmadi +author: Kieran Hejmadi ### Tags skilllevels: Introductory @@ -26,6 +29,12 @@ tools_software_languages: operatingsystems: - Linux +further_reading: + - resource: + title: Runtime Detection of CPU features + link: https://community.arm.com/arm-community-blogs/b/operating-systems-blog/posts/runtime-detection-of-cpu-features-on-an-armv8-a-cpu + type: blog + ### FIXED, DO NOT MODIFY # ================================================================================ diff --git a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_next-steps.md b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_next-steps.md similarity index 53% rename from content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_next-steps.md rename to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_next-steps.md index 5225fb5038..921f569dd7 100644 --- a/content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_next-steps.md +++ b/content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_next-steps.md @@ -1,15 +1,4 @@ --- -next_step_guidance: Learn more advanced C++ optimisation techniques - -recommended_path: /learning-paths/cross-platform/loop-reflowing/ - -further_reading: - - resource: - title: Runtime Detection of CPU features - link: https://community.arm.com/arm-community-blogs/b/operating-systems-blog/posts/runtime-detection-of-cpu-features-on-an-armv8-a-cpu - type: blog - - # ================================================================================ # FIXED, DO NOT MODIFY # ================================================================================