- Apr 16, 2022
-
-
Benoit Rostykus authored
Update Build Status Location
-
- Nov 05, 2020
-
-
Steve Hill authored
-
- May 21, 2020
-
-
Benoit Rostykus authored
Fix precision for using std.math
-
- Apr 30, 2020
-
-
Nicholas Lindsay Wilson authored
-
- Apr 20, 2020
-
-
Benoit Rostykus authored
Fix illegal instruction errors on Windows
-
- Apr 05, 2020
-
-
Grim Maple authored
-
- Jan 21, 2020
-
-
Benoit Rostykus authored
-
Benoit Rostykus authored
Ensure deterministic iteration over edges during serde
-
Benoit Rostykus authored
-
- May 22, 2019
-
-
Benoit Rostykus authored
Fix crosscompile to raspberry pi3 (arm ca7)
-
- May 21, 2019
-
-
Carsten Schlote authored
-
Carsten Schlote authored
size_t has only 32 bit on the ARM platform. So we need some explicit casts at the right place. Changed _currInd to be size_t, which matches best here as it needs the least number of conversions later.
-
- May 20, 2019
-
-
Benoit Rostykus authored
Fixup ddoc comment, so that ddox build runs without error resultcode
-
Benoit Rostykus authored
vectorflow.math: Enable flushing denormals to zero
-
- May 18, 2019
-
-
Carsten Schlote authored
-
- Jan 31, 2019
-
-
Vladimir Panteleev authored
-
Vladimir Panteleev authored
-
- Jan 30, 2019
-
-
Vladimir Panteleev authored
align(...) is not respected for stack variables.
-
Vladimir Panteleev authored
Using a regular function to print a compile-time message still causes the compiler to emit an empty function in the object file; a compile-time construct is better suited for compile-time side effects. Use a mixin template to allow usage both inside and outside function scopes. Removing the unnecessary static constructor in vectorflow.neuralnet fixes the cyclic dependency issue with vectorflow.math in non-release builds.
-
Vladimir Panteleev authored
-
- Nov 23, 2017
-
-
Benoit Rostykus authored
simplified template
-
Benoit Rostykus authored
conv.to instead of cast
-
- Nov 19, 2017
- Sep 26, 2017
-
-
Benoit Rostykus authored
32bits support
-
Benoit Rostykus authored
-
- Sep 25, 2017
-
-
Benoit Rostykus authored
-
- Sep 21, 2017
-
-
Benoit Rostykus authored
-
- Sep 05, 2017
-
-
Benoit Rostykus authored
Update README for ubuntu
-
Benoit Rostykus authored
-
- Aug 11, 2017
-
-
Benoit Rostykus authored
Typo Fixes
-
- Aug 03, 2017
-
-
Ryan MacLean authored
Just quick fixes, awesome readme!
-
- Aug 02, 2017
-
-
Benoit Rostykus authored
-
Benoit Rostykus authored
-
- Aug 01, 2017
-
-
Benoit Rostykus authored
-