File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/source/getting_started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ struct FP16Vec16 : public Vec<FP16Vec16> {
99
99
// vgetq_lane_f16(temp, i);
100
100
// }
101
101
//
102
- // For mac os build (Clang), the arm/neon intrinsics function
102
+ // For macOS build (Clang), the arm/neon intrinsics function
103
103
// `vgetq_lane_f16` needs the parameter `i` to be constant at compile
104
104
// time.
105
105
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Contents:
20
20
## Requirements
21
21
22
22
- ** 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
24
24
- ** Instruction Set Architecture (ISA)** : NEON support is required
25
25
26
26
(arm-backend-quick-start-dockerfile)=
You can’t perform that action at this time.
0 commit comments