Skip to content

Commit 534b559

Browse files
committed
fix typo
1 parent e5cc6a6 commit 534b559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/99_aluperf/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int main(
8585
if (datatype.rfind("half", 0) == 0) {
8686
ss << "#pragma OPENCL EXTENSION cl_khr_fp16 : enable" << std::endl;
8787
}
88-
else if (datatype.rfind("doubld", 0) == 0) {
88+
else if (datatype.rfind("double", 0) == 0) {
8989
ss << "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" << std::endl;
9090
}
9191

0 commit comments

Comments
 (0)