-
The constraints for immediate values are missing a range check on `read_value_2`, in the implementation of `Air::eval` in `cpu/src/stark.rs`. The comment says:
```
Immediate value constraints (TOD…
-
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 21-5-22 上午10:11
Description: Unexpected error
java.lang.UnsatisfiedLinkError: Una…
-
A function such as:
double sum2(double x, double y) { return 2 * (x + y); }
could be compiled to a single VOP3 GCN instructions such as:
```
v_add_f64 %0, %1, %2 MUL:2
```
But this efficient c…
preda updated
3 weeks ago
-
Thanks much for coding up your fpb_lib code, I am using it in using the FPB unit on my system.
I think your calc_branch_instr can be simplified to
```
uint32_t calc_branch_instr(uint32_t instr_…
-
On a couple examples in the Valida LLVM compiler test suite, the trace fails to satisfy a particular constraint of the CPU chip, in `cpu/src/stark.rs`:
```rust
builder
.when(is_jalv + is_beq …
-
The code that handles RIP relative addressing assumes that the displacement is always the last 4 bytes of the instruction:
https://github.com/Hpmason/retour-rs/blob/3bf7863bc0ad4ba1d0657e6ee98d4314…
-
I'm opening this issue before anyone else does. As seen in the video, the new `/createtoken` option can start 'cmd.exe' without any issues as another user on the system as a child process of a non-el…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on February 21, 2013 15:26:21_
tests/app_suite_tests.exe --gtest_filter=NtUserTests.Msgbox
=> these leaks, which I'm su…
-
I find that we can use luajit ffi to call win32api to control keyboard layout and ime state on Windows, without the burden of a extra binary and another language pack.
I'm not a pro coder yet, so I'm…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on July 19, 2012 14:10:48_
should be able to just use the wow64 #s but may want to verify there are no
differences in arg…