Skip to content

Commit bbe09e7

Browse files
Update floatdef.h
1 parent b81efe8 commit bbe09e7

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

include/floatdef.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@
3232
#error "Define one of: NEXT_FP64, NEXT_FP32, NEXT_SIMD32, NEXT_SIMD64, NEXT_AVX512_32, NEXT_AVX512_64."
3333
#endif
3434

35-
36-
//---------------------------------------------
37-
// Scalar operator overloads (uniform interface)
38-
//---------------------------------------------
39-
#if defined(NEXT_FP32) || defined(NEXT_FP64)
40-
41-
inline real operator+(real a, real b) { return a + b; }
42-
inline real operator-(real a, real b) { return a - b; }
43-
inline real operator*(real a, real b) { return a * b; }
44-
inline real operator/(real a, real b) { return a / b; }
45-
46-
#endif
47-
48-
4935
//---------------------------------------------
5036
// SIMD operator overloads
5137
//---------------------------------------------

0 commit comments

Comments
 (0)