- How is the following code broken?
- Why does it work on x86? Why not on arm?
#include "relacy/context.hpp"
#include "relacy/memory_order.hpp"
#include <relacy/relacy.hpp>
static constexpr size_t THREADS = 2;
static constexpr int ITERS = 4;#include "relacy/context.hpp"
#include "relacy/memory_order.hpp"
#include <relacy/relacy.hpp>
static constexpr size_t THREADS = 2;
static constexpr int ITERS = 4;| with import <nixpkgs> { }; | |
| let | |
| venvDir = "./.venv"; | |
| pythonPackages = python310Packages; | |
| NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [ | |
| stdenv.cc.cc | |
| openssl | |
| ]; |