Skip to content
Snippets Groups Projects
Commit 892918f2 authored by Jean-Matthieu Etancelin's avatar Jean-Matthieu Etancelin
Browse files

Single precision patch

parent faf4f354
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,10 @@ Remarks:
Solution comes from http://stackoverflow.com/questions/4114887/is-it-possible-to-do-a-sparse-checkout-without-checking-out-the-whole-repository
It keeps the directory/files tree as git sees all files as a single unit.
(see http://stackoverflow.com/questions/2336580/sparse-checkout-in-git-1-7-0)
2. How to use a single precision version ?
Apply the patch :
patch -p0 < utils/ToSinglePrecision.patch
To reverse the patch:
patch -p0 -R < utils/ToSinglePrecision.patch
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment