Error compilation for Windows x64 using MingGW 64
Open
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 461
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.