diff options
author | Louie Helm <lhelm@umich.edu> | 2025-06-18 16:55:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 19:55:02 +0300 |
commit | 0ade534305b7e8ccad47b43679c67ae639c4c469 (patch) | |
tree | 1bba61551c7fabf3dbdfbc5e0267f12b67de4521 /include/llama.h | |
parent | 7479c2a3e51746b1fd2d8b741864572ed3512469 (diff) |
Fix KT Neon / ARM typo (#536)
Removes errant ";" in front of 0xCBAC1FED in non-x86 code
```
error: expected primary-expression before ';' token
constexpr static uint32_t ka = ;0xCBAC1FED;
^
error: expected unqualified-id before numeric constant
constexpr static uint32_t ka = ;0xCBAC1FED;
^
```
Diffstat (limited to 'include/llama.h')
0 files changed, 0 insertions, 0 deletions