summaryrefslogtreecommitdiff
path: root/common/sampling.cpp
diff options
context:
space:
mode:
authorLouie Helm <lhelm@umich.edu>2025-06-18 16:55:02 +0000
committerGitHub <noreply@github.com>2025-06-18 19:55:02 +0300
commit0ade534305b7e8ccad47b43679c67ae639c4c469 (patch)
tree1bba61551c7fabf3dbdfbc5e0267f12b67de4521 /common/sampling.cpp
parent7479c2a3e51746b1fd2d8b741864572ed3512469 (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 'common/sampling.cpp')
0 files changed, 0 insertions, 0 deletions