VcDevel / Vc

SIMD Vector Classes for C++
BSD 3-Clause "New" or "Revised" License
1.45k stars 152 forks source link

Please remove no-sse because tests fail with "SSE2 register return with SSE2 disabled" #366

Open yurivict opened 2 months ago

yurivict commented 2 months ago

This is because ABI requires doubles to be passed via SSE registers.

The problem was found in the FreeBSD port devel/vc while running tests.