Skip to content

Modifying the complexf structure. This task is necessary to enable SIMD instructions.

Luis Felipe Ariza Vesga requested to merge develop-large-scale-emulations into develop

I modified the complexf structure. This one is necessary to enable optimizations using SIMD instructions in order to improve 2-fold the speed. Intead of doubles we are going to use floats.

Merge request reports