vlfeat / vlfeat

An open library of computer vision algorithms

Home Page:http://vlfeat.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLP wrong detection

vagran opened this issue · comments

What is the point to check twice for "defined(__LLP64)" and "defined(__LP64)"?

defined(__LLP64) || \

defined(__LP64) || \

Probably something else was meant there. It does not properly detect LLP on mingw64 which leads to crashes.