Amber Sprenkels

Results 41 comments of Amber Sprenkels

Note 2: The current active documentation from Microsoft still specifies that > `_WIN32` Defined as 1 when the compilation target is 32-bit ARM, 64-bit ARM, x86, or x64. Otherwise, undefined....

> Maybe other macros useful for embedded windows targets That is an interesting point you bring up. I have not heard of any users (yet) that use this library on...

Sorry, but unfortunately I do not think measuring entropy will be particularly useful. Shannon entropy does not guarantee the cryptographic properties of a random generator. I think an entropy test...

As an update to this, I suggest we (I?) could use CMocka for testing C objects. The hard part will be to get a cluster of build targets though. Perhaps...

For Windows I would like to keep using Appveyor. For Linux we will want to build on linux=3.17 (not sure how to do this on Travis). We already have osx...

**Update:** Travis CI seems to have been discontinued. We have to find an alternative.

Hey @sunknudsen, thanks for the bug report. I think this is actually a duplicate of #18. It should have been fixed now after pushing a fixed release to the 0.1...

In my case, LLVM seems to just crash: ``` llc: /home/daan/llvm-project/llvm/lib/CodeGen/ScheduleDAG.cpp:512: void llvm::ScheduleDAGTopologicalSort::InitDAGTopologicalSorting(): Assertion `Node2Index[SU.NodeNum] > Node2Index[PD.getSUnit()->NodeNum] && "Wrong topological sorting"' failed. Stack dump: 0. Program arguments: bin/llc -march=avr ../llvm-project/rust-avr-issue-136.ll...

I was just messing around a bit. Removing the `DREGS_WITHOUT_Z` hack (in upstream llvm) still seems to trigger the tests `CodeGen/AVR/rust-avr-bug-37.ll` and `CodeGen/AVR/rust-avr-bug-95.ll`. ---- That is: ```patch commit 3f33b241bd1d7cd77fb89d058f6355668ea758d1 (HEAD...

If possible, I would like to take this issue. :smile: