Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
11960a80
Commit
11960a80
authored
Sep 08, 2008
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(asm_path): Set up asm_path for x86_64.
Rev: nettle/ChangeLog:1.13 Rev: nettle/configure.ac:1.8
parent
8911ffae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ChangeLog
ChangeLog
+6
-0
configure.ac
configure.ac
+3
-0
No files found.
ChangeLog
View file @
11960a80
2008-09-08 Niels Mller <nisse@lysator.liu.se>
* configure.ac (asm_path): Set up asm_path for x86_64.
* x86_64/machine.m4: New file, new directory.
2008-08-28 Niels Mller <nisse@lysator.liu.se>
* examples/eratosthenes.c (main): Rewrote block-wise sieving to
...
...
configure.ac
View file @
11960a80
...
...
@@ -122,6 +122,9 @@ case "$host_cpu" in
[i?86* | k[5-8]* | pentium* | athlon])
asm_path=x86
;;
[x86_64 | amd64])
asm_path=x86_64
;;
*sparc*)
AC_TRY_COMPILE([
#if defined(__sparcv9) || defined(__arch64__)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment