macro_rules! save_registers_avx {
    () => { ... };
}
Expand description

An assembly block for saving AVX registers by pushing them onto the stack.