Commit 6e6bc85
committed
fix: make simd module public (was pub(crate))
Consumers (bgz-tensor, thinking-engine) need ndarray::simd::bf16_to_f32_batch
and other polyfill exports. Was incorrectly restricted to pub(crate).
https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp1 parent 2312633 commit 6e6bc85
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments