Skip to content
  • Loren Merritt's avatar
    asm cosmetics: INIT_MMX/XMM/YMM now support a cpuflags argument · f85be1cd
    Loren Merritt authored
    Reduces the number of macro args that need to be passed around.
    Allows multiple implementations of a given macro (e.g. PALIGNR) to check
    cpuflags at the location where the macro is defined, instead of having
    to select implementations by %define at toplevel.
    Remove INIT_AVX, as it's replaced by "INIT_XMM avx".
    
    This commit does not change the stripped executable.
    f85be1cd