Closed vmaksimo closed 2 months ago
Allow p to be untyped pointer for fract, frexp, lgamma_r, modf, remquo, and sincos:
p
fract
frexp
lgamma_r
modf
remquo
sincos
operand must be a pointer(p1, ...).If it is a typed pointer, it must point to data types.
https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_untyped_pointers.html#_modifications_to_the_opencl_std_extended_instruction_set
Also fix check for module-scope variables.
Allow
p
to be untyped pointer forfract
,frexp
,lgamma_r
,modf
,remquo
, andsincos
:https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_untyped_pointers.html#_modifications_to_the_opencl_std_extended_instruction_set
Also fix check for module-scope variables.