Fix compile error for i686-pc-windows-msvc target#123
Conversation
|
This is extremely confusing because the |
|
Look at the CI... I guess there are i686 targets with the avx-512 flags such that we need to fix up all imports in the avx512 module. |
|
Looks like |
|
Yeah... fixing all the doctests is gonna take a while lol |
|
Turns out doctests have access to the outer scope? So there's no need to explicitly specify |
|
Huh maybe that's new because I remember my doc tests having all sorts of imports when I used to write them a lot. |
|
Looks like that isn't the case after all. The |
4d31875 to
4af05bb
Compare
|
I just realized that requiring the user to specify |
|
It lets you write, for example, "SSE code" that's portable across both x86 and x86_64 SSE. It's handy enough, even though it's not perfect. |
|
Released in 0.9.3 |
This should (hopefully) fix the sporadic compile failure on CI.
+a lot of trailing whitespace removal done by my editor.