Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9da2a8c30d21
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c94b565ae340
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 7, 2020

  1. Add next_pow2() function

    bvernoux authored Dec 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1a9dfed View commit details
  2. Merge pull request #373 from bvernoux/patch-2

    Add next_pow2() function
    azonenberg authored Dec 7, 2020
    Copy the full SHA
    c94b565 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 scopehal/scopehal.h
2 changes: 2 additions & 0 deletions scopehal/scopehal.h
Original file line number Diff line number Diff line change
@@ -105,6 +105,8 @@ void DetectCPUFeatures();

float FreqToPhase(float hz);

uint64_t next_pow2(uint64_t v);

extern bool g_hasAvx512F;
extern bool g_hasAvx512VL;
extern bool g_hasAvx512DQ;