As per title, do these benchmarks use SSE or AVX instructions in them?
Announcement
Collapse
No announcement yet.
Physics, Floating point and Integer benchmarks use SSE?
Collapse
X
-
The Floating point and Integer test do not use SSE or AVX.
The Physics test is a big code module.written in C++. As such it isn't trivial to know all the machine code instruction generated by the compiler. So it is possible there is a little bit of SSE in it.
Of course the "Extended Instruction (SSE)" test is nearly entirely SSE and AVX code.
Comment