Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd authored Feb 20, 2024
1 parent 28808d0 commit 8d0e96e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion C/Savina/src/concurrency/BoundedBuffer.lf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"../include/benchmark_runner.h",
"../include/PseudoRandom.h"],
cmake-include: ["../include/deque.cmake"],
compiler-flags: "-lm",
logging: "warn",
fast: true
};
Expand Down
5 changes: 0 additions & 5 deletions C/Savina/src/parallelism/PiPrecision.lf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ preamble {=

reactor Manager(numWorkers:size_t=20, scale:uint32_t={=5000ul=}) {

// preamble {=
// #include "gmp.h"
// =}

state result:mpf_t;
state tolerance:mpf_t;
state termsRequested:uint32_t={=0ul=};
Expand Down Expand Up @@ -171,7 +167,6 @@ reactor Worker {

preamble {=

// #include "gmp.h"
void calculateBbpTerm(mpf_t result, uint32_t k) {

uint32_t eightK = 8ul * k;
Expand Down

0 comments on commit 8d0e96e

Please sign in to comment.