summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorLuna Nova <git@lunnova.dev>2025-12-21 15:50:49 -0800
committerLuna Nova <git@lunnova.dev>2026-01-16 10:44:23 -0800
commit3504249611cca4485c2b0fbd374345783e4fe750 (patch)
tree34cc58bccbddbb534f618e4583e3cc574a65d168 /pkgs/development/python-modules/rangehttpserver
parent2ed265624cde67609ab5bfcb964972a9d0a9f287 (diff)
rocmPackages.migraphx: fix unicode minus sign breaking CArrays embed
A comment in src/targets/gpu/kernels/include/migraphx/kernels/bit.hpp contains a Unicode MINUS SIGN instead of ASCII hyphen: // popcount(~(x | −x)) When EMBED_USE=CArrays, the cmake Embed.cmake mechanism reads source files as hex and generates char[] arrays. The UTF-8 encoding of U+2212 (0xe2 0x88 0x92) causes a compile error: constant expression evaluates to 226 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions