Skip to content

Commit c10504b

Browse files
committed
Initial commit of empty examples repository
0 parents  commit c10504b

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Reduced precision emulator examples
2+
===================================
3+
4+
The intent of this repository is to collect useful examples of how rpe_ can be
5+
used to perform numerical experiments with reduced floating-point precision.
6+
7+
8+
.. _rpe: http://github.com/aopp-pred/rpe

0 commit comments

Comments
 (0)