Page 1 of 1

SIMD instructions used by NoesisGUI

Posted: 01 Mar 2019, 05:28
by nikobarli
Hi,

What kind of SIMD instructions are currently used by NoesisGUI on Intel Platform ?
# We need to understand the minimal processor type requirements to use NoesisGUI.

Re: SIMD instructions used by NoesisGUI

Posted: 01 Mar 2019, 13:10
by jsantos
Our libraries are compiled with SSE2 by default on Intel platforms. But you can disable that option and build a version of the library without that instruction set. Our code is organized to be very friendly with auto vectorization to avoid having to use explicit SIMD code.

Re: SIMD instructions used by NoesisGUI

Posted: 02 Mar 2019, 02:52
by nikobarli
Ok thanks. Our software is currently requiring SSE2 capable CPUs so NoesisGUI just perfectly matched that.

Re: SIMD instructions used by NoesisGUI

Posted: 02 Mar 2019, 13:34
by jsantos
Good! Marking this as solved.