Skip to content

Commit 0077749

Browse files
wallashssmgoin
andcommitted
Update csrc/cpu/cpu_types_arm.hpp
Update docs/source/getting_started/arm-installation.md Co-authored-by: Michael Goin <[email protected]> Signed-off-by: Wallas Santos <[email protected]>
1 parent dd78661 commit 0077749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csrc/cpu/cpu_types_arm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct FP16Vec16 : public Vec<FP16Vec16> {
9999
// vgetq_lane_f16(temp, i);
100100
// }
101101
//
102-
// For mac os build (Clang), the arm/neon intrinsics function
102+
// For macOS build (Clang), the arm/neon intrinsics function
103103
// `vgetq_lane_f16` needs the parameter `i` to be constant at compile
104104
// time.
105105

docs/source/getting_started/arm-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Contents:
2020
## Requirements
2121

2222
- **Operating System**: Linux or macOS
23-
- **Compilers**: `gcc/g++ >= 12.3.0` (optional, but recommended) or `Apple Clang >= 15.0.0` for macOs
23+
- **Compilers**: `gcc/g++ >= 12.3.0` (optional, but recommended) or `Apple Clang >= 15.0.0` for macOS
2424
- **Instruction Set Architecture (ISA)**: NEON support is required
2525

2626
(arm-backend-quick-start-dockerfile)=

0 commit comments

Comments
 (0)