Skip to content

Commit 986ba29

Browse files
authored
Merge pull request #5637 from gula00/fix-typo
docs: fix minor spelling typos
2 parents 08381cd + 37f7a2e commit 986ba29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ e.g.:
251251

252252
### Support for multiple targets in a single library
253253

254-
OpenBLAS can be built for multiple targets with runtime detection of the target cpu by specifiying `DYNAMIC_ARCH=1` in Makefile.rule, on the gmake command line or as `-DDYNAMIC_ARCH=TRUE` in cmake.
254+
OpenBLAS can be built for multiple targets with runtime detection of the target cpu by specifying `DYNAMIC_ARCH=1` in Makefile.rule, on the gmake command line or as `-DDYNAMIC_ARCH=TRUE` in cmake.
255255

256256
For **x86_64**, the list of targets this activates contains Prescott, Core2, Nehalem, Barcelona, Sandybridge, Bulldozer, Piledriver, Steamroller, Excavator, Haswell, Zen, SkylakeX, Cooper Lake, Sapphire Rapids. For cpu generations not included in this list, the corresponding older model is used. If you also specify `DYNAMIC_OLDER=1`, specific support for Penryn, Dunnington, Opteron, Opteron/SSE3, Bobcat, Atom and Nano is added. Finally there is an option `DYNAMIC_LIST` that allows to specify an individual list of targets to include instead of the default.
257257

docs/runtime_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ OpenBLAS checks the following environment variables on startup:
3030
cache where it is not reported correctly (in virtual environments)
3131

3232

33-
Deprecated variables still recognized for compatibilty:
33+
Deprecated variables still recognized for compatibility:
3434

3535
* `GOTO_NUM_THREADS`: equivalent to `OPENBLAS_NUM_THREADS`
3636
* `GOTOBLAS_MAIN_FREE`: equivalent to `OPENBLAS_MAIN_FREE`

0 commit comments

Comments
 (0)