mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
[NFC] Fix multi-line comment warnings (#1641)
Disabling of frem and fmod by b81b49e1 ("spirv: disable frem and fmod
tests for now (#1614)", 2023-02-07) introduced some new warnings about
multi-line `//` comments due to the trailing backslashes. Fix these.
Also fix a typo.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
296a7a574d
commit
2c9526f9a5
@@ -178,9 +178,10 @@ int test_fmath(cl_device_id deviceID,
|
||||
TEST_FMATH_FUNC(TYPE, fsub, MODE) \
|
||||
TEST_FMATH_FUNC(TYPE, fmul, MODE) \
|
||||
TEST_FMATH_FUNC(TYPE, fdiv, MODE) \
|
||||
// disable those tests until we figure out what the precision requierements are
|
||||
// TEST_FMATH_FUNC(TYPE, frem, MODE) \
|
||||
// TEST_FMATH_FUNC(TYPE, fmod, MODE) \
|
||||
// disable those tests until we figure out what the precision requirements
|
||||
// are
|
||||
// TEST_FMATH_FUNC(TYPE, frem, MODE)
|
||||
// TEST_FMATH_FUNC(TYPE, fmod, MODE)
|
||||
|
||||
#define TEST_FMATH_TYPE(TYPE) \
|
||||
TEST_FMATH_MODE(TYPE, regular) \
|
||||
|
||||
Reference in New Issue
Block a user