Borderou de evaluare (job #2108329)
Utilizator | Data | 18 ianuarie 2018 05:51:54 | |
---|---|---|---|
Problema | Euro3 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void SSE_CLEAR(const char*, int)’:
user.cpp:363:33: error: ‘_mm_set1_epi8’ was not declared in this scope
auto zero = _mm_set1_epi8 (0);
^
user.cpp:188:42: error: ‘__m128i’ was not declared in this scope
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
^
user.cpp:365:9: note: in expansion of macro ‘SSE_STORE’
SSE_STORE(v[k], zero);
^
user.cpp:188:50: error: expected primary-expression before ‘)’ token
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
^
user.cpp:365:9: note: in expansion of macro ‘SSE_STORE’
SSE_STORE(v[k], zero);
^
user.cpp:188:56: error: ‘_mm_store_si128’ was not declared in this scope
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
^
user.cpp:365:9: note: in expansion of macro ‘SSE_STORE’
SSE_STORE(v[k], zero);
^
user.cpp: In function ‘void SSE_CLEAR(const short int*, int)’:
user.cpp:370:34: error: ‘_mm_set1_epi16’ was not declared in this scope
auto zero = _mm_set1_epi16 (0);
^
user.cpp:188:42: error: ‘__m128i’ was not declared in this scope
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
^
user.cpp:372:9: note: in expansion of macro ‘SSE_STORE’
SSE_STORE(v[k], zero);
^
user.cpp:188:50: error: expected primary-expression before ‘)’ token
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
^
user.cpp:372:9: note: in expansion of macro ‘SSE_STORE’
SSE_STORE(v[k], zero);
^
user.cpp:188:56: error: ‘_mm_store_si128’ was not declared in this scope
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
^
user.cpp:372:9: note: in expansion of macro ‘SSE_STORE’
SSE_STORE(v[k], zero);
^
user.cpp: In function ‘void SSE_CLEAR(const int*, int)’:
user.cpp:377:34: error: ‘_mm_set1_epi32’ was not declared in this scope
auto zero = _mm_set1_epi32 (0);
^
user.cpp:188:42: error: ‘__m128i’ was not declared in this scope
#define SSE_STORE(a, b) _mm_store_si128((__m128i*)&a, b)
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !