summaryrefslogtreecommitdiff
path: root/src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java
diff options
context:
space:
mode:
authorNingsheng Jian <ningsheng.jian@linaro.org>2016-10-26 14:08:23 +0800
committerNingsheng Jian <ningsheng.jian@linaro.org>2016-11-02 04:15:24 +0000
commit3811e9930ddb1d2b3a1463ad6c876af324331335 (patch)
treec830624439426317594fa6a9ea077ab10410125a /src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java
parentead42d0823f9921041dbd44882ed2062c0a9f74f (diff)
Remove MyBenchmark.java and add copyrights.
Change-Id: I0185a94cac7893e54474972dca72d986549b0c3f
Diffstat (limited to 'src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java')
-rw-r--r--src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java b/src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java
index 68901ab..59af5c6 100644
--- a/src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java
+++ b/src/main/java/org/linaro/benchmarks/TestSIMDLd2St2.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2016 Linaro Limited. All rights received.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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.
+ *
+ */
package org.linaro.benchmarks;
import org.openjdk.jmh.annotations.*;