oneapi-src / level-zero

oneAPI Level Zero Specification Headers and Loader
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
208 stars 90 forks source link

Replace unicode characters with ASCII #97

Closed SebastianLuzynski closed 1 year ago

SebastianLuzynski commented 2 years ago

Those x characters are not standard ASCII x char, but some unicode symbol of vector multiplication. Whitespaces are not a standard ASCII whitespace character, but something different. This may cause issues for some tools that check for non-ascii characters in codebase.