Commit 1169e28
Enable xsimd with only emulated arch.
So do not define XSIMD_NO_SUPPORTED_ARCHITECTURE if XSIMD_WITH_EMULATED
is given. This allows to use an emulated mode if no physical arch is
given.
My personal use case is to generate scalar code on Windows ARM64 from a
single implementation.
Fixes #11221 parent 5c40489 commit 1169e28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments