Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Fix typ in mulF.cl
Browse files Browse the repository at this point in the history
Change-Id: I6fa6d8477871610192277bf4069530cf6a9cc19b
  • Loading branch information
ronlieb committed Sep 15, 2023
1 parent 78b5d10 commit 9ce3e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocml/src/mulF.cl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CONSTATTR float
MATH_MANGLE(mul_rte)(float x, float y)
{
return x + y;
return x * y;
}

#pragma STDC FENV_ACCESS ON
Expand Down

0 comments on commit 9ce3e65

Please sign in to comment.