Skip to content

Commit

Permalink
yasm: Update version from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
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
pmenzel committed Dec 6, 2018
1 parent d45925d commit 002c07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yasm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION yasm-1.2.0-0
# BEE_VERSION yasm-1.3.0-0

SRCURL[0]="https://www.tortall.net/projects/yasm/releases/yasm-${PKGVERSION}.tar.gz"

Expand Down

0 comments on commit 002c07f

Please sign in to comment.