Changeset 15333562 in ffmpeg

Timestamp:
Jun 26, 2012, 2:56:38 PM (12 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
acd9948e
Parents:
4b1b1449
git-author:
Mans Rullgard <mans@mansr.com> (06/22/12 14:37:46)
git-committer:
Mans Rullgard <mans@mansr.com> (06/26/12 14:56:38)
Message:

libm: provide fallback definition for cbrtf() using powf()

This adds a fallback for cbrtf() using powf(x, 1/3). Since
powf() with a non-integer exponent requires a non-negative
base, special handling of negative inputs is needed.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.