You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**ARMV9SME**: any ARMV9 cpu with SVE and SME extensions
192
197
193
198
#### PPC/PPC64
194
199
@@ -249,6 +254,12 @@ e.g.:
249
254
```
250
255
The old-style TARGET=LOONGSON3R5 is still supported
251
256
257
+
#### WASM
258
+
Not a cpu target in the strict sense, but portable WebAssembly for browser-based applications and the like. See emscripten.org for the compiler and related information
259
+
260
+
-**WASM128_GENERIC**: Optimized SGEMM,DGEMM, DAXPY, SSUM/DSUM, SDOT/DDOT and SROT/DROT
261
+
262
+
252
263
### Support for multiple targets in a single library
253
264
254
265
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.
0 commit comments