lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

cpu add amd64 #322

Closed beliefsky closed 2 years ago

lpereira commented 3 years ago

Where is "amd64" used instead of "x86_64"?

On Fri, Nov 5, 2021, 00:17 beliefsky @.***> wrote:


You can view, comment on, or merge this pull request online at:

https://github.com/lpereira/lwan/pull/322 Commit Summary

File Changes

(1 file https://github.com/lpereira/lwan/pull/322/files)

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lpereira/lwan/pull/322, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGNOQNBCW5IAQ3J7B43UKOAJDANCNFSM5HNGDEGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

beliefsky commented 3 years ago

CPU: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz (3500.50-MHz K8-class CPU)

See: https://stackoverflow.com/questions/11944060/how-to-detect-target-architecture-using-cmake example: https://boringssl.googlesource.com/boringssl/+/refs/heads/2272/CMakeLists.txt

lpereira commented 2 years ago

Merged, thanks!