Add some comments.

This commit is contained in:
David Reid
2020-02-15 07:37:00 +10:00
parent 4987ecc360
commit 7e5863b37b
+2
View File
@@ -4899,6 +4899,7 @@ IMPLEMENTATION
#endif
#endif
/* Begin globally disabled warnings. */
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4752) /* found Intel(R) Advanced Vector Extensions; consider using /arch:AVX */
@@ -37908,6 +37909,7 @@ ma_uint64 ma_sine_wave_read_pcm_frames(ma_sine_wave* pSineWave, void* pFramesOut
return frameCount;
}
/* End globally disabled warnings. */
#if defined(_MSC_VER)
#pragma warning(pop)
#endif