dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

SSE 4.2 implementation of v_masked_store() contains AVX code #7

Closed andre-schulz closed 6 years ago

andre-schulz commented 6 years ago

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

dthuerck commented 6 years ago

Kudos to @magcks for his PR!