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