Skip to content

Commit

Permalink
Merge pull request #1211 from Arnaud-de-Grandmaison-ARM/loop-reflowing
Browse files Browse the repository at this point in the history
[LP] loop-reflowing: make the system requirement a bit more general.
  • Loading branch information
jasonrandrews authored Sep 3, 2024
2 parents 326ebd2 + d5db17f commit e34a5f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: learningpathall

## Before you begin

You should have an Arm Linux system with gcc installed. Refer to the [GNU compiler](/install-guides/gcc/native/) install guide for instructions. The examples use gcc as the compiler but you can also use Clang.
You should have an Arm system with either the gcc or Clang compiler installed. The examples use gcc as the compiler but you can also use Clang. Refer to the [GNU compiler](/install-guides/gcc/native/) install guide for instructions.

## Introduction to autovectorization

Expand Down

0 comments on commit e34a5f3

Please sign in to comment.