-
We don't have Apple gear to build on, so I am looking for folks that can keep a Mac build clean.
We don't have Intel compiler gear, so I am looking for folks that can keep an Intel build clean.
We d…
-
I'm working with posit at the moment. Modeling quire usage after the code in `examples/blas/blas.hpp` line 62, I have the following:
```c++
for(int row=0; row
-
[runposit.cpp.txt](https://github.com/stillwater-sc/universal/files/1525505/runposit.cpp.txt)
$ ./runposit
3.400000 + 5.700000 => 9.100000
3.400000 - 5.700000 => -2.300000
3.400000 * 5.700000 =…
-
Aloha Hi -- Please consider - '...A new data type "posit" is designed for direct drop-in replacement for IEEE Standard 754 floats ...' From Dr. John L. Gustafson's talk with live demonstration @ Stanf…
-
Required to make it usable with embedded projects. For now it's better to keep C++ to facilitate hacking until we get something that works.
libcg updated
7 years ago
-
People are [interested](https://github.com/stoklund/portable-simd/issues/2) in discussing what SIMD in wasm would look like, starting from the current [portable-SIMD](https://github.com/stoklund/porta…
-
I intend to add simple car path and trajectory scripting support in C++ for something at the level of the `drake/drake/examples/SimpleCar` current example. (This may be a step along the road to #1764…
-
After I load this code
```
bar: [1] -> [1] -> Bit
bar xs ys = (xs@0) < ys@0
```
if I try `:sat \x y -> bar x y` it crashes cryptol:
```
cryptol: SBV.SMT.SMTLib2.cvtExp.sh: impossible happened; can'…
-
Great idea to centralize issues around package goals.
- [x] Combine or keep separate TimeSeries and TimeModels packages => separate
- [x] Create a type for _time_ series data (see https://github.com/J…