We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140cad2 commit 4d942a1Copy full SHA for 4d942a1
includes/Tensorium/Core/Vector.hpp
@@ -115,8 +115,6 @@ namespace tensorium {
115
* @return A new Vector containing the difference.
116
*/
117
__attribute__((always_inline, hot, flatten))
118
-
119
- __attribute__((always_inline, hot, flatten))
120
Vector<K> operator-(const Vector<K>& other) const {
121
Vector<K> result(data.size());
122
size_t m = std::min(data.size(), other.data.size());
0 commit comments