Skip to content

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

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

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

Triggered via pull request September 16, 2025 13:09
Status Failure
Total duration 35s
Artifacts

cpp-linter.yml

on: pull_request
cpp-linter
30s
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:105:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/inl.h#L105
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:14:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/high-inl.h#L14
variable 'npsr' is non-const and globally accessible, consider making it const
npsr/trig/extended-inl.h:12:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/trig/extended-inl.h#L12
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:16:11 [cppcoreguidelines-avoid-non-const-global-variables]: npsr/hwy.h#L16
variable 'npsr' is non-const and globally accessible, consider making it const