Skip to content

Commit 77fc57b

Browse files
Merge pull request #1605 from jasonrandrews/review2
Update C++ compilers and flags for new format
2 parents d2209ac + 5cbc968 commit 77fc57b

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_index.md renamed to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: Learn Basic C++ Optimisation Techniques using the G++ Compiler
3+
draft: true
4+
cascade:
5+
draft: true
36

47
minutes_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
1922
skilllevels: Introductory
@@ -26,6 +29,12 @@ tools_software_languages:
2629
operatingsystems:
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
# ================================================================================

content/learning-paths/servers-and-cloud-computing/c++_compilers_and_flags/_next-steps.md renamed to content/learning-paths/servers-and-cloud-computing/cplusplus_compilers_flags/_next-steps.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
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
# ================================================================================

0 commit comments

Comments
 (0)