FastLED 3.9.15
Loading...
Searching...
No Matches

◆ SAR64()

__inline Word64 fl::third_party::SAR64 ( Word64 x,
int n )

Shift right.

Definition at line 564 of file assembly.h.

565{
566 return x >> n;
567}

References FL_NOEXCEPT, and fl::x.

Referenced by PolyphaseMono(), and PolyphaseStereo().

+ Here is the caller graph for this function: