ccelio / Speckle

A wrapper for the SPEC CPU2006 benchmark suite.
85 stars 53 forks source link

h264ref assumes that char is signed #9

Closed palmer-dabbelt closed 7 years ago

palmer-dabbelt commented 7 years ago

Without the '-fsigned-char' flag h264ref will miscompare on RISC-V.

ccelio commented 7 years ago

Thanks a bunch!