-
Consider the following function (from mlkem):
```rust
pub(crate) fn barrett_reduce_element(value: FieldElement) -> FieldElement {
// hax_debug_assert!(
// i32::from(value) > -BARRETT…
-
![intelhaxm_failed](https://user-images.githubusercontent.com/43558604/45987601-fb94e500-c061-11e8-850e-7714116156a9.PNG)
Hi guys, i am beginner in using Haxm. I am using android studio, when i try…
-
- [x] Remove patches:
- [x] https://github.com/hacspec/hax/issues/588, remove patches and inline the F* code.
- [x] https://github.com/hacspec/hax/pull/590
- [x] https://github.com/hacspe…
-
It seems that the `refine` attribute does not allow referring to struct fields defined before the field on which the attribute is applied on.
For instance, F* extraction fails on the following exam…
-
It was open sourced!
https://github.com/AltimorTASDK/ssbm-1.03
-
Not sure if this is necessarily an issue, on a 11.2.0-35U Old 3ds, and I'm trying to update from 2.7 to 2.8, whenever I run the oothax installer I get the yellow screen so I'm not sure how to get the …
-
The hax always fails with homebrews with a large code section as stated in this thread: http://gbatemp.net/threads/easyrpg-3ds-rpg-maker-2000-2003-player-for-3ds.419889/
Maybe the problem is related …
-
See ced80d60ca28ecf1fabd44f9f643ed95a9e2e956. Recent engine has been improving pathing a lot so if there's still an engine bug it's a good opportunity to fix it while devs still have a good understand…
-
Consider the following, where `forall x. p x ==> q x`.
```rust
#[hax_lib::attributes]
impl MyTrait for ... {
#[requires(p x)]
#[ensures(|result| ... /\ q x)]
fn f(x: ...) { ... }
}
``…
-
```
memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:267
267 ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: No such file or directory.
gdb$ bt
#0 __memcpy_avx_un…
ghost updated
9 years ago