aboutsummaryrefslogtreecommitdiff
path: root/support/Bfloat16.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/Bfloat16.h')
-rw-r--r--support/Bfloat16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Bfloat16.h b/support/Bfloat16.h
index d897e42643..65805f2aee 100644
--- a/support/Bfloat16.h
+++ b/support/Bfloat16.h
@@ -77,7 +77,7 @@ inline float bf16_to_float(const uint16_t &v)
}
/** Brain floating point representation class */
-class bfloat16
+class bfloat16 final
{
public:
/** Default Constructor */