### Describe the enhancement requested Similar to how we check ZMM saving is OS enabled before detecting AVX512, we must check YMM saving is enabled before enabling AVX/AVX2. https://github.com/apache/arrow/blob/60800272abec99f12ce7c1fc0a16a539e1a03b2d/cpp/src/arrow/util/cpu_info.cc#L208 Sources: - https://stackoverflow.com/a/34071400 - https://github.com/google/cpu_features/blob/545431d64a43f683d75e51c36df19f90afe82752/src/impl_x86__base_implementation.inl#L403-L426 ### Component(s) C++