summaryrefslogtreecommitdiffstats
path: root/libavutil/softfloat_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/softfloat_tables: add missing stdint.h includeJames Almer2015-04-301-0/+2
| | | | | | Fixes make checkheaders Signed-off-by: James Almer <[email protected]>
* libavutil/softfloat: Add functions.Nedeljko Babic2015-04-301-0/+260
Functions av_gt_sf, av_sqrt_sf and av_sincos_sf added to softfloat Signed-off-by: Nedeljko Babic <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>