Debug Build fails because of https://github.com/seb711/miniosv/blob/8887dfdb155a6cea6606da8ba531ca8ae7f2947f/runtime.cc#L457
Wanting to execute AVX instructions without the AVX module being enabled at that point in time.
Maybe it makes sense to move AVX enable to premain.
Debug Build fails because of https://github.com/seb711/miniosv/blob/8887dfdb155a6cea6606da8ba531ca8ae7f2947f/runtime.cc#L457
Wanting to execute AVX instructions without the AVX module being enabled at that point in time.
Maybe it makes sense to move AVX enable to premain.