dthuerck/mapmap_cpu

SSE 4.2 implementation of v_masked_store() contains AVX code

Closed this issue · 1 comments

Hi Daniel,

recently an issue was opened in nmoehrle/mvs-texturing/issues/100 where a compile error was reported in mapmap. It turned out that mapmap's SSE 4.2 implementation of v_masked_store() includes a call to _mm_maskstore_ps() which is an AVX instruction.

Regards,
Andre

Kudos to @magcks for his PR!