File tree Expand file tree Collapse file tree 6 files changed +10
-12
lines changed
content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags Expand file tree Collapse file tree 6 files changed +10
-12
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11---
22title : Learn Basic C++ Optimisation Techniques using the G++ Compiler
3+ draft : true
4+ cascade :
5+ draft : true
36
47minutes_to_complete : 60
58
@@ -13,7 +16,7 @@ prerequisites:
1316 - Basic understanding of C++
1417 - Basic understanding of compilers
1518
16- author_primary : Kieran Hejmadi
19+ author : Kieran Hejmadi
1720
1821# ## Tags
1922skilllevels : Introductory
@@ -26,6 +29,12 @@ tools_software_languages:
2629operatingsystems :
2730 - Linux
2831
32+ further_reading :
33+ - resource :
34+ title : Runtime Detection of CPU features
35+ link : https://community.arm.com/arm-community-blogs/b/operating-systems-blog/posts/runtime-detection-of-cpu-features-on-an-armv8-a-cpu
36+ type : blog
37+
2938
3039# ## FIXED, DO NOT MODIFY
3140# ================================================================================
Original file line number Diff line number Diff line change 11---
2- next_step_guidance : Learn more advanced C++ optimisation techniques
3-
4- recommended_path : /learning-paths/cross-platform/loop-reflowing/
5-
6- further_reading :
7- - resource :
8- title : Runtime Detection of CPU features
9- link : https://community.arm.com/arm-community-blogs/b/operating-systems-blog/posts/runtime-detection-of-cpu-features-on-an-armv8-a-cpu
10- type : blog
11-
12-
132# ================================================================================
143# FIXED, DO NOT MODIFY
154# ================================================================================
You can’t perform that action at this time.
0 commit comments