philkr / lpo

Implementation of the CVPR 2015 paper: Learning to propose objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCC requirement

iXce opened this issue · comments

It seems gcc 4.8 is required to support the vectorized array subscripts. With gcc 4.7 I'm getting:

lpo/lib/imgproc/color.cpp:77:31: error: invalid types ‘__m128 {aka __vector(4) float}[int]’ for array subscript

Should the README be updated, or am I doing anything wrong ?