From 37f7a2e00cb173d40be70c2b30c9bd9669ad64b3 Mon Sep 17 00:00:00 2001 From: Qingyu Li <2310301201@stu.pku.edu.cn> Date: Mon, 9 Feb 2026 08:25:31 +0800 Subject: [PATCH] docs: fix minor spelling typos --- README.md | 2 +- docs/runtime_variables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a4fc6a7f..96cbed319 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ e.g.: ### Support for multiple targets in a single library -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. +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. 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. diff --git a/docs/runtime_variables.md b/docs/runtime_variables.md index f1ffb791f..d1b6ac423 100644 --- a/docs/runtime_variables.md +++ b/docs/runtime_variables.md @@ -30,7 +30,7 @@ OpenBLAS checks the following environment variables on startup: cache where it is not reported correctly (in virtual environments) -Deprecated variables still recognized for compatibilty: +Deprecated variables still recognized for compatibility: * `GOTO_NUM_THREADS`: equivalent to `OPENBLAS_NUM_THREADS` * `GOTOBLAS_MAIN_FREE`: equivalent to `OPENBLAS_MAIN_FREE`