Martin Storsjö
|
9293f2f947
|
Remove commented out rodata sections and tables in assembly files
|
2014-03-17 13:42:18 +02:00 |
|
Martin Storsjö
|
f96918283f
|
Remove commented out code for old, 32-bit only x86 assembly function prologues/epilogues
|
2014-03-17 11:20:11 +02:00 |
|
Martin Storsjö
|
eb238e6549
|
Use the SIGN_EXTENSION macro where possible
This shortens the x86 assembly by 134 lines in total.
|
2014-03-16 17:54:24 +02:00 |
|
volvet
|
e606bae0e9
|
Merge pull request #504 from mstorsjo/fix-function-name-typo
Fix a typo, Smple -> Sample
|
2014-03-16 10:18:03 +08:00 |
|
Martin Storsjö
|
f4fdb15397
|
Fix a typo, Smple -> Sample
|
2014-03-14 23:30:09 +02:00 |
|
Martin Storsjö
|
4d120781c1
|
Fix the indentation of some nasm macros
|
2014-03-14 22:26:33 +02:00 |
|
Martin Storsjö
|
9199798f22
|
Fix a typo in a macro name, EXTENTION -> EXTENSION
|
2014-03-14 10:13:18 +02:00 |
|
Martin Storsjö
|
7c435ad295
|
Remove a stray inline keyword in a function signature comment in x86 assembly
Assembly functions written in external assembly files is obviously
not inlined.
|
2014-03-09 19:18:03 +02:00 |
|
Martin Storsjö
|
8d6b368a1c
|
Remove unnecessary stray __cdecl annotations in function signature comments in x86 assembly
|
2014-03-09 19:18:02 +02:00 |
|
Martin Storsjö
|
3761901ed4
|
Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib
sad.asm as used in processing is an exact subset of the
code in satd_sad.asm in the encoder.
|
2014-01-28 13:54:57 +02:00 |
|
V
|
a6463be0cc
|
Allow yasm to be used instead of nasm.
http://www.nasm.us/doc/nasmdoc3.html#section-3.4.1 says a zero should
follow $ in numeric constants, but yasm complains about it when not
followed.
|
2014-01-18 13:59:24 +01:00 |
|
Martin Storsjö
|
65b339815e
|
Get rid of trailing whitespace in the assembly source files
|
2014-01-13 20:12:04 +02:00 |
|
Martin Storsjö
|
ddcfc09c49
|
Convert some assembly files to unix newlines
This makes them consistent with the rest of them.
|
2014-01-13 20:12:04 +02:00 |
|
volvet
|
ec84f4bcc9
|
resolve conflict
|
2014-01-03 14:49:45 +08:00 |
|
Martin Storsjö
|
f9dea46712
|
Remove trailing whitespace
Most of it was removed in ff6b669176 from C++ source files,
but other files were left unchanged.
|
2013-12-13 11:24:17 +02:00 |
|
Martin Storsjö
|
8f9a5469be
|
Convert source files to unix newlines
Most files were converted in ff6b669176 , but some (non C++
source files) were left with windows newlines.
|
2013-12-13 11:20:23 +02:00 |
|
Ethan Hugg
|
70e5e62f3d
|
Initial Commit
|
2013-12-09 04:51:09 -08:00 |
|