Skip to content

Commit 2ca1efe

Browse files
committed
docs(repo): minor cleanup to changelog wording.
1 parent 064c2ee commit 2ca1efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## 1.8.0
44
* Updated KernelManager to facilitate class extensions having constructors with non static parameters
55
* Enable kernel profiling and execution simultaneously on multiple devices (multiple threads calling same kernel class on multiple devices)
6-
* Fixed JVM crash with multi-dimensional arrays in Local memory (2D and 3D local arrays are now supported)
7-
* Fixed: Signed integer constants were being interpreted as unsigned values in instruction SIPUSH
6+
* Fixed JVM crash when multi-dimensional arrays were used in Local memory (2D and 3D local arrays are now supported)
7+
* Fixed bug where signed integer constants were being interpreted as unsigned values during Codegen.
88

99
## 1.7.0
1010

src/test/java/com/aparapi/runtime/NegativeIntegerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ public void run()
7575
kernel.execute(Range.create(device, SIZE, SIZE));
7676
assertEquals("Result doesn't match", -800, RESULT[0]);
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)