Skip to content

algo: implement sine/cosine based on Intel SVML for single/double precision #11

algo: implement sine/cosine based on Intel SVML for single/double precision

algo: implement sine/cosine based on Intel SVML for single/double precision #11

Triggered via pull request September 17, 2025 10:53
Status Failure
Total duration 39s
Artifacts

cpp-linter.yml

on: pull_request
cpp-linter
34s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 8 warnings
cpp-linter
Process completed with exit code 1.
npsr/trig/inl.h:17:10 [clang-diagnostic-error]: npsr/trig/inl.h#L17
'npsr/hwy.h' file not found
npsr/npsr.h:9:10 [clang-diagnostic-error]: npsr/npsr.h#L9
'npsr/trig/inl.h' file not found
npsr/hwy.h:4:10 [clang-diagnostic-error]: npsr/hwy.h#L4
'hwy/highway.h' file not found
npsr/trig/low-inl.h:13:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/low-inl.h#L13
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/trig/inl.h:104:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/inl.h#L104
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/trig/inl.h:25:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/inl.h#L25
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/trig/high-inl.h:15:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/high-inl.h#L15
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/trig/extended-inl.h:13:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/extended-inl.h#L13
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/precise.h:9:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/precise.h#L9
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/lut-inl.h:14:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/lut-inl.h#L14
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/hwy.h:24:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/hwy.h#L24
variable 'npsr' is non-const and globally accessible, consider making it const