Skip to content

Commit

Permalink
Up to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Oct 7, 2023
1 parent c2dedb3 commit bd8c2aa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion benchmarks/funccall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ $ mvn exec:exec@single-run

```sh
$ cd target
$ $JAVA_HOME/bin/java -jar ffmasm-benchmark-funccall-1.0.1.jar
$ $JAVA_HOME/bin/java -jar ffmasm-benchmark-funccall-1.0.2.jar
```
4 changes: 2 additions & 2 deletions benchmarks/funccall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm-benchmark-funccall</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/vectorapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ $ mvn package
# Run benchmark

```sh
$ $JAVA_HOME/bin/java -jar target/ffmasm-benchmark-vectorapi-1.0.1.jar
$ $JAVA_HOME/bin/java -jar target/ffmasm-benchmark-vectorapi-1.0.2.jar
```
4 changes: 2 additions & 2 deletions benchmarks/vectorapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm-benchmark-vectorapi</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/cpumodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.

<groupId>com.yasuenag</groupId>
<artifactId>cpumodel</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<packaging>jar</packaging>

<name>cpumodel</name>
Expand All @@ -42,7 +42,7 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.
<dependency>
<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.

<groupId>com.yasuenag</groupId>
<artifactId>ffmasm</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<packaging>jar</packaging>

<name>ffmasm</name>
Expand Down

0 comments on commit bd8c2aa

Please sign in to comment.