Skip to content

Commit

Permalink
Deploying to gh-pages from @ b67841b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
shilangyu committed Jan 28, 2024
1 parent 544931c commit 1fb60b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/index-4wdRaRuy.js → assets/index-N8PZPH4L.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
t := 0
func Read()
for j = 1..N
for j in 1..N
(t[j], x[j]) := RReg[i, j].read()
(t[0], x[0]) := WReg[i].read()
(t', x') := highest(t, x)
for j = 1..N
for j in 1..N
RReg[i, j].write((t', x'))
return x
Expand All @@ -75,13 +75,13 @@
Reg[1..N] := (0, 0)
func Read()
for j = 1..N
for j in 1..N
(t[j], x[j]) := Reg[j].read()
(t', x') := highest(t, x)
return x
func Write(v)
for j = 1..N
for j in 1..N
(t[j], x[j]) := Reg[j].read()
(t', x') := highest(t, x)
Reg[i].write((t' + 1, v))
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/register-transformations/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Registers transformations</title>
<script type="module" crossorigin src="/register-transformations/assets/index-4wdRaRuy.js"></script>
<script type="module" crossorigin src="/register-transformations/assets/index-N8PZPH4L.js"></script>
<link rel="stylesheet" crossorigin href="/register-transformations/assets/index-Z6VEQm-o.css">
</head>
<body>
Expand Down

0 comments on commit 1fb60b2

Please sign in to comment.