]> 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 17:25:37 +0000 (18:25 +0100)
commit1f4a7aefd4a149e93a1dc41f85958e827670c98b
treeef6d1c8f384de76a69023a929fc6983fe283e3a5
parent7d7149ef94571b83e4cbd8e3359e3c3c9aea85c2
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]