Commit cc18904
authored
[SYCL][ESIMD] Remove use of double literal in fmod (#7277)
The float variant of ESIMD fmod unintentionally uses a double literal
which creates a requirement for aspect::fp64 when using the operation.
This commit changes this literal to a 32-bit floating point literal.
Signed-off-by: Larsen, Steffen <[email protected]>1 parent 9da2563 commit cc18904
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1399 | 1399 | | |
1400 | 1400 | | |
1401 | 1401 | | |
1402 | | - | |
| 1402 | + | |
1403 | 1403 | | |
1404 | 1404 | | |
1405 | 1405 | | |
| |||
0 commit comments