Osiris: How to make "further-optimizations"?

Created on 8 Mar 2020  路  2Comments  路  Source: danielkrupinski/Osiris

https://github.com/danielkrupinski/Osiris#further-optimizations I compiled w/o any problems but how to make that step and how can it help me?

Most helpful comment

(menu bar) > Project > Properties > Configuration Properties > Linker > Code Generation > Enable Enchanced Instruction Set > Advanced Vector Extensions 2

screen shot: https://i.imgur.com/wfMoiLp.png

All 2 comments

(menu bar) > Project > Properties > Configuration Properties > Linker > Code Generation > Enable Enchanced Instruction Set > Advanced Vector Extensions 2

screen shot: https://i.imgur.com/wfMoiLp.png

It enables compiler to generate more performant code when dealing with floating-point numbers and matrices (mainly ESP code is affected).

Was this page helpful?
0 / 5 - 0 ratings