From 45d22120b922bf7212670f06dcbc7b2c93a7170d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=AE=87?= Date: Tue, 8 Sep 2020 16:47:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0libmpc=E5=8C=85=E5=B7=AE?= =?UTF-8?q?=E5=BC=82=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmpc-1.1.0-vs-1.2.0.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libmpc-1.1.0-vs-1.2.0.yaml diff --git a/libmpc-1.1.0-vs-1.2.0.yaml b/libmpc-1.1.0-vs-1.2.0.yaml new file mode 100644 index 0000000..7d2ce0a --- /dev/null +++ b/libmpc-1.1.0-vs-1.2.0.yaml @@ -0,0 +1,15 @@ +name: libmpc +old_version: 1.1.0 +new_version: 1.2.0 +interface_differences: +- type: 'ABI' + item: 新增mpc_sum.c + diff: 增加函数接口 + influence: 功能优化、增强 +- type: 'ABI' + item: 新增mpc_dot.c + diff: 增加函数接口 + influence: 功能优化、增强 + +remark: '没有影响用户态使用的差异;' + -- Gitee From da1b0c951c2af7012705d43fe56cd585769f301e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=AE=87?= Date: Tue, 8 Sep 2020 16:47:54 +0800 Subject: [PATCH 2/2] update libmpc-1.1.0-vs-1.2.0.yaml. --- libmpc-1.1.0-vs-1.2.0.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpc-1.1.0-vs-1.2.0.yaml b/libmpc-1.1.0-vs-1.2.0.yaml index 7d2ce0a..99d486b 100644 --- a/libmpc-1.1.0-vs-1.2.0.yaml +++ b/libmpc-1.1.0-vs-1.2.0.yaml @@ -10,6 +10,5 @@ interface_differences: item: 新增mpc_dot.c diff: 增加函数接口 influence: 功能优化、增强 - remark: '没有影响用户态使用的差异;' -- Gitee