Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <steffen.larsen@intel.com>
- Loading branch information