Add SIMD support for Windows when compiled by Visual C++.#927
Add SIMD support for Windows when compiled by Visual C++.#927samyron wants to merge 1 commit intoruby:masterfrom
Conversation
|
So similar to the macOS specific code the other day, I'm a bit on the fence here because it's extra complexity for an environment that is rarely used. And worse than for macOS, it's an environment that I don't have any way to debug other than pushing on CI. |
That's fair. Admittedly, I wouldn't want to sign up to maintain code that I wasn't able to run / debug locally either. I'm happy to close this. If there is either really strong demand for this at some point or the situation changes, I'd be happy to re-open it. |
|
Sounds good. |
I finally figured out how to build Ruby on Windows. This allowed me to get the SSE2/SIMD code to compile using Visual C++.
The benchmarks were run on a laptop with a
Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (2.59 GHz)running Windows 11 Pro.Generator
Parser