We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit c10504bCopy full SHA for c10504b
.gitignore
@@ -0,0 +1,15 @@
1
+# Build files:
2
+*.o
3
+*.mod
4
+*.a
5
+*.so
6
+*.exe
7
+*.x
8
+
9
+# Text editors:
10
+*~
11
+\#*\#
12
+[._]*.s[a-w][a-z]
13
+[._]s[a-w][a-z]
14
+*.un~
15
+Session.vim
README.rst
@@ -0,0 +1,8 @@
+Reduced precision emulator examples
+===================================
+The intent of this repository is to collect useful examples of how rpe_ can be
+used to perform numerical experiments with reduced floating-point precision.
+.. _rpe: http://github.com/aopp-pred/rpe
0 commit comments