This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit e259be1ae601c1028fd1f09e3b5a525476afc726 Author: chaokunyang <[email protected]> AuthorDate: Tue Apr 21 08:18:51 2026 +0000 🔄 synced local 'docs/specification/' with remote 'docs/specification/' --- docs/specification/xlang_type_mapping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specification/xlang_type_mapping.md b/docs/specification/xlang_type_mapping.md index 7e458189f..748cb4db9 100644 --- a/docs/specification/xlang_type_mapping.md +++ b/docs/specification/xlang_type_mapping.md @@ -67,7 +67,7 @@ When reading type IDs: | tagged_uint64 | 15 | long/Long | int/pyfory.tagged_uint64 | Type.taggedUInt64() | uint64_t | uint64 | u64 | | float8 | 16 | / | / | / | / | / | / | | float16 | 17 | Float16 | float/pyfory.float16 | Type.float16() | fory::float16_t | fory.float16 | fory::f16 | -| bfloat16 | 18 | / | / | / | / | / | / | +| bfloat16 | 18 | Bfloat16 | / | / | / | / | / | | float32 | 19 | float/Float | float/pyfory.float32 | Type.float32() | float | float32 | f32 | | float64 | 20 | double/Double | float/pyfory.float64 | Type.float64() | double | float64 | f64 | | string | 21 | String | str | String | string | string | String/str | @@ -101,7 +101,7 @@ When reading type IDs: | uint64_array | 51 | long[] | ndarray(uint64) | / | `uint64_t[n]/vector<T>` | `[n]uint64/[]T` | `Vec<u64>` | | float8_array | 52 | / | / | / | / | / | / | | float16_array | 53 | Float16List | ndarray(float16) | / | `fory::float16_t[n]/vector<T>` | `[n]float16/[]T` | `Vec<fory::f16>` | -| bfloat16_array | 54 | / | / | / | / | / | / | +| bfloat16_array | 54 | Bfloat16List | / | / | / | / | / | | float32_array | 55 | float[] | ndarray(float32) | / | `float[n]/vector<T>` | `[n]float32/[]T` | `Vec<f32>` | | float64_array | 56 | double[] | ndarray(float64) | / | `double[n]/vector<T>` | `[n]float64/[]T` | `Vec<f64>` | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
