Menu

#2 Header missing in SSEPlus_emulation_comps_SSE2.h file

v1.0 (example)
open
nobody
None
5
2008-06-02
2008-06-02
S.P.Kiran
No

While compiling SSEPlus, compiler throws following error:

e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(132) : error C3861: 'ssp_comlt_epi64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(170) : error C3861: 'ssp_comlt_epu64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(237) : error C3861: 'ssp_comle_epi64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(270) : error C3861: 'ssp_comle_epu64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(277) : error C3861: 'ssp_comle_epu8_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(810) : error C3861: 'ssp_comge_epi64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(846) : error C3861: 'ssp_comge_epu64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(853) : error C3861: 'ssp_comge_epu8_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(907) : error C3861: 'ssp_comgt_epi64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(945) : error C3861: 'ssp_comgt_epu64_REF': identifier not found
e:\library\projects\framewave\impl\fw_ssep\src\framewave\sseplus\include\emulation\SSEPlus_emulation_comps_SSE2.h(952) : error C3861: 'ssp_comgt_epu8_REF': identifier not found

This is because in file SSEPlus_emulation_comps_SSE2.h there is no inclusion of header file where it can find the definition of victim function prototypes.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB