在 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?
>>
>>
>
>
在 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
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
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.