File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -480,13 +480,13 @@ the LLVM toolchain enables native compilation of the Fortran sources of LAPACK a
480
480
481
481
4 . Navigate to the OpenBLAS source code directory and start building OpenBLAS
482
482
by invoking Ninja:
483
-
483
+
484
484
```cmd
485
485
cd OpenBLAS
486
486
mkdir build
487
487
cd build
488
-
489
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DTARGET=ARMV8 -DBINARY=64 -DCMAKE_C_COMPILER=clang-cl -DCMAKE_C_COMPILER =arm64 -pc-windows-msvc -DCMAKE_ASM_COMPILER =arm64 -pc-windows-msvc -DCMAKE_Fortran_COMPILER=flang-new
488
+
489
+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DTARGET=ARMV8 -DBINARY=64 -DCMAKE_C_COMPILER=clang-cl -DCMAKE_C_COMPILER_TARGET =arm64 -pc-windows-msvc -DCMAKE_ASM_COMPILER_TARGET =arm64 -pc-windows-msvc -DCMAKE_Fortran_COMPILER=flang-new
490
490
491
491
ninja -j16
492
492
```
You can’t perform that action at this time.
0 commit comments