compilers
Here are 496 public repositories matching this topic...
-
Updated
May 7, 2020
Big thanks for making this cool tool open-source.
By any chance, is there a complete list of instructions which are currently not supported / under development please? For instance, I am aware that vgatherdpd does not work.
-
Updated
May 4, 2020
-
Updated
Aug 8, 2019 - C
Author Name: Wilson Snyder (@wsnyder)
Original Redmine Issue: 1639 from https://www.veripool.org
Good starter task is to implement and test $countbits, which is a generation of $countones etc.
The existing $countones functions inside V3Number could be removed to use the new generic countbits. The runtime functions in verilated.h should remain specialized, as that will help pe
-
Updated
Oct 23, 2016 - C++
-
Updated
Oct 28, 2019 - Ruby
-
Updated
Nov 18, 2019 - Shell
00_index.ipynb
- Broken link to operator class in first para
01_data_regions.ipynb
- Where to find descriptions of operator options like dle='noop'
- Could the generated code have a comment at the top of the structs to define what the members are (size, npsize, dsize, hsize, hofs, oofs). Yeah, I know it isn't really for human reading ... I suppose I would see those use
-
Updated
May 7, 2020 - Rust
-
Updated
May 5, 2020 - C
-
Updated
Apr 29, 2020 - C
-
Updated
Apr 30, 2020 - WebAssembly
-
Updated
Feb 24, 2020 - Haskell
-
Updated
Jun 27, 2019
Description
Unable to receive a prompt for SSH Private Key passphrase
Actual behavior
When adding a private key to the configs, I get failures due to missing passphrase
Expected behavior
I expect a prompt asking me for my passphrase, as with the username/password auth.
Steps to reproduce
Add an encrypted private key to the config but do not add the passphrase.
-
Updated
Jan 15, 2018 - JavaScript
The current runtime source generates a lot of warnings when being compiled. We should go through and fix the ones we can and suppress the ones we think are OK.
-
Updated
Jan 3, 2019 - Ruby
-
Updated
May 3, 2020 - C
-
Updated
Jul 11, 2019
This is kind of like #27, but I don' think people who are just starting out should worry about how to set up a package to go into opam.
What I have in mind is a guide that tells you how to release a package in simple cases, but notes likely potential gotchas, and has links to further info for more complex cases and for understaning the process under the hood.
This is something I'm trying to
-
Updated
Aug 1, 2018 - C++
Improve this page
Add a description, image, and links to the compilers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compilers topic, visit your repo's landing page and select "manage topics."
Hi!
I am using the
wasm2jstool on a WebAssembly module written in Rust using wasm-bindgen(no emscripten involved) to generate code that works on Internet Explorer. However, since I added a new library which internally makes use of i64, this import has been added to thewasm2jsoutput:From what I understand, this method is used by