diff options
author | lloyd <[email protected]> | 2008-09-16 17:14:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-16 17:14:03 +0000 |
commit | e05e3b4ed5b286019f5e41f908e7b1c337186f15 (patch) | |
tree | 350bda6f8377269e2c42042a564f956deef9cb16 | |
parent | eae87dbc915924d193b647f4e352a36f8a4ca4b1 (diff) |
Specialization for Cell PPU
-rw-r--r-- | doc/log.txt | 1 | ||||
-rw-r--r-- | misc/config/cc/xlc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 433acbcb9..57fd0086c 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.7.12, 2008-09 + - Fix builds on STI Cell PPU - Remove the BigInt::sig_words cache due to bugs - Add IETF 8192 bit MODP group - Reduce use of the RNG during benchmarks diff --git a/misc/config/cc/xlc b/misc/config/cc/xlc index eb87a8e65..5c4cfd120 100644 --- a/misc/config/cc/xlc +++ b/misc/config/cc/xlc @@ -18,3 +18,7 @@ dll_import_flags "" dll_export_flags "" makefile_style unix + +<mach_opt> +cellppu -> "-march=cell" +</mach_opt> |