diff options
author | lloyd <[email protected]> | 2008-09-09 19:12:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-09 19:12:04 +0000 |
commit | 099ff95b4789b430fb4359acf76b7c8d6f0b5fc7 (patch) | |
tree | 3b4b7350950243bb99f111b93e4a604715acf760 /modules/mp_amd64/mp_asmi.h | |
parent | a2205abbe89f4f2a4e36f7d8f27fcd33742fe762 (diff) |
Undef macros at end of headers
Diffstat (limited to 'modules/mp_amd64/mp_asmi.h')
-rw-r--r-- | modules/mp_amd64/mp_asmi.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h index 2681f04cd..16632a38d 100644 --- a/modules/mp_amd64/mp_asmi.h +++ b/modules/mp_amd64/mp_asmi.h @@ -218,8 +218,16 @@ inline void word3_muladd_2(word* w2, word* w1, word* w0, word x, word y) : "cc"); } -} + +#undef ASM +#undef DO_8_TIMES +#undef ADD_OR_SUBTRACT +#undef ADDSUB2_OP +#undef ADDSUB3_OP +#undef LINMUL_OP +#undef MULADD_OP } +} #endif |