google / gemmlowp

Low-precision matrix multiplication
Apache License 2.0
1.77k stars 451 forks source link

Error compilation for Windows x64 using MingGW 64 #180

Open Arritmic opened 5 years ago

Arritmic commented 5 years ago

https://github.com/google/gemmlowp/blob/dec2b7dd5f6f0043070af4587d2a9dc156f4ebab/internal/platform.h#L75

When I try to compile with MinGW 64 bit it fails here. I understand that i64 is a Microsoft-specific suffix. Could it be replaced by a more standard version compatible with MVSC compiler and MinGW??

I think that for that function a "wintime -= 116444736000000000LL" would be ok?

bjacob commented 5 years ago

Good idea!