Merge pull request #21281 from elasota/fix-squish-sse

Fix Squish SSE misconfiguration
This commit is contained in:
Rémi Verschelde 2018-08-22 09:55:57 +02:00 committed by GitHub
commit 3573d5f4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 6 deletions

View file

@ -32,12 +32,6 @@
#include "print_string.h"
#if defined(__SSE2__)
#define SQUISH_USE_SSE 2
#elif defined(__SSE__)
#define SQUISH_USE_SSE 1
#endif
#include <squish.h>
void image_decompress_squish(Image *p_image) {