From 0c269482097ae9da62a690b0ace406e2d2109c48 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 6 Aug 2024 14:15:58 -0700 Subject: [FP16] Implement load and store instructions. (#6796) Specified at https://github.com/WebAssembly/half-precision/blob/main/proposals/half-precision/Overview.md --- LICENSE | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 8dada3eda..cf8e1b799 100644 --- a/LICENSE +++ b/LICENSE @@ -199,3 +199,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +============================================================================== + +The FP16 project is used in this repo, and it has the MIT license, see +third_party/FP16/LICENSE. -- cgit v1.2.3