Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yasm: Update version from 1.2.0 to 1.3.0
The release is from August 2014, and the [change-log][1] is below. > Changes from 1.2.0 to 1.3.0: > > * Add AMD TBM instructions. > * Add HSW TSX instructions. > * Fix “pmulhrw”, “vphaddudq”, and “vpbroadcastq” instructions. > * Add Intel SHA, ADX, RDSEED, and SMAP instructions. > * Use a larger hash table size in NASM macro handling. > * Add support for x32 ABI (called “elfx32”). > * Add support for “function” decorator in win32/win64 object files. > * In Mach-O, only warn on repeated flags if the new flags are > different. FFmpeg failed to build with NASM, I wanted to try Yasm, but in the end it worked fine with a newer NASM. Add the update anyway. But NASM seems to be under more active development. [1]: https://yasm.tortall.net/releases/Release1.3.0.html
- Loading branch information