Specification Version
SYCL 2020 (Revision 11)
Section Number(s)
4.14.2.1. Vec interface
Issue Description
Currently the sycl::vec interface provide the .convert function with rounding modes.
As is the spec does not provide a scalar equivalent for the conversion using the same rounding modes.
As such one can not reliably ensure that the scalar conversion results match the one of sycl::vec.
Code Example (Optional)
No response