We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 VS Proffesional 2017 -v15.7.1
#include <flif-enc.hpp> #pragma comment(lib,"libflif.lib") int main() { return 0; }
pathname\image.hpp: error c2440: : cannot convert from "__m128i" to "FourColorVals"
The error is in image.hpp line 90: FourColorVals VCALL operator+(FourColorVals b) { return FourColorVals(_mm_add_epi32(vec,b.vec)); }
FourColorVals VCALL operator+(FourColorVals b) { return FourColorVals(_mm_add_epi32(vec,b.vec)); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Info
Windows 10
VS Proffesional 2017 -v15.7.1
Test program
Compiler error
pathname\image.hpp: error c2440: : cannot convert from "__m128i" to "FourColorVals"
The error is in image.hpp line 90:
FourColorVals VCALL operator+(FourColorVals b) { return FourColorVals(_mm_add_epi32(vec,b.vec)); }
The text was updated successfully, but these errors were encountered: