Commit 79de037
faac: use fast math to save power (#1091)
* makefile: do not pad empty extras, flash_eraseall in sysupgrade cleans entire partition
* package/faac: update to edc0246
Update faac from 64fc541 to edc0246
Hash change: 64fc54142912088eecabaa159339768eca30f3d6 -> edc02462e529b23539d932681fc0f96120e4708e
Changelog:
33558e6: CI: add native MSVC build and fix Windows compatibility (#66)
081d81d: remove dead code (#65)
0622a3a: optimize FFT reordering by combining real and imaginary passes (#68)
a5abf5e: optimize FFT performance (#70)
07fb0b4: ci: update GitHub Actions and add Dependabot configuration (#74)
0a01417: Bump the actions group with 2 updates (#75)
d3a9c22: remove redundant defines (#76)
4f74d18: make faacgui usable again (#77)
c5c142d: report library version on version mismatch
407db12: maintain library SONAME version 0.0.0
ab58250: Merge branch 'master' of https://github.com/knik0/faac
c79fd73: build both static and shared library by default
779a803: properly declare symbol visibility as hidden
ad7e4f0: refactor quantizer for portable C and extensible SIMD dispatch (#71)
edc0246: optimize memory allocation and unify MDCT implementation (#73)
* faac: use fast math to save power
---------
Co-authored-by: Paul Philippov <paul@themactep.com>
Co-authored-by: Paul Philippov <themactep@gmail.com>1 parent 7991f04 commit 79de037
2 files changed
+69
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments