Menu

#74 Use declarations in dvec.h only if SSE2 is enabled

Unstable (example)
open
nobody
None
5
2015-01-10
2015-01-10
No

dvec.h uses intrinsic functions which are only available if SSE2 is enabled. Therefore the #ifdef SSE has to be changed to #ifdef SSE2. Otherwise Qt fails to build in certain configurations.

1 Attachments

Discussion