#include #include #include using namespace Vc; float_v foo0(float_v::AsArg a) { const float_v b = sin(a + float_v::One()); std::cerr << b; return b; }