aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/arith_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/arith_util.h')
-rw-r--r--reference_model/src/arith_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/reference_model/src/arith_util.h b/reference_model/src/arith_util.h
index 76f3bb8..cab43ba 100644
--- a/reference_model/src/arith_util.h
+++ b/reference_model/src/arith_util.h
@@ -218,7 +218,8 @@ inline void float_trunc_bytes(float* src)
memcpy(src, &src_as_bytes, sizeof(float));
}
-inline void truncateFloatToBFloat(float* src, int64_t size) {
+inline void truncateFloatToBFloat(float* src, int64_t size)
+{
/* Set the least significant two bytes to zero for each float
value in the input src buffer. */
ASSERT_MEM(src);