Skip to content
Snippets Groups Projects
Commit e84baaf2 authored by Marcel Koch's avatar Marcel Koch
Browse files

forgot Vec8d []

parent 0ae2e38e
No related branches found
No related tags found
No related merge requests found
......@@ -689,6 +689,10 @@ struct Vec8d
return _d[index];
}
F operator [] (uint32_t index) const {
return extract(index);
}
constexpr static int size()
{
return 8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment