Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
11960a80
Commit
11960a80
authored
Sep 08, 2008
by
Niels Möller
Browse files
(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
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
Supports
Markdown
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