Skip to content

Commit ca56982

Browse files
authored
Add copyright and module description to mlas_sve_fp16.h
Add copyright notice and module description for SVE FP16 intrinsics.
1 parent 387ac1a commit ca56982

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

onnxruntime/core/mlas/lib/sve/mlas_sve_fp16.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
/*++
12
3+
Copyright 2025 FUJITSU LIMITED
4+
5+
Module Name:
6+
7+
mlas_sve_fp16.h
8+
9+
Abstract:
10+
11+
This module contains the procedure prototypes for the SVE FP16 intrinsics.
12+
13+
--*/
214
#pragma once
315
#include <arm_fp16.h>
416
#include <math.h> // for isnan if needed

0 commit comments

Comments
 (0)