Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Learn Basic C++ Optimisation Techniques using the G++ Compiler
draft: true
cascade:
draft: true

minutes_to_complete: 60

Expand All @@ -13,7 +16,7 @@ prerequisites:
- Basic understanding of C++
- Basic understanding of compilers

author_primary: Kieran Hejmadi
author: Kieran Hejmadi

### Tags
skilllevels: Introductory
Expand All @@ -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
# ================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -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
# ================================================================================
Expand Down