• Jaroslava Fiedlerova's avatar
    Merge remote-tracking branch 'origin/remove-most-of-m64-type-usage' into... · f3e5ab10
    Jaroslava Fiedlerova authored
    Merge remote-tracking branch 'origin/remove-most-of-m64-type-usage' into integration_2025_w04 (!3209)
    
    Remove most of m64 type usage
    
    MMX instructions were first SIMD version, the registers management is complex
    (_mm_empty()) so, it is better to remove it now and use more recent instructions
    
    anyway, gcc/clang should replace it automatically as long as we enable sse2,
    that should always be the case but for code understanding and for ARM porting
    for example, it is better to explicitly remove it
    f3e5ab10
nr_init.c 21.2 KB