The problem is I can't follow installation instructions on Windws.
I follow this page: http://sleef.org/compile.xhtml
I have Visula Sudio 2017 with CMAKE module installed.
Yet cmake isn't available on.
Moreover, I don't get why there are 3 sections.
What's the different between the Quick Start and Compiling on Windows?
Which should I follow?
On another note, when I call Sleef operation on __m256 does it neceseraly use AVX?
Namely what's the connection, in Sleef world between the data type to the ISA used.
What I want is if I call Sleff on __m128 it will use SSE4 and if I call it on __m256 it will use AVX2.
Thank You.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I want to try Sleef on my project.
The problem is I can't follow installation instructions on Windws.
I follow this page:
http://sleef.org/compile.xhtml
I have Visula Sudio 2017 with CMAKE module installed.
Yet cmake isn't available on.
Moreover, I don't get why there are 3 sections.
What's the different between the Quick Start and Compiling on Windows?
Which should I follow?
On another note, when I call Sleef operation on
__m256
does it neceseraly use AVX?Namely what's the connection, in Sleef world between the data type to the ISA used.
What I want is if I call Sleff on
__m128
it will use SSE4 and if I call it on__m256
it will use AVX2.Thank You.