Skip to content

Commit 88c1899

Browse files
authored
Merge pull request #5549 from mayeut/warn-bfloat16
fix(warning): taking the absolute value of 'bfloat16' has no effect
2 parents 93d0d19 + c5e1967 commit 88c1899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ static __inline int readenv_atoi(char *env) {
781781
#endif
782782
#endif
783783

784-
#if !defined(XDOUBLE) || !defined(QUAD_PRECISION)
784+
#if !defined(BFLOAT16) && (!defined(XDOUBLE) || !defined(QUAD_PRECISION))
785785

786786
static __inline void compinv(FLOAT *b, FLOAT ar, FLOAT ai){
787787

0 commit comments

Comments
 (0)