Commit 657dd62
bump submodules and add new sources to spirv-opt.cmake
1 parent 36a0d1d commit 657dd62
4 files changed
+7
-3
lines changed- include/bx/inline/uint32_t.inl+53
- include/bx/platform.h+3-3
- include/bx/uint32_t.h+8
- include/tinystl/LICENSE+1-1
- include/tinystl/allocator.h+4-5
- include/tinystl/buffer.h+51-28
- include/tinystl/hash.h+2-2
- include/tinystl/hash_base.h+75-19
- include/tinystl/new.h+2-2
- include/tinystl/stddef.h+5-2
- include/tinystl/string.h+141-97
- include/tinystl/string_view.h+147
- include/tinystl/traits.h+43-3
- include/tinystl/unordered_map.h+111-48
- include/tinystl/unordered_set.h+102-42
- include/tinystl/vector.h+35-21
- scripts/genie.lua+4
- scripts/toolchain.lua+1-1
- scripts/update_tinystl.sh+16
- tests/math_test.cpp+1
- tests/string_test.cpp+91
- tests/test.h+1
- tests/uint32_test.cpp+15
- tests/unordered_map_test.cpp+205
- tests/unordered_set_test.cpp+191
- tools/bin/darwin/genie
- tools/bin/linux/genie
- tools/bin/windows/genie.exe
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
0 commit comments