Skip to content

Commit 4d942a1

Browse files
committed
suppressed unused attributes
1 parent 140cad2 commit 4d942a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

includes/Tensorium/Core/Vector.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ namespace tensorium {
115115
* @return A new Vector containing the difference.
116116
*/
117117
__attribute__((always_inline, hot, flatten))
118-
119-
__attribute__((always_inline, hot, flatten))
120118
Vector<K> operator-(const Vector<K>& other) const {
121119
Vector<K> result(data.size());
122120
size_t m = std::min(data.size(), other.data.size());

0 commit comments

Comments
 (0)