-
It should be possible to write an equivalent model, say machine-word-based-model, where only machine words are used.
The equivalence can be proved by proving functional equivalence of the decode64 fu…
aa755 updated
4 years ago
-
I am currently [implementing](https://github.com/blacksph3re/tak-ai) a board game called [tak](https://en.wikipedia.org/wiki/Tak_(game)). In this game, it is possible to move stones around, so it is p…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27546](https://bugs.llvm.org/show_bug.cgi?id=27546) |
| Status | NEW |
| Importance | P normal |
|…
-
### Dafny version
4.6
### Code to produce this issue
```dafny
newtype T = bv1 {
static const c := 0 as T
}
const c := T.c
```
### Command to run and resulting output
```code
…
-
Using Clash 0.99.3, the `readNew` function causes compiler warnings. The following example:
module TopLevel where
import Clash.Prelude
topEntity
:: Clock System Source
…
-
```
Clash.Prelude> import qualified Prelude as P
Clash.Prelude P> 42 P.^ (0 :: Int)
1
Clash.Prelude P> 42 P.^ (1 :: Int)
42
Clash.Prelude P> 42 P.^ (0 :: Unsigned 1)
1
Clash.Prelude …
-
It would be great if DataFrames.jl had a function or functions that would function more or less the same way `subset` does, except that they'd would return a vector containing the indices of kept rows…
-
Hi,
One of our tests contains this VC and I was wondering of you could do something about it :)
```
(set-info :smt-lib-version 2.6)
(set-logic QF_BV)
(declare-const x (_ BitVec 32))
(decla…
-
I found that negative index on bitvector does not work.
Shouldn't it be stated in the documentation?
```
import breeze.linalg._
import breeze.numerics._
val a = linspace(0,11,12)
val b = a >:…
-
`llvm::MachineRegisterInfo::freezeReservedRegs` function copies the default reserved registers of the MF's subtarget into the `BitVector` of the MRI's reserved register, as seen here: https://github.c…