Fix upper camel case warnings: allow non_camel_case_types for SIMD aliases and GGML variants - #[allow(non_camel_case_types)] on f32x16/f64x8/u8x64 etc (std::simd convention) - #[allow(non_camel_case_types)] on GgmlType enum (GGML naming convention) https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp#84
Merged