Home
last modified time | relevance | path

Searched refs:load_vec_N (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dsimd_test.cpp295 load_vec_N(typename VEC::value_t* /*B*/) in load_vec_N() function
415 benchmark("load 16 comps", load_vec_N<VEC, 16>, tmp, 16); in test_loadstore()
417 benchmark("load 9 comps", load_vec_N<VEC, 9>, tmp, 9); in test_loadstore()
420 benchmark("load 8 comps", load_vec_N<VEC, 8>, tmp, 8); in test_loadstore()
421 benchmark("load 7 comps", load_vec_N<VEC, 7>, tmp, 7); in test_loadstore()
422 benchmark("load 6 comps", load_vec_N<VEC, 6>, tmp, 6); in test_loadstore()
423 benchmark("load 5 comps", load_vec_N<VEC, 5>, tmp, 5); in test_loadstore()
426 benchmark("load 4 comps", load_vec_N<VEC, 4>, tmp, 4); in test_loadstore()
428 benchmark("load 3 comps", load_vec_N<VEC, 3>, tmp, 3); in test_loadstore()
429 benchmark("load 2 comps", load_vec_N<VEC, 2>, tmp, 2); in test_loadstore()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dsimd_test.cpp295 load_vec_N(typename VEC::value_t* /*B*/) in load_vec_N() function
415 benchmark("load 16 comps", load_vec_N<VEC, 16>, tmp, 16); in test_loadstore()
417 benchmark("load 9 comps", load_vec_N<VEC, 9>, tmp, 9); in test_loadstore()
420 benchmark("load 8 comps", load_vec_N<VEC, 8>, tmp, 8); in test_loadstore()
421 benchmark("load 7 comps", load_vec_N<VEC, 7>, tmp, 7); in test_loadstore()
422 benchmark("load 6 comps", load_vec_N<VEC, 6>, tmp, 6); in test_loadstore()
423 benchmark("load 5 comps", load_vec_N<VEC, 5>, tmp, 5); in test_loadstore()
426 benchmark("load 4 comps", load_vec_N<VEC, 4>, tmp, 4); in test_loadstore()
428 benchmark("load 3 comps", load_vec_N<VEC, 3>, tmp, 3); in test_loadstore()
429 benchmark("load 2 comps", load_vec_N<VEC, 2>, tmp, 2); in test_loadstore()
[all …]