-
[notepad2](https://github.com/zufuliu/notepad2/releases) releases a version of AVX2, which is faster with the new cpu features. I hope that notepad3 can also compile such a version to speed up files p…
ghost updated
2 weeks ago
-
My sleep-deprived brain has some notes to write down. I'll expand upon this when I actually have time to do things.
- Create an "Instruction" interface. This basic interface will represent a single…
-
More instructions need to be implemented into the CPU so that it complies with the 6502 processor.
-
In Zicfilp spec,we can see “An MRET or SRET instruction is used to return from a trap in M-mode or S-mode, respectively. When
executing an xRET instruction, xPELP is set to NO_LP_EXPECTED.”From this …
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
I have couple of VMs but only plain AVX instruction set not AVX2. Is this project compatible with AVX ?
-
I tried this code:
```rust
#[instruction_set(asdfasdf)]
type Foo = ();
```
I expected to see this happen: compilation failure because of attribute on an item where it makes no sense
Instead, this h…