3 lines
116 B
C++
3 lines
116 B
C++
|
#include "vector"
|
||
|
|
||
|
std::vector<float> hal_vector_f32_cross_multiply(std::vector<float> & a, std::vector<float> & b);
|