aboutsummaryrefslogtreecommitdiff
path: root/softfloat/softfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'softfloat/softfloat.h')
-rw-r--r--softfloat/softfloat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/softfloat/softfloat.h b/softfloat/softfloat.h
index eb78d74..17b6b2c 100644
--- a/softfloat/softfloat.h
+++ b/softfloat/softfloat.h
@@ -238,6 +238,7 @@ uint_fast64_t f64_to_ui64_r_minMag( float64_t, bool );
int_fast32_t f64_to_i32_r_minMag( float64_t, bool );
int_fast64_t f64_to_i64_r_minMag( float64_t, bool );
float16_t f64_to_f16( float64_t );
+bfloat16_t f64_to_bf16( float64_t );
float32_t f64_to_f32( float64_t );
#ifdef SOFTFLOAT_FAST_INT64
extFloat80_t f64_to_extF80( float64_t );