Revision 54a7f1d8a3650794e48f2880e4e4d6f756f8162f authored by Andrew Adams on 07 June 2024, 01:19:23 UTC, committed by GitHub on 07 June 2024, 01:19:23 UTC
Fix the simpler bug in lossless_cast

The full fix to lossless_cast is too complicated to backport
1 parent 5254117
Raw File
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
# mini_webgpu.h is copied from upstream with some local mods
./src/runtime/mini_webgpu.h
./dependencies/spirv
*.fbs.h
back to top