aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/Bfloat16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Bfloat16.h b/support/Bfloat16.h
index 5fd45cf209..e67c729a6c 100644
--- a/support/Bfloat16.h
+++ b/support/Bfloat16.h
@@ -90,7 +90,7 @@ public:
*
* @param[in] v Floating-point value
*/
- explicit bfloat16(float v)
+ bfloat16(float v)
: value(float_to_bf16(v))
{
}