Re: [Mingw-w64-public] timespec_get

2021-02-21 Thread Liu Hao
在 2021/2/22 上午9:21, Liu Hao 写道: > 在 2021/2/22 上午6:25, Dmitry Kozlyuk 写道: >> timespec_get() is missing from MinGW-w64 despite it appeared even in C11. >> Implementation seems to be a few lines already present in gettimeofday(). >> Is it an oversight or it's intentionally not implemented? >> >> > >

Re: [Mingw-w64-public] timespec_get

2021-02-21 Thread Liu Hao
在 2021/2/22 上午6:25, Dmitry Kozlyuk 写道: > timespec_get() is missing from MinGW-w64 despite it appeared even in C11. > Implementation seems to be a few lines already present in gettimeofday(). > Is it an oversight or it's intentionally not implemented? > > AFAICT `timespec_get(ts, TIME_UTC)` is eq

[Mingw-w64-public] timespec_get

2021-02-21 Thread Dmitry Kozlyuk
timespec_get() is missing from MinGW-w64 despite it appeared even in C11. Implementation seems to be a few lines already present in gettimeofday(). Is it an oversight or it's intentionally not implemented? ___ Mingw-w64-public mailing list Mingw-w64-pub

[Mingw-w64-public] windows.h brings along SSE intrinsics

2021-02-21 Thread Kacvinsky, Tom
I happened to notice that including windows.h bring along the intrinics for SSE and the like. I have checked the Windows SDK to see if it does the same thing (and read the docs for the math intrinsics #include on MSDN, and it does not. I am wondering what the rationale for this is in MinGW-w64.