]> git.sesse.net Git - movit/commit
Add a utility library for downconverting to fp16.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Mar 2014 16:24:00 +0000 (17:24 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Mar 2014 16:25:46 +0000 (17:25 +0100)
commit82464681eca54bf11be3ca53eed20841ff6eb204
tree9c8d9eb8e9b9163e8f82aeab2ce017644ce51a18
parent5ba8c08fc0ebf3afec0b2c094454dd702f1438a5
Add a utility library for downconverting to fp16.

ATI's drivers don't do this properly by themselves, so we want to
do it on our side. Adapted from some code I wrote a few years ago.
Makefile.in
fp16.cpp [new file with mode: 0644]
fp16.h [new file with mode: 0644]
fp16_test.cpp [new file with mode: 0644]