Commit 0f62129
committed
win32: skip some CPU detection on Windows with MinGW like amd64 MSVC
The only known working implementation is for i686 MSVC.
- detection was already disabled and marked at not working with amd64 MSVC,
- detection was already disabled on amd64 MinGW because amd64 Windows was tested, not just amd64 MSVC,
- there is no MinGW implementation in the code,
- this disables detection on MinGW explicitely whatever the architecture.1 parent 7c7dadf commit 0f62129
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
386 | 394 | | |
387 | 395 | | |
388 | 396 | | |
389 | | - | |
| 397 | + | |
390 | 398 | | |
391 | 399 | | |
392 | 400 | | |
| |||
0 commit comments