aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-08-08 21:08:47 +0000
committerlloyd <[email protected]>2010-08-08 21:08:47 +0000
commit65058f2c70fc0cb6e45510502e1a4239905096e9 (patch)
tree4a49072b6f63fc1c197e12ca64d3f3097c97df17 /src/math/bigint
parentc533be56ff5aff60275e329fa2b8da66611c8104 (diff)
Clang understands at least some GCC inline asm syntax as well as what
an .S file is, so allow it for x86-64. Tested/works with Clang SVN.
Diffstat (limited to 'src/math/bigint')
-rw-r--r--src/math/bigint/mp_amd64/info.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/bigint/mp_amd64/info.txt b/src/math/bigint/mp_amd64/info.txt
index 616fb2840..11cc380e2 100644
--- a/src/math/bigint/mp_amd64/info.txt
+++ b/src/math/bigint/mp_amd64/info.txt
@@ -12,6 +12,7 @@ amd64
</arch>
<cc>
+clang
gcc
icc
</cc>