Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 57be286

Browse files
committed
Apply comments
1 parent 066d6fc commit 57be286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/DeviceLib/built-ins/scalar_integer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ int main() {
370370
myQueue.submit([&](s::handler &cgh) {
371371
auto AccR = BufR.get_access<s::access::mode::write>(cgh);
372372
cgh.single_task<class rotateSI1SI2>([=]() {
373-
AccR[0] = s::rotate((unsigned char)0xe0, (unsigned char)50);
373+
AccR[0] = s::rotate((char)0xe0, (char)50);
374374
});
375375
});
376376
}

0 commit comments

Comments
 (0)