#83784 added initial support for thread suspend/restore of AVX512 state for Linux and did most of the work for MacOS.
However, MacOS ended up being disabled due to additional complexities in how AVX-512 support works on such systems.
We should do some minimal additional investigation to determine if AVX-512 support can in fact be enabled for OSX. The believed most likely scenario is that our hardware exception handler may be observing the fault and surfacing it regardless.
#83784 added initial support for thread suspend/restore of AVX512 state for Linux and did most of the work for MacOS.
However, MacOS ended up being disabled due to additional complexities in how AVX-512 support works on such systems.
We should do some minimal additional investigation to determine if AVX-512 support can in fact be enabled for OSX. The believed most likely scenario is that our hardware exception handler may be observing the fault and surfacing it regardless.