Skip to content

Commit 01963f6

Browse files
committed
cpu: aarch64: Fix formatting and license issues
Signed-off-by: Nikhil Gupta <nikhil.gupta2@arm.com>
1 parent a24ddd9 commit 01963f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/cpu/aarch64/ref_eltwise_lut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*
10-
* Unless required by applicable law or agreed tos in writing, software
10+
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and

src/cpu/aarch64/ref_eltwise_lut.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*
10-
* Unless required by applicable law or agreed tos in writing, software
10+
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and

src/cpu/cpu_eltwise_list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#include "cpu/cpu_engine.hpp"
2020

21-
#include "cpu/ref_eltwise.hpp"
2221
#include "cpu/aarch64/ref_eltwise_lut.hpp"
22+
#include "cpu/ref_eltwise.hpp"
2323

2424
#if DNNL_X64
2525
#include "cpu/x64/jit_uni_eltwise.hpp"

0 commit comments

Comments
 (0)