vhirtham / GDL

Game Development Library
2 stars 0 forks source link

SSE/AVX clean up #22

Closed vhirtham closed 6 years ago

vhirtham commented 6 years ago

SSE should always work! AVX is enabled automatically if it is available. To check availability have a look at this list of defines

To check if the defines work as expected even though the own computer does not support them (-march=native), one can add the following compile flags: -mavx2 -mavx512f

vhirtham commented 6 years ago

commit dd6af47385ba30f2f9fbd5bb49ca3cba1928350d